Skip to content

3.5.0 (2019-02-01)

Compare
Choose a tag to compare
@WellingR WellingR released this 01 Feb 12:23

For use with Akka 2.5.x only, please use the 2.8.0 release for Akka 2.4

Changes since v3.4.0

Fixes and improvements

  • We now have support for Microsoft SQL Sever (#200), thanks to Jon Fox
  • Improved performance of snapshot retrieval (by not retrieving more than needed) (#218), thanks to Rich Birch
  • Improvements have been made for the shutdown of the databases. The changes which have been made are not backwards compatible for users which have implemented their own SlickDatabaseProvider. (#193), thanks to Ruud Welling
  • It is now possible to hide logically deleted events from the queries, this is disabled by default, however the old behaviour is deprecated, as we will no longer support logical deletion in the future. (#191), thanks to Renato Cavalcanti
  • Improvements in compatibility with akka-typed. (#204), thanks to Nate Vecchiarelli
  • Fixed excessive memory usage when deserializing oracle snapshots, (#216) thanks to Ruud Welling
  • Fixes for jndi configuration for shared databases, (#219) thanks to Ruud Welling

The complete list of closed issues can be found on the 3.5.0 milestone on github.

Dependency upgrades

  • Akka 2.5.13 -> 2.5.20
  • Scala 2.12.5 -> 2.12.8
  • Slick 3.2.3 -> 3.3.0
  • Our testing dependency for h2 has been downgraded to 1.4.196 because of h2 bugs in 1.4.197. In some cases, you might encounter issues when using akka-peristence-jdbc with h2 1.4.197!