Release Notes
This is the eighth stable release of Hazelcast Go Client.
Here are the fixes since v1.4.1.
Fixed Issues
Map.GetAll
did not return the expected output when near cache is enabled and contents of theIMap
is updated.- Output of
Map.GetAll
returnstype.Entry
values for non-existent keys.