Skip to content

21.34

Latest

Choose a tag to compare

@iohao iohao released this 17 Feb 01:49

21.34 Release Notes

This release focuses on improving the stability and readability of HTTP-related Netty handlers introduced after 21.32.

Highlights

  1. Refined HTTP handler flow in external-netty
  • Simplified HttpFallbackHandler.channelRead with early-return control flow for clearer behavior.
  • Simplified HttpRealIpHandler by removing unnecessary try/finally and manual ReferenceCountUtil.release(...) in pass-through scenarios.
  1. Safety improvement for message lifecycle handling
  • Reduced risk of incorrect reference-count handling when messages are forwarded down the Netty pipeline.
  1. Version alignment
  • Project/module versions have been updated to 21.34 across the repository.

Included commits (after 21.32)

  1. be699a6
    refactor(external): Simplify HTTP handler logic in HttpFallbackHandler and HttpRealIpHandler
  2. 4f43600
    🐳 21.34