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

News & Articles

Full archive

April 14

2016

Akka 2.4.4 Released!

Dear hakkers,

We have expedited the 2.4.4 release due to a few annoying bugs in 2.4.3.

Important fixes:

  • Enable streaming responses with ‘Connection: close’, issue #20254
  • NPE in ConsistentHashingRouter for SimpleDnsManager, issue #20263
  • Streams wiring should work in arbitrary nest levels far from original module, issue #20216
  • Fixed dangerous sharing of state in HTTP’s connection management (thanks Samuel Tardieu and Mark van der Tol!), issues #20228 #20080
  • Fix and enable Server Name Indication configuration via ssl-config, issue #20214

Several other things were also improved, see the 2.4.4 milestone on github

Migration Guide

When migrating a code base to 2.4 please refer to the migration guide in order to profit from some of the improvements.

Credits

A total 33 issues were closed since 2.4.3. The complete list of closed issues can be found on the 2.4.4 milestone on github.

For this release we had the help of 18 committers:

commits added removed
    8     306     332 Patrik Nordwall
    7      90     154 Bernard Leach
    5     124      32 Endre Sándor Varga
    5     505      94 Konrad Malawski
    1       1       1 Alexey Noskov
    1      20       2 Mark van der Tol
    1       2       1 Johan Andrén
    1      50       3 Alan Johnson
    1       2       2 poojadshende
    1     316     163 Samuel Tardieu
    1      13       4 Krzysiek
    1     531       2 Lars Hupel
    1      69      12 2beaucoup
    1       5      11 Nafer Sanabria
    1      48      62 Viktor Klang (√)
    1      10       7 kerr
    1       6       9 tpfeifer
    1       1       1 kpbochenek

Thanks a lot to every single one of you!

Happy hakking!

– The Akka Team