Skip to content

Tags: madal3x/akka-http

Tags

v10.0.8

Toggle v10.0.8's commit message
Populate release notes for 10.0.8 (akka#1215)

v10.0.7

Toggle v10.0.7's commit message
Releasing 10.0.7

v10.0.6

Toggle v10.0.6's commit message

Verified

This tag was signed with the committer’s verified signature.
jrudolph Johannes Rudolph
Release 10.0.6

v10.0.5

Toggle v10.0.5's commit message
Release 10.0.5

v10.0.4

Toggle v10.0.4's commit message

Verified

This tag was signed with the committer’s verified signature.
jrudolph Johannes Rudolph
released v10.0.4

v10.0.3

Toggle v10.0.3's commit message

Verified

This tag was signed with the committer’s verified signature.
jrudolph Johannes Rudolph
released 10.0.3

v10.0.2

Toggle v10.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
ktoso Konrad `ktoso` Malawski
release v10.0.2

v10.0.1

Toggle v10.0.1's commit message
=pro build against 2.12.1

v10.0.0

Toggle v10.0.0's commit message
Releasing v10.0.0

v10.0.0-RC2

Toggle v10.0.0-RC2's commit message
=htc akka#368 document the guarantees of `max-connections` (akka#473)

* =htc akka#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 akka#371.

Fixes akka#368.

* =htc akka#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.