Skip to content

Releases: hazelcast/hazelcast-python-client

v3.9.0

02 Aug 12:07

Choose a tag to compare

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.

v3.8.1

24 Apr 08:50

Choose a tag to compare

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

New Features

None

Enhancements

None.

Fixes

  • Client hangs on cluster shutdown #64

Known Issues

None.

v3.8

01 Mar 11:09

Choose a tag to compare

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

New Features

None

Enhancements

None.

Fixes

  • Fixed reactor thread raising empty error when user invocations cancelled #57
  • Fixed error type mismatch issue in reactor handle_error
    #58
  • Fixed a possible false heartbeat alarm
    #59
  • Fixed issue of "python disconnected always changes its uuid "
    #60
  • User configured intervals less than 10 seconds were not respected. Fixed it to make the resolution 1 seconds rather than 10 seconds.
    #61
  • Fixed custom serialization look-up fail for classes with subtype
    #51

Known Issues

None.

v3.7.2

23 Nov 09:23

Choose a tag to compare

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

New Features

None

Enhancements

None.

Fixes

  • fix for serialization output available size is incorrect

Known Issues

None.