v1.0.0-preview.3
Pre-release
Pre-release
Release Notes
This is the third preview release of Hazelcast Go Client.
Here are the new features and changes since the last preview version.
New features
- Set distributed data structure,
Changes
- When the client is not ready, it returns
hazelcast.ErrClientNotActive
instead ofhazelcast.ErrClientNotReady
. serialization.ClassDefinition
is public.
Improvements
- Memory utilization is improved and number of allocations are decreased.