Change Log
v2.0.4 (2026-04-22)
Enhancements
all: unit test coverage has been increased to over 80%, and several dependencies have been upgraded to ensure compatibility with JDK 17 and JDK 21.(#131,#129,#128,#127,#126,#125,#124,#122,#121,#119,#118,#117,#116,#115)
Bug Fixes
http: fixed an issue involving excessive parsing of key-value pairs in HTTP response headers(#137)
all: replace HashMap with ConcurrentMap in the ClientConfig class (#137)
http: fixed an intermittent packet-stitching issue occurring during HTTP protocol timeouts(#137)