Skip to content

v1.1.0

Compare
Choose a tag to compare
@yuce yuce released this 14 Sep 15:42
· 192 commits to master since this release
d9718cc

Release Notes

This is the second stable release of Hazelcast Go Client.

Here are the new features and changes since v1.0.0.

New features

  • Blue/Green Deployments (Enterprise feature): Ability to divert the client automatically to another cluster on demand or when the intended cluster becomes unavailable.
  • Flake ID Generator: Ability to generate cluster-wide unique identifiers.
  • GetDistributedObjects method.
  • Address port is optional and defaults to 5701.
  • Added port ranges to the network configuration.

Changes

  • Added encoding/json package functions to serialization.JSON

Fixed Issues

  • Client tries to connect non-existent members 600
  • Client does not return the same object for consecutive Get* calls 609

Known Issues

We are aware of the following issues, which will be fixed in the next patch release:

  • Client hangs at the start of connection manager 627
  • Client should not open multiple connections to same member 632
  • ConnectionManager.handleInitialMembersAdded can cause panic at channel close 637