Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

39 lines (31 loc) · 2.11 KB

kafka-node CHANGELOG

2016-02-21, Version 0.3.2

  • Fix client socket when closing and error handling #314
  • Make commit() handle case when only callback is passed #306
  • Fix typo in offset.js #304

2016-01-09, Version 0.3.1

  • Buffer batch for async producers #262

2016-01-08, Version 0.3.0

  • Add partitions to producer #260

2015-05-11, Version 0.2.27

  • Deps: upgrade snappy to 3.2.0
  • Zookeeper#listConsumers: ignore error when there is no such node in zookeeper

2015-04-23, Version 0.2.26

  • Fix: add callback to consumer.autoCommit method #198
  • Emit an error when there is a problem with the socket connection to the kafka broker #196
  • Fix: emit the error instead of slient swallow it #193
  • Typo in error message #189

2015-04-01, Version 0.2.25

  • Producer support requireAcks option #187
  • Update examples #185

2015-03-20, Version 0.2.24

  • Bump deps
  • Refresh metadata after auto rebalance among brokers #180
  • Initialize partition owner with consumerId #178

2015-03-17, Version 0.2.23

  • Fix #175: Refresh topic metadata in Producer when broker change
  • Refactor Client#refreshMetadata method
  • Add the missing semicolons, no offense, just keep style.
  • Fix #170: In case of offsetOutOfRange, the consumer should be paused.
  • Fix #169: When paused why try to fetch every 1000 ms?
  • Ref: remove unused variables.