Skip to content

armeria-0.44.0

Choose a tag to compare

@trustin trustin released this 12 May 06:25
· 4287 commits to main since this release

New features

  • #505 Add GRPC client support
  • #512 Add structured logging support for GRPC
  • #522 Add grpc-web draft support
  • #528 Add a variant of StreamMessage.subscribe(...) which yields reduced memory copies

Improvements

  • #514 #516 Allow negative jitter range in Backoff.withJitter()
  • #519 Update the dependencies - most notably:
    • Brave 4.0.6 -> 4.2.0
    • GRPC 1.2.0 -> 1.3.0
    • Netty 4.1.9 -> 4.1.10

Bug fixes

  • #513 #516 Off-by-one validation error in RandomBackoff
  • #526 #528 #533 Netty buffer leaks
  • #532 Client-side SNI does not work.