Akka 2.6.15 released

Dear hakkers,

We are pleased to announce a new patch release of Akka 2.6. Noteworthy improvements in this release:

2.6.15 includes 21 closed issues. The complete list can be found on the 2.6.15 milestone on github.

Credits

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

commits  added  removed
     13   1365      980 Johan Andrén
      9    163      242 Andrei Arlou
      6    156      337 Arnout Engelen
      5    147       29 Yury Gribkov
      4     86       34 Renato Cavalcanti
      3     97       33 Nicolas Vollmar
      2    248      201 Lukas Rytz
      2    179       95 Arman Bilge
      2     95        2 Muskan Gupta
      2     57       17 Seeta Ramayya
      2     58        1 Dave Kichler
      2     30        8 Jens Neumaier
      2     11        3 Johannes Rudolph
      2      6        5 franciscolopezsancho
      1    123      152 Viktor Klang (√)
      1    243       10 Patrik Nordwall
      1      4      192 Sergey Morgunov
      1     63       22 Xiaoguang Zhang
      1     27       27 Alex
      1     50        0 Levi Ramsey
      1     14        4 Wayne Wang
      1     14        2 Justin Pihony
      1      4        4 Tomer Shetah
      1      4        2 Andrea Zito

Lightbend employs the Akka core team. If you’re looking to take your Akka systems to the next level, let’s set up a time to discuss our enterprise-grade expert support, self-paced education courses, and technology enhancements that help you manage, monitor and secure your Akka systems - from development to production.

Happy hakking!

– The Akka Team

Any E.T.A. for Scala 3 support?

Right now Akka works seems to work pretty well with .cross(CrossVersion.for3use2_13) (Scala 3 in sbt 1.5 | The Scala Programming Language) - if you run into any trouble with that we’d be interested to hear about it in scala3: use our 2.13.x artifacts on scala 3 · Issue #30242 · akka/akka · GitHub.

Progress on publishing actual Scala 3 artifacts is tracked in scala3: publishing scala 3 artifacts · Issue #30243 · akka/akka · GitHub but we don’t have a projected release date for that.

I see. I understand that for publishing libraries, it is recommended not to rely on for3use2_13, but I guess unless an official release is made, that would be the way to go.