How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Lagom 1.4.11 released!

calendar_today February 10, 2019 person Marcos Pereira domain lagom

The Lagom team has released Lagom 1.4.11.

This release upgrades Akka to resolve a compatibility problem with Lightbend Orchestration 1.7.3.

Highlights

  • Updates Akka to version 2.5.20 which stabilizes some APIs and brings bug fixes.

If you are a user of Lightbend Orchestration you will have to upgrade your dependency of the sbt-reactive-app plugin to 1.7.0.

See GitHub for the full list of commits and the issues and pull requests assigned to the 1.4.11 milestone.

Updating a Lagom project to version 1.4.11

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.

Credits

Thanks to the community for their detailed bug reports and contributions.

Thanks to Lightbend for their continued sponsorship of the Lagom core team’s efforts. Lightbend offers commercial support for Lagom.

Special thanks to the following contributors who helped with this release:

commits  added  removed  author
1            4        2  Renato Cavalcanti
1           23       10  Ignasi Marimon-Clos
1            1        1  Marcos Pereira
1            3        3  Tim Moore
1           26        7  Dale Wijnand
open_in_new Read original post