Skip to content

v5.3.6-PREVIEW1

Pre-release
Pre-release
Compare
Choose a tag to compare
@yuce yuce released this 17 Nov 14:43
· 6 commits to main since this release
046a523

Release Notes

On Linux/macOS you can install or update to the latest version of CLC using the following command:

curl https://hazelcast.com/clc/install.sh | bash -s -- --beta

We provide an installer for Windows 10 and 11.

Note that this is a binary-only release.

The new features and changes since v5.3.5 are below.

New Features

  • Added the sql advanced script command.
  • Added the file template action which can read from a file with one of the extensions: .yaml, .json or .txt.
  • Added the \exit and \echo commands. These commands are available in the script and interactive modes. See: echo and exit command documentation.
  • Added --wait flag to viridian commands.
  • Added the ability to change the interactive mode prompt and banner. See: def.

Improvements

  • clc demo map-setmany command shows a progress bar and it is faster for small values.

Changes

  • Project creator uses the defaults field in template.yaml instead of the defaults.yaml.

Fixes

  • \di command panics when indexes for a map cannot be retrieved.
  • Removed the extra OK line in config list.
  • Restored the --format flag to home and version commands.