Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Apr 06:19
ffcd91c

0.2.0 (2026-04-09)

Features

  • bench: add multi-node stream concurrency benchmark suite (d1e7367)
  • bench: simplify benchmark workflow and developer docs (cb79e66)
  • circuit-breaker: add policy-driven failure gating across operations (53a1288)
  • geo: add typed geospatial API and docs updates (87bf2fb)
  • stream: enable concurrent multi-node stream fan-out (20d1ca9)

Bug Fixes

  • crud: remove unreachable overload error match (caf7232)
  • protocol: reduce batch response parse allocations with size-based skipping (8408997)
  • protocol: switch asm message encode pipeline to iodata (258d8e6)
  • repo: remove constant conn warning and stabilize concurrent stream test (418843d)

Performance Improvements

  • batch-encoder: use iodata accumulation instead of binary concat (74d6c1d)