-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added release notes to the doc (#220)
* Added all release notes
- Loading branch information
Showing
4 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/modules/ROOT/pages/release-notes.adoc → ...dules/ROOT/pages/release-notes-5.2.0.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
= 5.2 Release Notes | ||
= 5.2.0 Release Notes | ||
|
||
== New Features | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
= 5.2.1 Release Notes | ||
|
||
== Changes | ||
|
||
* Corrected the --quite flag to --quiet. | ||
* Uses the experimental NY readline library on Windows by default. That fixes arrow key related issues but disables syntax highlight for SQL | ||
* Use stderr for unnecessary output. | ||
|
||
== Improvements | ||
* More consistent success messages when a list doesn't have any items. | ||
* Added support for more compact serialization types. | ||
|
||
== Fixes | ||
* Fixed a race in shell command. | ||
* Fixed a bug that would cause a panic if the SQL command is interrupted.* | ||
* Powershell completion is fixed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
= 5.3.0-BETA-1 Release Notes | ||
|
||
== New Features | ||
|
||
* CLC can now submit Jet jobs and manage job snapshots. | ||
* Added the following `job` commands: | ||
** `submit`: Creates a job from the given jar file. | ||
** `cancel`: Cancels a job. | ||
** `list`: Lists jobs. | ||
** `suspend`: Suspends a job. | ||
** `resume`: Resumes a suspended job. | ||
** `restart`: Restarts a job. | ||
** `export-snapshot`: Exports a snapshot for a job. This feature requires a Viridian or Hazelcast Enterprise cluster. | ||
* Added the following `snapshot` commandS: | ||
** `list`: Lists the snapshots of a job. | ||
** `delete`: Deletes a snapshot. |