Skip to content

v0.4.0

Compare
Choose a tag to compare
@milindl milindl released this 06 Nov 14:39
· 80 commits to master since this release
253629d

v0.4.0 is a limited availability feature release. It is supported for all usage.

  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).