Releases: oracle/coherence-go-client
Releases · oracle/coherence-go-client
Coherence Go Client - v1.0.0-rc2
Introduction
This is the second release candidate (v1.0.0-rc2) of the Coherence Go Client, an API for accessing Coherence caches via native Go client.
Documentation
Requirements
- Coherence CE 22.06.4+ or Coherence 14.1.1.2206.4+ Commercial edition with a configured gRPCProxy.
- Go 1.19.+
Getting Started
go get github.com/oracle/coherence-go-client@latestAfter 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@latestBreaking changes from 1.0.0-rc1
- Renamed
NewNameMapandNewNamedCachetoGetNamedMapandGetNamedCacherespectively to more accurately reflect their meaning and usage
Fixed Issues
- Fixed an issue where filters with extractors that return
boolmay return the wrong values
Coherence Go Client - v1.0.0-rc1
Introduction
This is the first release candidate (v1.0.0-rc1) of the Coherence Go Client, an API for accessing Coherence caches via native Go client.
Documentation
Requirements
- Coherence CE 22.06.4+ or Coherence 14.1.1.2206.4+ Commercial edition with a configured gRPCProxy.
- Go 1.19.+
Getting Started
go get github.com/oracle/coherence-go-client@v1.0.0-rc1After 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@v1.0.0-rc1Known Issues
- Using filters with extractors that return bool may return the wrong values