Akka 2.6.0-M8 released

Dear hakkers,

The eighth development milestone for Akka 2.6 is out.

It would be excellent if you can try the milestones out and give us feedback. We intend to publish the first release candidate around 3 weeks from now. Akka 2.6 is binary backwards compatible with 2.5 with the ordinary exceptions listed in the documentation. Some configuration changes may be needed, please read the migration guide as a first step.

Some notable changes in 2.6.0-M8:

  • Remove ActorPublisher and ActorSubscriber, which have been deprecated since 2.5.0 #26187
  • Add positive and negative TTL config for AsyncDnsResolver #27578 thanks to @burbaki
  • Fix JsonFraming to accept multiple top-level arrays #26099
  • New messages for DataDeleted in Distributed Data #27371
  • ActorContext as constructor parameter in AbstractBehavior #27689
  • Many documentation and migration guide improvements, such as the documentation of SLF4J logging in Akka Typed

A total of 48 issues were closed since 2.6.0-M7. The complete list can be found on the 2.6.0-M8 milestone on github.

Credits

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

commits  added  removed
     24   6108     4503 Patrik Nordwall
     17   1688     1679 Johan Andrén
     13   2755     2007 Helena Edelson
      4      4        4 Scala Steward
      2    284      459 Renato Cavalcanti
      2    129       13 Arnout Engelen
      1    617      194 Nicolas Vollmar
      1     76        2 Christopher Batey
      1     37       38 tanaka takaya
      1     27        4 Roman Filonenko
      1      6        6 Taeguk Kwon
      1      5        5 Jakob Merljak
      1      3        3 Mahmut Bulut
      1      2        2 dsebban
      1      1        2 Ignasi Marimon-Clos
      1      1        1 Ethan Atkins

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