X Tutup
Skip to content

Releases: oracle/coherence-cli

Coherence CLI - 1.10.8

09 Mar 16:39

Choose a tag to compare

Coherence CLI Release 1.10.8

What's Changed

  • Bump qs from 6.14.1 to 6.14.2 in /templates/javascript by @dependabot[bot] in #379
  • fix: override jackson to patched version for helidon and micronaut templates by @vasac in #381
  • Switch from arm to arm64 for Windows port by @vasac in ff5c076

Full Changelog: 1.10.7...1.10.8

Coherence CLI - 1.10.7

08 Feb 00:44

Choose a tag to compare

Coherence CLI Release 1.10.7

This is release 1.10.7 of the Coherence Command Line Interface (CLI).

For more information, see the README.

Installing

See here for installation instructions.

Upgrading

If you already have the CLI installed, you can run cohctl version -u to see if you have the latest version.

Getting Started

To get started, visit the Coherence CLI documentation and follow the instructions to install and start using the CLI.

What's Changed

  • Update Go and third-party dependency versions by @vasac in #377

Full Changelog: 1.10.6...1.10.7

Coherence CLI - 1.10.6

30 Jan 06:56

Choose a tag to compare

Coherence CLI Release 1.10.6

This is release 1.10.6 of the Coherence Command Line Interface (CLI).

For more information, see the README.

Installing

See here for installation instructions.

Upgrading

If you already have the CLI installed, you can run cohctl version -u to see if you have the latest version.

Getting Started

To get started, visit the Coherence CLI documentation and follow the instructions to install and start using the CLI.

Full Changelog: 1.10.5...1.10.6

Coherence CLI - 1.10.5

12 Dec 07:19

Choose a tag to compare

Coherence CLI Release 1.10.5

This is release 1.10.5 of the Coherence Command Line Interface (CLI).

For more information, see the README.

Installing

See here for installation instructions.

Upgrading

If you already have the CLI installed, you can run cohctl version -u to see if you have the latest version.

Getting Started

To get started, visit the Coherence CLI documentation and follow the instructions to install and start using the CLI.

Full Changelog: 1.10.4...1.10.5

Coherence CLI - 1.10.4

03 Nov 12:04
3864f88

Choose a tag to compare

Coherence CLI Release 1.10.4

Coherence CLI - 1.10.3

26 Sep 08:34
e331821

Choose a tag to compare

Coherence CLI Release 1.10.3

Coherence CLI - 1.10.2

26 Aug 09:08
1bc3dd5

Choose a tag to compare

Coherence CLI Release 1.10.2

This is release 1.10.2 of the Coherence Command Line Interface (CLI).

For more information, see the README.

Installing

See here for installation instructions.

Upgrading

If you already have the CLI installed, you can run cohctl version -u to see if you have the latest version.

Getting Started

To get started, visit the Coherence CLI documentation and follow the instructions to install and start using the CLI.

What's Changed

Full Changelog: 1.10.1...1.10.2

Coherence CLI - 1.10.1

30 Jul 03:23
51c5783

Choose a tag to compare

Coherence CLI Release 1.10.1

This is release 1.10.1 of the Coherence Command Line Interface (CLI).

For more information, see the README.

Installing

See here for installation instructions.

Upgrading

If you already have the CLI installed, you can run cohctl version -u to see if you have the latest version.

Getting Started

To get started, visit the Coherence CLI documentation and follow the instructions to install and start using the CLI.

New Features

  • Added -l option to cohctl create starter for go, python and javascript starter examples
  • Added total bandwidth to cohctl get federation all command
  • Updated the cohctl get cache-storage to add -q option to display full query up to --max-length
  • Added non-optimized and optimized query count to the above command
  • Added cohctl set/get default-style to change styles used by the cohctl monitor cluster command
  • Added the ability to preview styles using cohctl monitor cluster --preview-styles
  • Added new federation panels: federation-outgoing, federation-incoming, federation-con-outgoing and federation-con-incoming

Other Changes

  • Updated to work with latest Coherence CE and commercial patches
  • Bump versions of various component

Breaking Changes

  • Remove mouse-click to drill to panel in monitor clusters as this was causing issues copying text

All Changes

Full Changelog: 1.10.0...1.10.1

Coherence CLI - 1.10.0

19 Jun 06:05
8c50b33

Choose a tag to compare

Coherence CLI Release 1.10.0

This is release 1.10.0 of the Coherence Command Line Interface (CLI).

For more information, see the README.

Installing

See here for installation instructions.

Upgrading

If you already have the CLI installed, you can run cohctl version -u to see if you have the latest version.

Getting Started

To get started, visit the Coherence CLI documentation and follow the instructions to install and start using the CLI.

Major New Feature - Start Local Grafana/Prometheus Monitoring Stack

In this release we added the ability to initialize, start and stop a local monitoring stack using Grafana, Prometheus and the latest
Coherence Dashboards. This stack automatically registers clusters running with metrics enabled on ports 9612-> 9619 on your local machine.

Note: You must have docker running on your machine to use this.

To get started:

  • cohctl init monitoring - download the Grafana and Prometheus images, download the Grafana dashboards and intialize the docker compose environment under ~/.cohctl/monitoring directory
  • cohctl start monitoring - Start the monitoring stack and provides you the link to open the dashboards locally
  • To start a local cluster with metrics enabled, run the following: cohctl create cluster -t 9612
  • See the documentation for more details.

Note: If you are running a Coherence version before 14.1.2-0-0 or 25.03, you must set the following
property on each cluster member to emit the new style metrics used by the latest dashboards
-Dcoherence.metrics.legacy.names=false

Other New Features

  • Added the ability to display the node id from cohctl monitor healthwhen using latest coherence patches
  • Added the ability to use -c clusterhost:port to lookup management connection
  • Added the cohctl set cluster command to set attributes across all members of a cluster
  • Added the cohctl get federation-outgoing command to display outgoing connection members

Other Changes / Bugs Fixes

  • Updated to be compatible with latest CE and commercial patches
  • Updated to build with go 1.24.4 as a minimum

Breaking Changes

  • N/A

What's Changed

Full Changelog: 1.9.1...1.10.0

Coherence CLI - 1.9.1

12 May 01:04
1c7a754

Choose a tag to compare

Coherence CLI Release 1.9.1

This is release 1.9.1 of the Coherence Command Line Interface (CLI).

For more information, see the README.

Installing

See here for installation instructions.

Upgrading

If you already have the CLI installed, you can run cohctl version -u to see if you have the latest version.

Getting Started

To get started, visit the Coherence CLI documentation and follow the instructions to install and start using the CLI.

New Features

  • Added -q option to cohctl get cache-storage to show max query description in full
  • Added --percent-bar option to display a bar for any ‘percent’ value instead of just the number

Changes / Bugs Fixes

  • Updated to be compatible with latest CE and commercial patches
  • Updated template Helidon version to 4.2.1

Breaking Changes

  • N/A

What's Changed

Full Changelog: 1.9.0...1.9.1

X Tutup