Skip to content

v3.11.0

Choose a tag to compare

@mdumandag mdumandag released this 19 Mar 10:25
· 335 commits to master since this release

This document includes the new features, enhancements, and fixed issues for Hazelcast Python Client 3.11 release.

New Features

  • IdGenerator Backed by FlakeIDs
  • Client Statistics
  • CRDT PN Counter

Enhancements

  • Logging enhancements

Fixes

  • Heartbeat tests were failing randomly on Windows because of a timing issue. #142
  • Missing protocol exceptions are added. #150
  • Formerly, an immutable buffer was used while handling the reads. It is changed to a mutable buffer. Now, client is significantly faster while reading big chunks of data. #152
  • Inaccurate docstring for the add_entry_listener method of the Map and the MultiMap is corrected. #155

Known Issues

None.