Skip to content

Commit

Permalink
1.6.2 (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperlink committed May 8, 2017
1 parent b77c199 commit a043b97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# kafka-node CHANGELOG

## 2017-05-08, Version 1.6.2
* Reverting performance changes using BufferList since it's causing idle consumers to crash [#670](https://github.com/SOHU-Co/kafka-node/pull/670)

## 2017-05-04, Version 1.6.1
* Fix `Offset` calling `.fetchOffset` methods not yielding callback when the topic does not exist [#662](https://github.com/SOHU-Co/kafka-node/pull/662)
* Improved performance of Client using `BufferList` instead of `Buffer.slice` [#654](https://github.com/SOHU-Co/kafka-node/pull/654)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
],
"files": ["kafka.js", "logging.js", "lib"],
"bugs": "https://github.com/SOHU-co/kafka-node/issues",
"version": "1.6.1",
"version": "1.6.2",
"main": "kafka.js",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit a043b97

Please sign in to comment.