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.