Skip to content

armeria-0.27.0.Final

Choose a tag to compare

@trustin trustin released this 28 Sep 09:53
· 4584 commits to main since this release

New features

  • #283 Add RAW_RPC_REQUEST and RAW_RPC_RESPONSE to RequestLog and ResponseLog
  • #292 Log socket traffic at TRACE level
    • All server-side traffic is logged at the logger name com.linecorp.armeria.traffic.server.
    • All client-side traffic is logged at the logger name com.linecorp.armeria.traffic.client.

Improvements

  • #286 Remove unnecessary memory copy between buffer in gRPC streams

Bug fixes

  • #284 Fix missing version number in user-agent HTTP header
  • #285 Fix ByteBuf leak in ArmeriaGrpcServerStream
  • #287 Fix a bug where JSON minification fails for {} in DocService debug form
  • #288 Fix DocService to handle one-way Thrift functions properly
  • #290 #291 Fix a race condition when closing a DefaultStreamMessage