Akka 2.5.24 released

Dear hakkers,

We are pleased to announce a new patch release of Akka 2.5. Some notable improvements and bug fixes in 2.5.24 are:

  • Artery TCP now works on JDK 11 on ARM 32 (Raspberry Pi) #27301
  • GetCurrentRegions can now be sent to shard region proxies #26853
  • New serializers from Akka 2.6 backported to allow future rolling upgrade to 2.6 #27331
  • mapMaterializedValue was missing on SourceWithContext and FlowWithContext #26836
  • Fix of race condition binding Artery to port 0 #27462

A total of 11 issues were closed since 2.5.23. The complete list can be found on the 2.5.24 milestone on github.

Credits

For this release we had the help of 13 committers – thank you all very much!

commits  added  removed
      7   5786     1076 Patrik Nordwall
      7    618      428 Johan Andrén
      5    486      288 Arnout Engelen
      2   2250      602 Christopher Batey
      2     36       35 Enno
      2     43       11 Yury Gribkov
      1     58        1 tayvs
      1      6       16 Seth Tisue
      1      4        2 Stefan Ganzer
      1      1        1 Alex Zolotko
      1      2        0 Johannes Rudolph
      1      1        1 Corey Auger

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

Happy hakking!

– The Akka Team

1 Like

What are the side effects of upgrading akka from 2.1.2 to 2.5.24 ?
Is there anything special should be done if upgrading akka version ?

If I’ve upgraded akka to 2.5.24 version for just one project, do the other projects that still use 2.1.2 will keep working as expected ??

Your answer is appreciated here!

Quite a lot has changed since, you’ll have to go through the migration guides in the docs one minor version (2.x - 2.y) one at a time and see if it affects your application: https://doc.akka.io/docs/akka/current/project/migration-guides.html

Thanks,
I think upgrading akka would be a problematic process