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 if you are curious for details.
The most notable fixes in this release include:
- Http client causes ‘Cannot pull port twice’ error #19094
- Empty.head in Websockets #19417
- scalac bug when using members of MediaTypes in a map #19418
The reference documentation for the 2.0.2 release can be found here for Java and Scala.
If you are upgrading from the old 1.0.x series, you may want to read the following migration guide for Java or migration guide for Scala.
The full list of changes since the last milestone is available under the stream-http-2.0.2 milestone 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