Introducing Akka Cloud to Edge Continuum. Build once for the Cloud. Seamlessly deploy to the Edge. Learn More
 

News & Articles

Full archive

February 13

2019

Akka 2.5.21 Released

Dear hakkers,

We are pleased to announce a new patch release of Akka 2.5. This release was to fix a regression in 2.5.20:

  • Fix regression in StreamRefs that caused deadlock #26326
  • Upgrade to Aeron 1.15.1 #26268
  • Correction of wrong cluster debug logging #26351

A total of 26 issues were closed since 2.5.20. The complete list can be found on the 2.5.21 milestone on github.

New Actor API (Akka Typed)

  • Improved Logger Class
  • Make the javadsl ReceiveBuilder for AbstractBehavior mutable. Rename of receiveBuilder() to newReceiveBuilder() #26309
  • Rename matchCommand to onCommand #26313

Credits

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

commits  added  removed
      9   1407      635 Johan Andrén
      7   1803     1144 Patrik Nordwall
      6     67      156 Christopher Batey
      2    114      172 Arnout Engelen
      2     37        1 Arnaud Burlet
      2      6        4 Helena Edelson
      2      4        4 Thomas Jaeckle
      1     97       12 Martynas Mickevičius
      1     42       10 Luc Bourlier
      1      6        4 László van den Hoek
      1      1        1 o-pikozh
      1      1        1 Jongbeom Kim
      1      1        1 Johannes Rudolph

Happy hakking!

– The Akka Team