Skip to content

Coherence Go Client - v1.0.3

Compare
Choose a tag to compare
@tmiddlet2666 tmiddlet2666 released this 28 Oct 09:47
· 40 commits to main since this release
1b171aa

Introduction

This is release v1.0.3 of the Coherence Go Client, an API for accessing Coherence caches via native Go client.

Documentation

Requirements

  • Coherence CE 22.06.4+, 23.03+, or Coherence 14.1.1.2206.4+ Commercial edition with a configured gRPCProxy.
    Always ensure you are using the latest available patch.
  • Go 1.19.+

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

Fixed Issues since v1.0.2

All changes since v1.0.2

v1.0.2...v1.0.3