Skip to content

v3.12.3

Choose a tag to compare

@mdumandag mdumandag released this 19 Mar 08:29
· 309 commits to master since this release

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

New Features

  • None

Enhancements

  • Distibuted Objects Listener: An API to register/deregister distributed object listener to the client is added. With that, users can be notified about the cluster-wide distributed object creation/destruction events. Also, an API to get the list of the distributed objects is added. #197

  • Entry Loaded Event: When an entry is loaded from the MapLoader, the client now fires an EntryLoaded event. #194

Fixes

  • A typo was causing the wrong error to be thrown in the invocation service. #192

Known Issues

  • None.