You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added the `serializer generate` command that creates Java Compact Serialization classess from the given schema.
6
+
* Added an update checker which displays a notification in the interactive mode. You can disable it by setting the `CLC_SKIP_SERVER_VERSION_CHECK` to `1`.
7
+
* In order to make an informed decision about CLC improvements and features, we started to collect non-identifiable telemetry. You can disable this by setting `HZ_PHONE_HOME_ENABLED` environment variable to `false`. You can find more information in the xref:phone-homes.adoc[documentation].
8
+
* CLC can now be installed using an install script on Linux and macOS systems. Just run `curl https://hazelcast.com/clc/install.sh | bash`.
9
+
10
+
== Improvements
11
+
12
+
* Improved configuration selector.
13
+
* If there's a single configuration, do not display the configuration selector and use that configuration automatically.
14
+
* Updated `job submit` command to deduce the job ID.
15
+
16
+
== Changes
17
+
18
+
* Confirmation is required from the user when `demo generate-data` command runs.
19
+
20
+
== Fixes
21
+
22
+
* CLC interactive prompt doesn't change after config wizard.
23
+
* Readline panic in the interactive mode if terminal width cannot be determined and left arrow is pressed.
24
+
* Map proxy is created when a `map` command is used.
25
+
* "connecting to cluster" prompt is not shown when `object list` command runs.
0 commit comments