Skip to content

v0.4.0-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@milindl milindl released this 06 Nov 11:52
· 93 commits to master since this release
8d7f0eb

v0.4.0-RC2 is a limited availability feature release. It is supported for all usage. This is a pre-release.

  1. Fixes an issue where headers were not passed correctly to the eachBatch callback (#130).
  2. Add support for an Admin API to list a consumer group's offsets (#49).
  3. Reduce consumer poll timeout to nil and add wakeups for new messages. This improves
    the consumer efficiency, and resolves issues while running multiple consumers within
    the same node process (#135).
  4. Add pre-built binaries for macOS (Intel).