Skip to content

Commit 3b5c9fe

Browse files
authored
Merge pull request #280 from DavidVujic/master
Release 4.10.0
2 parents e25afc8 + f6fc4de commit 3b5c9fe

File tree

6 files changed

+4
-1
lines changed

6 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### v 4.10.0 (2021-06-09)
2+
* feat: ability to overwrite default response counter limit. Pull request [278](https://github.com/yfinkelstein/node-zookeeper/pull/278) by @wareczek
3+
14
#### v 4.9.0 (2021-05-13)
25
* feat: Dynamic Reconfiguration. Pull request [273](https://github.com/yfinkelstein/node-zookeeper/pull/273) by @bhack-onshape
36

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zookeeper",
33
"description": "apache zookeeper client (zookeeper async API v3.4.x - v3.6.x)",
4-
"version": "4.9.0",
4+
"version": "4.10.0",
55
"author": "Yuri Finkelstein <[email protected]>",
66
"license": "MIT",
77
"contributors": [

prebuilds/darwin-x64/node.abi72.node

0 Bytes
Binary file not shown.

prebuilds/darwin-x64/node.abi83.node

0 Bytes
Binary file not shown.

prebuilds/win32-x64/node.abi72.node

0 Bytes
Binary file not shown.

prebuilds/win32-x64/node.abi83.node

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)