v1.3.2
Release Notes
This is the second patch release of Hazelcast Go Client v1.3.
Here are the fixes since v1.3.1.
New features
There are no new features.
Changes
There are no API changes.
- Cloud discovery works with Viridian by default, instead of Hazelcast Cloud.
Fixed Issues
- #904 Change default cloud coordinator URL to point to Viridian
- #905 Remove discovery token from debug log
- #906 Partition ID and serializer ID depends on the LittleEndian configuration
- #907 UUID serializer read and write methods conflicts with each other
- #909 Client Cannot Connect To Cluster When All Members Go Down and Up on Kubernetes
- #913 Nil object serialization should directly return
- #915 Fix custom serialization code sample and documentation
- #916 Race Condition in ClassDefinitionContext
- #921 Avoid creating near cache objects with each Client.GetMap call
- #922 Use a sync.Map instead of map + mutex for proxy local cache
- #928 DistinctAggregator serializer must read/write 32 bit not 64 bit
- #929 Portable objects cannot be written with an idenified data serializable serializer
Known Issues
There are no known issues.