Skip to content

Releases: akka/akka-http

v10.0.3

26 Jan 18:32
v10.0.3
Compare
Choose a tag to compare

v10.0.2

25 Jan 09:57
v10.0.2
7917cf9
Compare
Choose a tag to compare

Akka Http 10.0.2 Security Patch Released!

Details: http://akka.io/news/2017/01/23/akka-http-10.0.2-security-fix-released.html

v10.0.1

22 Dec 16:33
Compare
Choose a tag to compare

v10.0.0

25 Jan 16:15
Compare
Choose a tag to compare

v10.0.0-RC2: =htc #368 document the guarantees of `max-connections` (#473)

22 Nov 10:48
Compare
Choose a tag to compare
* =htc #368 document the guarantees of `max-connections`

Actually providing better guarantees turned out to be difficult, so
being clear about the limit being an approximate one seems to be the
best solution for now.

See also the discussions in https://github.com/akka/akka-http/pull/371.

Fixes #368.

* =htc #368 be more accurate about `max-connections`

To find out whether the materialization for one connection has finished
bindAndHandle will now use two `watchTermination` combinators.

As explained in the Scaladoc this will still not provide 100 percent
guarantee that all of the flow will have finished but it is hopefully
more accurate than before.