Fluxzero 1.195.1
1.195.1 (2026-06-06)
Bug Fixes
fix(serialization): bound ZSTD compression contexts (
fdc6d18)Replace SDK CompressionUtils thread-local ZSTD contexts with bounded CompressionAlgorithm resource pools to avoid native memory retention on long-lived websocket/proxy threads.
Move compression call sites to CompressionAlgorithm, remove the obsolete utility facade, and add proxy compression algorithm configuration.