Skip to content

v10.1.3

Compare
Choose a tag to compare
@ktoso ktoso released this 15 Jun 10:15
· 1869 commits to main since this release
92e9868

10.1.3 is the fourth release in the 10.1.x series of Akka HTTP.

This release addresses a critical memory leak issue introduced by the graceful termination infrastructure added in 10.1.2.
No other risky changes are made in this release, in order to make it a trustworthy fix drop-in replacement of 10.1.2.

Changes since 10.1.2

For a full overview you can also see the https://github.com/akka/akka-http/milestone/41?closed=1:

Fixes in akka-http-core

  • ServerTerminator memory leak in 10.1.2 (#2067)
  • Avoid eagerly failing connections when request closes (#2066)

Fixes in docs

  • Correct pipelining-limit flag name (#2059)
  • Fix link to compatibility rules section (#2062)

Improvements in docs

  • Reference documentation for Graceful Termination (#2072)
  • Enhance Caching Documentation (#2060)

Credits

Thanks to all contributors to this release!

commits  added  removed
      3    227       29 Konrad `ktoso` Malawski
      3     25       11 herzrasen
      1     38        0 Arnout Engelen
      1      4        4 Josep Prat
      1      1        1 Raymond Roestenburg
      1      1        1 Richard Imaoka
      1      1        1 Will Sargent