Skip to content

v3.9

Compare
Choose a tag to compare
@mdumandag mdumandag released this 02 Aug 12:07
· 327 commits to master since this release

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

New Features

  • Python 3 support

Enhancements

  • Improved code samples

Fixes

  • Renamed await method of CountDownLatch as await_latch. Python 2 users can continue to use this method as await but Python 3 users have to use await_latch to avoid SyntaxError #98
  • Fixed connection manager to not try to close connections with the same address more than once #96
  • Fixed high CPU usage caused by the Hazelcast client #83
  • Fixed partition service to correctly refresh partitions #76
  • Fixed cluster service to try all addresses on each connection attempt #70
  • Fixed reconnect mechanism to use last known member list #68

Known Issues

None.