Skip to content

v0.10.0

Choose a tag to compare

@release-pleaze release-pleaze released this 13 Sep 06:12
b0c4efd

0.10.0 (2026-09-13)

Features

  • validate stream names and access token IDs (reject NUL bytes) (#114) (c18d589)

Bug Fixes

  • automatic batching can exceed max_bytes (#123) (3508dd2)
  • concurrent conn checkouts can continue after pool close (#131) (25cf0a1)
  • conns opened while closing the pool are not closed (#121) (6e3cd2f)
  • conns that received GOAWAY during checkout are added to the pool (#122) (ef430fc)
  • incorrect tracking of usable conns in reaper (#132) (e7f63b8)
  • missing input exhaustion check before append session completion (#125) (298766c)
  • queue sentinels in finally can hang append session during task cancellation (#129) (564851e)