v3.11.0
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_listenermethod of theMapand theMultiMapis corrected. #155
Known Issues
None.