Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.

Releases: mthmulders/hyperion

Hyperion 2.1.2

30 Nov 08:56
hyperion-2.1.2
Compare
Choose a tag to compare

Fixed issues

(none)

Other changes

  • Upgraded to Scala 2.13 (#5, thanks to @hugo-vrijswijk)
  • Upgraded a lot of 3rd party dependencies (#24, #17, #19, #20, thanks to @scala-steward)
  • The Debian package for Hyperion no longer requires an Oracle Java runtime

Hyperion 2.1.1

27 Apr 15:53
hyperion-2.1.1
Compare
Choose a tag to compare

Fixed issues

  • #4 (DatabaseActor dies when database connection is not available)

Other changes

  • A lot of code cleanup (triggered by SonarCloud.io analysis)
  • Upgraded a bunch of 3rd party libraries
    • Akka HTTP to 10.1.8
    • Scala Parser Combinators to 1.1.2
    • Akka to 2.5.22
    • Slick to 3.3.0
    • RestAssured to 3.3.0
    • ScalaTest to 3.0.7

Hyperion 2.0.1

05 Aug 05:56
Compare
Choose a tag to compare

Fixed issues

  • Allow the database some more time for looking up records (0bbadbf)
  • In case a database insert fails, log the actual reason (5659e96)

Hyperion 2.0.0

03 Aug 18:49
Compare
Choose a tag to compare

First more-or-less production ready release. Supports the following set-up:

  • version 4.2 of the DSMR spec
  • KAIFA smart meter
  • PostgreSQL database
  • Debian (-based) operating system

Known issues

  • You need a rather fast database - it should respond within 500 ms or the query will time-out.