Skip to content

Releases: mathworks/mjssetup

v1.4.0

17 Jun 11:07

Choose a tag to compare

Release notes:

  • Shared secrets and certificates generated by the mjssetup tool now use the specified filename without appending a .json extension. This change makes mjssetup consistent with the MATLAB Parallel Server createSharedSecret and generateCertificate scripts.
  • mjssetup now uses v0.52.0 of the golang.org/x/crypto library.

v1.3.1

15 Apr 07:31
8e7e4f8

Choose a tag to compare

Release Notes:

  • mjssetup now uses Go 1.26.

v1.3.0

19 Sep 14:59

Choose a tag to compare

New features:

  • The "generate-certificate" and "create-profile" commands can now use a shared secret file that was created using the "createSharedSecret" script that ships with MATLAB Parallel Server, rather than a shared secret file that was generated with mjssetup.
  • mjssetup now uses Go 1.24.

Bug fixes:

  • The "create-profile" command now correctly sets the job manager name in the profile, allowing it to specify a job manager when there are multiple job managers running on a single machine.

v1.2.0

16 Sep 14:59
367e547

Choose a tag to compare

New features:

  • You can use the mjssetup tool to generate certificate and key files for MATLAB Job Scheduler to export encrypted metrics. For more information, see Configure Metrics for MATLAB Job Scheduler.
  • The mjssetup tool uses Go version 1.23.

v1.1.0

07 Jun 09:17
62af51d

Choose a tag to compare

Release Notes:

New features:

v1.0.0

10 May 12:50

Choose a tag to compare

A command-line tool to create shared secrets, signed client certificates, and cluster profiles when you configure a MATLAB® Job Scheduler cluster with secure communication. The tool does not require access to a MATLAB installation.