Introduction
This is release v1.2.2 of the Coherence Go Client, an API for accessing Coherence via a native Go client.
Requirements
- Coherence CE 22.06.4+, 24.03+, or Coherence 14.1.1.2206.4+ Commercial edition with a configured gRPCProxy.
(Always ensure you are using the latest Coherence available patch.) - Go 1.19.+
Updates
- Updated the gRPC resolver address
coherence:///host:port
to randomize the addresses that it returns. This can be turned off by setting the environment variableCOHERENCE_RESOLVER_RANDOMIZE=false
Bug Fixes
- N/A
Documentation
Getting Started
go get github.com/oracle/coherence-go-client@latest
After executing this command coherence-go-client is ready to use, and it's source will be in:
$GOPATH/pkg/mod/github.com/oracle/coherence-go-client@latest
What's Changed
- Prepare for next release by @tmiddlet2666 in #91
- Add environment vairable to randomize resolver addresses by @tmiddlet2666 in #92
- Minor doc update by @tmiddlet2666 in #93
Full Changelog: v1.2.1...v1.2.2