Dear hAkkers,

We—the Akka committers—are pleased to be able to announce the availability
of Akka 2.3.15. This is the 15th maintenance release of the 2.3 branch.
This release features fixes that have been gathered since the previous
release, among which:

Various fixed leaks:
* Nepotism in AbstractNodeQueue causing excessive garbage in old-gen (#19216
<https://github.com/akka/akka/issues/19216>)
* Non-closed Gzip streams in Clustering, causing off-heap memory leak (
#19821 <https://github.com/akka/akka/pull/19821>)
* Memory leak in AddressTerminated topic (#19720
<https://github.com/akka/akka/pull/19720>)
* Remoting leaks actors if many systems join and leave (#18353
<https://github.com/akka/akka/issues/18353>)

* Fixed issue causing mismatched acknowledge numbers causing restarted
systems to be Quarantined (#20111 <https://github.com/akka/akka/pull/20111>)
* More robust handling of hanging connections in remoting (#19748
<https://github.com/akka/akka/issues/19748>)

The complete list of closed tickets can be found in the 2.3.15 github
issues milestone <https://github.com/akka/akka/issues?q=milestone%3A2.3.15>.

Akka 2.3.15 is released for Scala 2.10 and 2.11. This release is backwards
binary compatible with all previous 2.3.x versions which means that the new
JARs are a drop-in replacement for the old one (but not the other way
around) as long as your build does not enable the inliner (Scala-only
restriction). Always make sure to use at least the latest version required
by any of your project’s dependencies.

When migrating an existing project from Akka 2.2.x please have a look at
the migration guide
<http://doc.akka.io/docs/akka/2.3.15/project/migration-guide-2.2.x-2.3.x.html?_ga=1.223646171.1958946341.1452501189>
.

The artifacts comprising this release have been published to
https://oss.sonatype.org/content/repositories/releases/ and also to Maven
Central. In addition, we adopted the sbt standard of encoding the Scala
binary version in the artifact name, i.e. the core actor package’s
artifactId is “akka-actor_2.10” or “akka-actor_2.11”, respectively.

Credits
commits added removed
      7   275      61 Patrik Nordwall
      3   354      26 Endre Sándor Varga
      2   190       0 Konrad Malawski
      2     8      11 Björn Antonsson
      1     8       6 Kirill Plyashkevich
      1     8       6 keredin
      1   162      11 Roland Kuhn
      1   105     105 Martynas Mickevičius

Happy hAkking!

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to