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

News & Articles

Full archive

May 02

2017

Akka 2.4.18 Released!

Dear hakkers,

We are proud to announce Akka 2.4.18, which is another maintenance release of Akka 2.4.

Some notable improvements and bug fixes are:

  • Limiting number of concurrent PersistentActor recoveries, #22638
  • Some stream stages may leak resources on materializer shutdown, #22652
  • Stream FileIO should truncate existing files (before, existing files were appended) #22782
  • Improve serialization of remote deployment Props #22224
  • Fix memory usage problem when using Artery large-message-destinations, #22723
  • Update to Aeron 1.2.5

Credits

A total 40 issues were closed since 2.4.17.

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

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

commits  added  removed

     15   1669      335 Johan Andrén
      8    527       76 Patrik Nordwall
      7    139       51 Johannes Rudolph
      6    626       40 Konrad `ktoso` Malawski
      4     70       14 ortigali
      3    453       86 Björn Antonsson
      2    176       25 Cedric CORBIERE
      1     95        4 Arnout Engelen
      1     46       11 Kirill Yankov
      1     47        1 Javier Puerto
      1     15       10 drewhk
      1     14        8 Seth Tisue
      1      7        7 Nafer Sanabria
      1     13        1 Sergey
      1      2        2 sebastian.harko
      1      1        2 Heiko Seeberger

Happy hakking!

– The Akka Team