diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 4cc42673..ccc056ee 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -25,4 +25,6 @@ * xref:keyboard-shortcuts.adoc[] .Release Notes -* xref:release-notes.adoc[5.2.0] \ No newline at end of file +* xref:release-notes-5.3.0-BETA-1.adoc[5.3.0-BETA-1] +* xref:release-notes-5.2.1.adoc[5.2.1] +* xref:release-notes-5.2.0.adoc[5.2.0] \ No newline at end of file diff --git a/docs/modules/ROOT/pages/release-notes.adoc b/docs/modules/ROOT/pages/release-notes-5.2.0.adoc similarity index 99% rename from docs/modules/ROOT/pages/release-notes.adoc rename to docs/modules/ROOT/pages/release-notes-5.2.0.adoc index b631f846..8ab488a5 100644 --- a/docs/modules/ROOT/pages/release-notes.adoc +++ b/docs/modules/ROOT/pages/release-notes-5.2.0.adoc @@ -1,4 +1,4 @@ -= 5.2 Release Notes += 5.2.0 Release Notes == New Features diff --git a/docs/modules/ROOT/pages/release-notes-5.2.1.adoc b/docs/modules/ROOT/pages/release-notes-5.2.1.adoc new file mode 100644 index 00000000..347e1bbe --- /dev/null +++ b/docs/modules/ROOT/pages/release-notes-5.2.1.adoc @@ -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 diff --git a/docs/modules/ROOT/pages/release-notes-5.3.0-BETA-1.adoc b/docs/modules/ROOT/pages/release-notes-5.3.0-BETA-1.adoc new file mode 100644 index 00000000..1753db74 --- /dev/null +++ b/docs/modules/ROOT/pages/release-notes-5.3.0-BETA-1.adoc @@ -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.