Skip to content

Coherence Go Client - v1.2.0

Compare
Choose a tag to compare
@tmiddlet2666 tmiddlet2666 released this 03 May 00:03
· 6 commits to main since this release
57258e8

Introduction

This is release v1.2.0 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.+

Major New Features

  • Added Queue support - See GoDoc for full details.
  • Added the following utility functions InvokeAllKeysBlind, InvokeAllBlind and InvokeAllFilterBlind, which don’t return the actual entry processor values in the function signature for ease of use.

Note: Queues are only available when connecting to a Community Edition 24.03 cluster and above

Bug Fixes

  • Various Events hardening

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

Full Changelog: v1.1.1...v1.2.0