Skip to content

Commit

Permalink
1.3.0 (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperlink committed Jan 13, 2017
1 parent 1314e93 commit ea8b3b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# kafka-node CHANGELOG

## 2017-01-12, Version 1.3.0

- Add `fetchEarliestOffsets` to `Offset` [#544](https://github.com/SOHU-Co/kafka-node/pull/544)
- Fix issue where consumer heartbeat timeout was not triggering a retry [#559](https://github.com/SOHU-Co/kafka-node/pull/559)

## 2017-01-12, Version 1.2.1

- Fix potential issue where long running consumers (includes ConsumerGroup, HighLevelConsumer, and Consumer) could throw out of bounds exception during the fetch loop [#556](https://github.com/SOHU-Co/kafka-node/pull/556)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"broker"
],
"bugs": "https://github.com/SOHU-co/kafka-node/issues",
"version": "1.2.1",
"version": "1.3.0",
"main": "kafka.js",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit ea8b3b8

Please sign in to comment.