Skip to content

Commit

Permalink
1.2.0 (#555)
Browse files Browse the repository at this point in the history
* Bump version

* Update changelog.
  • Loading branch information
hyperlink committed Jan 11, 2017
1 parent 83840f9 commit b9bef30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,14 @@
# kafka-node CHANGELOG

## 2017-1-4, Version 1.1.0
## 2017-01-11, Version 1.2.0

**Consumer Group Changes**

- Fix issue where an error in a leaving group during close will prevent a consumer from being closed. [#551](https://github.com/SOHU-Co/kafka-node/pull/551)
- Fix issue with heartbeat where consumer will continue to send heartbeats at regular intervals even when previous ones did not resolve [#547](https://github.com/SOHU-Co/kafka-node/pull/547)
- Add ability for ConsumerGroup to recover from stale offsets. This is configured by the new `outOfRangeOffset` option which takes same values as `fromOffset`. [#553](https://github.com/SOHU-Co/kafka-node/pull/553)

## 2017-01-04, Version 1.1.0

- Fixed issue with unhandled error while using Offset [#543](https://github.com/SOHU-Co/kafka-node/pull/543)
- HighLevelConsumer now allows a configurable retry options used for rebalancing this is found under the `rebalanceRetry` option key [#542](https://github.com/SOHU-Co/kafka-node/pull/542)
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.1.0",
"version": "1.2.0",
"main": "kafka.js",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit b9bef30

Please sign in to comment.