Skip to content

Hazelcast Node.js Client 3.12.1

Compare
Choose a tag to compare
@mdumandag mdumandag released this 25 Jul 11:16
· 424 commits to master since this release

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.