*Dear hakkers,*

we—the Akka committers—are proud to announce the SECOND RELEASE CANDIDATE 
for the upcoming release of Akka 2.4.2. The main change in the upcoming 
Akka 2.4.2 release is that it includes Streams & HTTP, with the 
akka-stream, akka-stream-testkit, akka-parsing, and akka-http-core modules 
no longer being marked “experimental”. In comparison to Streams & HTTP 2.0 
the main changes are:

   - significant performance improvement for HTTP handling, now reaching 
   roughly 75% of Spray’s performance—this is not the end of the performance 
   work, we have only just begun
   - replacement of all uses of the Unit type (represented as BoxedUnit in 
   Java) with the more descriptive types akka.Done (for signaling successful 
   completion) and akka.NotUsed (for materialization results of stages that do 
   not produce a value)
   - usage of Java 8 types in the Java DSLs: java.util.Optional instead of 
   scala.Option and java.util.concurrent.CompletionStage instead of 
   scala.concurrent.Future

Especially the second and third point mean that porting code from Streams & 
HTTP 2.0 to Akka 2.4.2 will require some mechanical source code changes, 
please refer to the migration guide 
<http://doc.akka.io/docs/akka/2.4.2-RC1/scala/stream/migration-guide-2.0-2.4-scala.html>
 for 
the details.

Closed issues since the RC1 can be found here 
<https://github.com/akka/akka/issues?utf8=%E2%9C%93&q=is%3Aissue+milestone%3A2.4.2+closed%3A%3E%3D2016-01-26>
.

Note that there still are known bugs in RC2, for a full list see here 
<https://github.com/akka/akka/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.4.2>

We intend to release version 2.4.2 as soon as we are confident that it is 
reasonably bug free and the documentation is top notch as well: we are 
aware that the getting started experience for Streams & HTTP is not perfect 
in places and there are some features that are entirely missing—stay tuned 
for updates and please let us know of anything you find to be suboptimal.

*Credits*

Thanks to the Community! For this release we had the help of 12 committers.

Please see the announcement for more details: 
http://akka.io/news/2016/02/02/akka-2.4.2-RC2-released.html
--

Johan Andrén
Typesafe -  Reactive apps on the JVM
Twitter: @apnylle

-- 
>>>>>>>>>>      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 [email protected].
To post to this group, send email to [email protected].
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