Renato Cavalcanti |

Lagom 1.3.9 is released!

The Lagom team has released Lagom 1.3.9. For a list of the specific changes in Lagom 1.3.9, see the change log.

This release provides a few bug fixes and minor improvements. As an overview, this release contains the following:

  • a few dependencies updates (Play 2.5.17, Sbt 0.13.16 and ZooKeeper 3.4.10)
  • the actor system termination when the cause of termination is a split brain has been simplified. This will make the code more maintainable but it has no impact on how Lagom behaves (978).
  • we’ve had a great community contribution fixing a bug that makes Lagom compatible with MariaDB (1024).
  • also from the community, we’ve had a contribution improving the persistent entities Schema Evolution. This improvement only affects javadsl users (952).

We’ve continued to get great pull requests from the Lagom community. Thanks to GitHub users Pallavi Sing,
dr3s and Olivier Deckers for your contributions to Lagom 1.3.9!

Updating a Lagom project to version 1.3.9

To update an sbt project, change the version of lagom-sbt-plugin in your project/plugins.sbt file.

To update a Maven project, change the lagom.version property in your top-level pom.xml.

After updating, it is recommended to fix any new deprecation warnings you see when compiling or running your services.

Share


Discuss