Skip to main content
info

You're seeing the release note of an old version. Check out the latest release note.

v1.29.3

July 26, 2024

🛠️ Bug fixes

  • NullPointerException is no longer raised when GraphQlService handles errors. #5815 #5816
  • Fixed a regression where a protocol violation error is not handled by ServerErrorHandler.onProtocolViolation() #5811
  • Fixed compatibility issue with Java 9 modules by excluding java.security.Provider SPI configuration from the shadowed JAR. #5825
  • Reapplied changes that were unexpectedly overwritten for Java module support. #5835
  • GrpcService now correctly returns RESOURCE_EXHAUSTED status when a response message exceeds the maximum allowed length. #5818 #5824
  • Relaxed constraints on gRPC JSON transcoding to log a warning instead of raising an IllegalArgumentException when used with non-unary gRPC methods. #5828 #5829

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@linw50@trustin@ikhoon@jrhee17@yzfeng2020@minwoox@Dogacel

Like Armeria?
Star us ⭐️

×