Skip to content

v5.3.7

Compare
Choose a tag to compare
@yuce yuce released this 22 Feb 15:21
· 3 commits to main since this release
d377c31

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

We provide an installer for Windows 10 and 11.

Note that this is a binary-only release.

The changes since v5.3.6 are below.

New Features

Configuration

Hazelcast Java Client XML Configuration (Beta)

We have added the clc config import-java command that imports a subset of the Java client configuration and associated keystore/trustore files.

Refer to the documentation for the clc config import-java command for more information about this command.

Project Creator

Custom Template Actions

You can now define custom template actions using advanced scripts.

Refer to the Custom Template Actions section for more information about this feature.

Success Note

You can add a success note when a project is created successfully.

Refer to the Success Note section for more information about this feature.

Changes

  • Viridian is renamed to Hazelcast Cloud.
  • clc viridian commands are renamed to clc cloud. clc viridian is set an alias to clc cloud.
  • clc config import command is renamed to clc config import-cloud. clc config import is an alias to clc config import-cloud.
  • map unlock was available to the non-interactive mode in the previous version. This is changed to be available to interactive/scripting modes only.