Skip to content

v1.0.0-BETA-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@devOpsHazelcast devOpsHazelcast released this 10 Jun 15:18
· 248 commits to main since this release
b20158e

This is the first internal release of Hazelcast Command-Line Client.
The first beta release of the Hazelcast CLC has the following features:

New features

Basic map operations:

  • clear
  • get
  • get-all
  • put
  • put-all
  • clear
  • remove

Serialization support for basic types:

  • int(8,16,32,64)
  • float(32,64)
  • boolean
  • string
  • JSON

Basic cluster operations:

  • getting/setting cluster state
  • getting cluster version
  • shutting down a cluster

2 ways of installation:

  • Brew package
  • Installation script

3 modes of operation:

  • Non-Interactive (with auto-completion support)
  • Interactive (a prompt with auto-completion suggestions)
  • SQL Browser (a TUI for executing SQL statements and navigating results)

Known Issues

  • Windows is not officially supported as a host in this release.
  • Client statistics are not shown in the Hazelcast Management Center and Hazelcast Cloud Cluster Metrics Panel.
  • "--key-type" and "--value-type" flags do not support autocompletion of options in the interactive mode.
  • The "help" message has redundant lines in interactive mode.
  • Logs interfere with the interactive prompt display.
  • Interactive mode prints garbage characters on some key combinations.