Skip to content

Commit

Permalink
4.1.0 (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperlink committed Apr 7, 2019
1 parent 51641a0 commit f2d0844
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# kafka-node CHANGELOG

## 2019-04-07, Version 4.1.0
* Fixed wrong offset being assigned to compressed messages [#1226](https://github.com/SOHU-Co/kafka-node/pull/1226)
* Update producer and consumer types as EventEmitters [#1223](https://github.com/SOHU-Co/kafka-node/pull/1223)
* Add setting to control auto-reconnect when closed due to being idle [#1218](https://github.com/SOHU-Co/kafka-node/pull/1218)

## 2019-03-28, Version 4.0.4
* Fixed unnecessary metadata refresh when socket is closed from being idle [#1216](https://github.com/SOHU-Co/kafka-node/pull/1216)
* Prevent broker socket auto reconnect attempts to brokers that are no longer valid [#1217](https://github.com/SOHU-Co/kafka-node/pull/1217)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"types"
],
"bugs": "https://github.com/SOHU-co/kafka-node/issues",
"version": "4.0.4",
"version": "4.1.0",
"main": "kafka.js",
"types": "types/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit f2d0844

Please sign in to comment.