Skip to content

Commit

Permalink
4.0.2 (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperlink committed Feb 22, 2019
1 parent d8d4f09 commit 949c594
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# kafka-node CHANGELOG

## 2019-02-22, Version 4.0.2
* Fix blocked `ConsumerGroup` fetch loop when fetch request yields an error [#1194](https://github.com/SOHU-Co/kafka-node/pull/1194)
* Fix topic partition check not being scheduled when call to loadMetadataForTopic fail [#1195](https://github.com/SOHU-Co/kafka-node/pull/1195)

## 2019-01-31, Version 4.0.1
* Fixed issue when KafkaClient.getController wasn't using cached details when controller id is 0 [#1176](https://github.com/SOHU-Co/kafka-node/pull/1176)
* Update TS typings [#1174](https://github.com/SOHU-Co/kafka-node/pull/1174) and [#1099](https://github.com/SOHU-Co/kafka-node/pull/1099)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"types"
],
"bugs": "https://github.com/SOHU-co/kafka-node/issues",
"version": "4.0.1",
"version": "4.0.2",
"main": "kafka.js",
"types": "types/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 949c594

Please sign in to comment.