Skip to content

v5.3.0-BETA-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Apr 12:25
· 148 commits to main since this release
384d66a

Release Notes

This is the first beta release towards v5.3.0.

Be sure to check the README and participate in our survey.

The new features and changes since v5.2.1 are below.

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.