Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Mar 17:13
· 5 commits to main since this release

2.0.0 (2026-03-16)

  • feat!: move queue bound into QueueOptions (3fe1977)

Bug Fixes

  • close iterators on early bail (e5fe3eb)
  • tighten queue backpressure and state tracking (4ec8f35)

Features

  • add queue timeout and abort support (6ba0ecb)

BREAKING CHANGES

  • Queue and q now accept bound through QueueOptions instead of a positional boolean argument.