info
You're seeing the release note of an old version. Check out the latest release note.
v1.13.2
October 26, 2021
🛠️ Bug fixes
- Fixed the HTTP content corruption #3894
- The corruption occurs when all the following 3 conditions are met:
- A request or response is streaming, such as using
HttpResponse.streaming(); - its content is longer than 16378 bytes; and
- its session protocol is
SessionProtocol.H1(HTTP/1 over TLS).
- A request or response is streaming, such as using
- Note that cleartext or HTTP/2 connections are unaffected.
- The corruption occurs when all the following 3 conditions are met:
- HTTP/JSON-to-gRPC transcoding now works with imported types. #3891 #3892
🙇 Thank you
This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:





