Skip to content

Hazelcast Node.js Client 3.12.4

Choose a tag to compare

@puzpuzpuz puzpuzpuz released this 23 Nov 08:41
· 4 commits to 3.12.x since this release

This document includes the new features, enhancements, and fixed issues for Hazelcast Node.js Client 3.12.4 release.

New Features

  • None.

Enhancements

  • Code Sample Code sample and documentation for Hazelcast Cloud is now up to date. #550
  • npm artifact npm artifact's size is now reduced significantly. #654

Fixes

  • getDistributedObjects() call could lead to unhandled promise rejection. #540
  • Client's member list could be broken by Hot Restart. #610
  • Lock call may throw OperationTimeoutError when a member dies. #618
  • Pending invocations were not rejected or retried on connection close. #662
  • redoOperation option was not implemented properly. #662
  • Incorrect splice usage in IMap#getAll call for maps with Near Cache. #670

Breaking Changes

  • None.

Known Issues

  • None.