Dear Hakkers,
we—the Akka committers—are happy to announce the *second* maintenance release of Akka Streams & HTTP 2.0. This minor update addresses a number of stability issues discovered recently, mostly in the HTTP and WebSocket code. Meanwhile, we have moved all new Streams & HTTP development to the master branch, which means that these, as previously announced, will very soon become part of Akka 2.4, refer to the 2.0 release announcement <http://akka.io/news/2015/12/21/akka-streams-2.0-released.html> if you are curious for details. The most notable fixes in this release include: - Http client causes 'Cannot pull port twice' error #19094 <https://github.com/akka/akka/issues/19094> - Empty.head in Websockets #19417 <https://github.com/akka/akka/issues/19417> - scalac bug when using members of MediaTypes in a map #19418 <https://github.com/akka/akka/issues/19418> The reference documentation for the 2.0.2 release can be found here for Java <http://doc.akka.io/docs/akka-stream-and-http-experimental/2.0.2/java.html> and Scala <http://doc.akka.io/docs/akka-stream-and-http-experimental/2.0.2/scala.html> . If you are upgrading from the old 1.0.x series, you may want to read the following migration guide for Java <http://doc.akka.io/docs/akka-stream-and-http-experimental/2.0.2/java/migration-guide-1.0-2.x-java.html> and for Scala <http://doc.akka.io/docs/akka-stream-and-http-experimental/2.0.2/scala/migration-guide-1.0-2.x-scala.html> . The full list of changes since the last milestone is available under the streams-2.0.2 <https://github.com/akka/akka/issues?q=is%3Aissue+milestone%3Astreams-2.0.2+is%3Aclosed> and http-2.0.2 <https://github.com/akka/akka/issues?q=is%3Aissue+milestone%3Ahttp-2.0.2+is%3Aclosed> milestones on github for your reference. Credits commits added removed 6 287 76 Roland Kuhn 5 173 124 Konrad Malawski 2 99 4 Endre Sándor Varga 1 27 30 Martynas Mickevičius Happy hakking, -- The Akka Team -- >>>>>>>>>> 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.
