Hazelcast Node.js Client 3.12.1
This document includes the new features, enhancements, and fixed issues for Hazelcast Node.js Client 3.12.1 release.
New Features
- Automated Pipelining: With this new feature, all operations are pushed into an internal queue and the client tries to send them in batches to reduce the number of
Socket.write()
calls. #481
Enhancements
- Performance: Unnecessary buffer allocations and copying while reading data from the socket is removed where possible. #481
Fixes
- Non-ASCII characters in data structure names was leading to invalid names on the member side because the client was using character count as the length of string in bytes mistakenly. #491
Breaking Changes
- None.
Known Issues
- None.