1.11.0 release notes
27th August 2021
🌟 New features
- You can now easily check if the system has a working IPv6 stack using
SystemInfo.hasIpV6()
. #3784
📈 Improvements
🛠️ Bug fixes
- No more leaks when using
HttpResponse.from()
. #3796 - Armeria Thrift client now wraps a
RuntimeException
withTTransportException
exceptUnprocessedRequestException
andFailFastException
. #3794 - The value of
RequestHeaders.path()
is now properly encoded. #3780 #3781 - You can now access
ServiceRequestContext
viaServiceRequestContext.current()
in a GraphQL service.
⛓ Dependencies
- gRPC 1.40.0 → 1.40.1
- Reactor gRPC 1.1.0 → 1.2.0
- Spring Boot 2.5.3 → 2.5.4