This document includes the new features, enhancements, and fixed issues for the Hazelcast Node.js Client 5.7.0 release.
This release requires Node.js 20.22 (current LTS) or later.
Breaking Changes
none
New Features
None
Enhancements
- Added the
LockContextAPI: lock operations onMapandMultiMapinsideLockContext.run()get a per-task lock identity that prevents data race issues when the same client instance is used. Locking outsideLockContext.run()is unchanged. #1564 #1603
Known Issues
None
Full Changelog: v5.6.0...v5.7.0