Skip to content

Releases: hazelcast/hazelcast-python-client

v3.8.1

24 Apr 08:50
Compare
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
Compare
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
Compare
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.