v5.4.0
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.7 are below.
New Features
CPMap
Hazelcast CPMap is a distributed implementation of a minimal key-value interface.
This release adds support for the CPMap data structures.
Note that CPMap is an Hazelcast Enterprise feature.
Added the following cpmap
commands:
compare-and-set
delete
destroy
get
put
remove
set
Added the following advanced script functions for the CPMap:
cpmap_compare_and_set
cpmap_delete
cpmap_destroy
cpmap_get
cpmap_put
cpmap_remove
cpmap_set
Changes
- Removed the ability to run scripts over HTTP.