Skip to content

v1.0.5

Compare
Choose a tag to compare
@webmakersteve webmakersteve released this 03 Jul 20:00
· 337 commits to master since this release

New release version v1.0.5. This release note includes changes from v1.0.2 - v1.0.5

Consumer Changes

  1. Bug fix for custom rebalance callbacks where assignments were not being set. (v1.0.5)
  2. Kafka read stream now supports streamAsBatch option, if it is running in objectMode. This will push arrays to the stack instead of individual messages. (v1.0.4)
  3. Fixed callback "leak" in read stream under high message volume (v1.0.3)