diff --git a/CHANGELOG.md b/CHANGELOG.md index bbf42545..f14fae98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +#### v 4.7.1 (2020-12-27) +* 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 + #### v 4.7.0 (2020-12-17) * 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 * 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 diff --git a/README.md b/README.md index 233f1699..016fe3e1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ _node-zookeeper - A Node.js client for Apache Zookeeper._ -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. +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. __Latest changes__ are described in the [changelog](./CHANGELOG.md) @@ -18,10 +18,14 @@ And you're done! (note the name `zookeeper` in lowercase) +#### News :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. 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. +#### Next release (work in progress) +:rocket: Adding support for the new node types introduced in Apache ZooKeeper server v3.5.5: `Container` and `TTL` :rocket: + ## Examples ```javascript diff --git a/package.json b/package.json index fc369045..64d14cbc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zookeeper", "description": "apache zookeeper client (zookeeper async API v3.4.x - v3.6.x)", - "version": "4.7.0", + "version": "4.7.1", "author": "Yuri Finkelstein ", "license": "MIT", "contributors": [