v1.2.0
Release Notes
This is the fourth stable release of Hazelcast Go Client.
Here are the new features and changes since v1.1.1.
New features
- SQL support for Hazelcast 5.0 and 5.1. See hazelcast package documentation.
- Custom logger interface to override the builtin logger with the user provided one. See logger package documentation.
- MultiMap distributed data structure. See MultiMap documentation.
- Several new Map methods: ExecuteOnKey, ExecuteOnKeys, ExecuteOnEntriesWithPredicate, SetTTLAffected.
- Serialization support for big.Int and decimals. See serialization package documentation.
- Portable serialization of time, date, timestamp, timestamp with timezone, decimal and their array variants.
- GetRawDataInput/GetRawDataOutput methods in the Portable interface.
Changes
int8
values are serialized using the builtin serializer instead of the default fallback serializer (Gob).
Fixed Issues
- Prevent panic in listener handlers if member not found 691
- Ensure event handlers run in the receive order per key 696
- The client erroneously didn't try connecting to all user given addresses before. This is fixed at: b3d3ce0
Known Issues
There are no known issues.