v10.1.4
10.1.4 is the fifth release in the 10.1.x series of Akka HTTP.
Among many other things, this release includes a fix for handling early responses in the client, HTTP/2 improvements and many updates to the documentation.
Changes since 10.1.3
For a full overview you can also see the 10.1.4 milestone:
Fixes in akka-http-core
- Support for scheme ending in digit in Uri.from (#2080)
- Allow
MediaTypes inSets (#2144) - Allow creating an unencrypted HTTP/2 server from Java (#2110)
- Fix a bug in handling chunked responses in the new connection pool (#2138)
Improvements in akka-http-core
- Improved graceful shutdown behavior (#2090)
- More sensible default for bindAndHandleAsync parallelism setting with HTTP/2 (#2145)
Improvements in akka-http
- Allow java/scala conversion for Routes for users (#891)
- Commonize marshalling selection code (#2004)
Improvements in akka-http-testkit
- Allow configuring the marshalling timeout (#2127)
Improvements in docs
- Fix broken links at release notes (#2082)
- Fix links to RequestEntityExpectedRejection api documentation (#2094)
- Document GenericMarshallers.futureMarshaller (#2095)
- Clarify not all abrupt client go-aways are clean (#2101)
- Clarify documentation for PathDirectives (#2109)
- Updated outdated SecurityDirectives documentation (#1715)
- Link to the Play and Lagom websites (#2121)
- Improve source-streaming docs (#2131)
- Add warning banner when browsing old versions (#2135)