Skip to content

v5.6.0

Latest

Choose a tag to compare

@g-donev g-donev released this 16 Jan 12:14
· 16 commits to master since this release
d014d92

This document includes the new features, enhancements, and fixed issues since version 5.5.0.

Hazelcast Python Client v5.6.0 requires Python 3.11 or higher.

New Features

  • Added an asyncio module to support async/await syntax for concurrent operations (Beta).

Enhancements

  • The client works with Python 3.14

Fixes

  • Skip unsupported cacheService when listing distributed objects [746] (#746)

Breaking Changes

  • None.

Known Issues

  • None.

Thanks

To community user @space88man for contributing a fix for the cacheService issue.