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-setdeletedestroygetputremoveset
Added the following advanced script functions for the CPMap:
cpmap_compare_and_setcpmap_deletecpmap_destroycpmap_getcpmap_putcpmap_removecpmap_set
Changes
- Removed the ability to run scripts over HTTP.