Skip to content

Hazelcast Node.js Client 4.0.2

Compare
Choose a tag to compare
@puzpuzpuz puzpuzpuz released this 29 Jan 14:33
· 14 commits to 4.0.x since this release

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

New Features

  • None.

Enhancements

  • None.

Fixes

  • Client connection and underlying socket could leak in case of connection timeout. #738
  • Client could handle membership changes incorrectly on split brain. #733
  • Reconnect to members periodical task was initialized too early leading to potential races. #707
  • Connection could not be closed immediately on socket error. #704
  • Failed client start could lead to resource leaks. #692
  • Map query and Reliable Topic code samples were incorrect. #706
  • Fix TS typings for network config. #699
  • Client statistics were using incorrect client type identifier leading to issues in Hazelcast Management Center UI. #753

Breaking Changes

  • None.

Known Issues

  • None.