Releases: yfinkelstein/node-zookeeper
Releases · yfinkelstein/node-zookeeper
feat: add Node.js 24 prebuilds
feat: Node js 24 and v8 compatibility fixes
Replacing deprecated feature usage in the Node.js addOn source code:
- Replaced all NAN_PROPERTY_GETTER usages with NAN_GETTER for Node.js 24/V8 compatibility.
- Updated sprintf to the safer snprintf in idAsString().
Updated dependencies.
Implementation details in #357
feat: enable workers
fix: accept both perm and perms in acl objects
Details in Pull Request #349 by @maharjanraj ⭐ 👏
docs: access Zookeeper constants from ZooKeeper.constants
Details in Pull Request #347 by @maharjanraj ⭐
fix: ACL type defs
Details in Pull Request #346
fix: build error in Node.js 22 caused by removed V8 AccessControl property
Details in Pull Request: #344
fix: return an invalid state error code (previously segfault) when client not properly initialized
feat: prebuilds for Node.js v20
See details in CHANGELOG.
Use ZooKeeper C Client v3.8.2
Also, drop support for Node.js 16 rebuilds.
More details in Pull Request #330