Skip to content

Commit cf28a26

Browse files
authored
Merge pull request #261 from DavidVujic/release_4_7_1
Release 4 7 1
2 parents 9bbc2c8 + ea0944f commit cf28a26

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### v 4.7.1 (2020-12-27)
2+
* fix: build an AddOn from the ZooKeeper C Client v3.5.8 in all platforms (Linux, Mac OS X and Windows). Pull request [260](https://github.com/yfinkelstein/node-zookeeper/pull/260) by @davidvujic
3+
14
#### v 4.7.0 (2020-12-17)
25
* feat: include prebuilt binaries for Mac OS X (darwin, x64) and Windows - for node 12 and 14. This will simplify and fasten the install process a lot. Pull request [251](https://github.com/yfinkelstein/node-zookeeper/pull/251) by @davidvujic
36
* fix: note about rejecting/erroring when path does not exist in exists() calls. Pull request [256](https://github.com/yfinkelstein/node-zookeeper/pull/256) by @dreusel

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
_node-zookeeper - A Node.js client for Apache Zookeeper._
66

7-
This node module is implemented on top of the official ZooKeeper C Client API. Have a look at the [official docs](https://zookeeper.apache.org/doc/current/index.html) for further details on behavior.
7+
This node module is implemented on top of the __official ZooKeeper C Client API__, supporting ZooKeeper server v3.4.x - v3.6.x. Have a look at the [official docs](https://zookeeper.apache.org/doc/current/index.html) for further details on behavior.
88

99
__Latest changes__ are described in the [changelog](./CHANGELOG.md)
1010

@@ -18,10 +18,14 @@ And you're done!
1818

1919
(note the name `zookeeper` in lowercase)
2020

21+
#### News
2122
:tada: __New since version 4.7.0__ :tada: The install process is faster than ever. If you are a Mac OS X or Windows user, there is no longer a need to build an AddOn during the install process.
2223
Everything is already included in the package. Linux user? Don't worry, the installer will quickly build a `Native Node.js AddOn` for the Linux flavor you are running.
2324

2425

26+
#### Next release (work in progress)
27+
:rocket: Adding support for the new node types introduced in Apache ZooKeeper server v3.5.5: `Container` and `TTL` :rocket:
28+
2529
## Examples
2630

2731
```javascript

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.7.0",
4+
"version": "4.7.1",
55
"author": "Yuri Finkelstein <[email protected]>",
66
"license": "MIT",
77
"contributors": [

0 commit comments

Comments
 (0)