Skip to content

Release Notes 2.0.0

Peter Cline(2) edited this page May 11, 2017 · 2 revisions

Release Notes 2.0.0

This release is a small change, but potentially requires major adjustments for users. Java 1.8 is now required, and Sirius has moved to Scala 2.11.8. Please see the Migration Guide 1.2.x to 2.0.x page for more information.

The major change here is to upgrade to Akka 2.4 and switch to all-SBT build (no more maven). Only small test changes were required, which was a nice surprise after the previous akka upgrade. Users will not need to make any API changes, but they will need to ensure they're using a modern Java environment.

Major changes:

  • Upgrade to Akka 2.4 (PR #124)
  • 8bc9198 Remove pom file; all-sbt build (PR #128)

Other changes:

  • e890679 Use Travis CI container infrastructure (PR #123)
  • 61150e9 Bump version to 1.2.7-SNAPSHOT (PR #120)