Skip to content

Releases: mathworks/matlab-proxy

v0.9.1

31 Oct 12:51
Compare
Choose a tag to compare

Contains minor bug fixes related to sign out button and erroneous log messages.

v0.9.0

18 Oct 08:55
Compare
Choose a tag to compare

Introduces:

  1. GitHub Issues templates
  2. Ability to specify how long the proxy waits for processes to spin up. Useful for performance constrained environments.
  3. Ability to only require the Version of MATLAB is Online Licensing is used. Useful for environments that use custom matlab scripts to start MATLAB.

Full Changelog: v0.8.1...v0.9.0

v0.8.1

17 Oct 10:45
Compare
Choose a tag to compare

Contains multiple bug fixes:

  1. Fixes issues related to connecting MATLAB on windows machines in the Cloud.
  2. Fixes issues related to multiple query parameters during token authentication workflows.
  3. Fixes issues related to graceful shutdown of MATLAB

Full Changelog: v0.8.0...v0.8.1

v0.8.0

27 Sep 13:39
Compare
Choose a tag to compare

Contains critical security improvements to the token authentication infrastructure.

Full Changelog: v0.7.7...v0.8.0

v0.7.7

12 Sep 12:07
Compare
Choose a tag to compare

Contains multiple bug fixes:

  1. Fixes issue that prevented large files from being uploaded into MATLAB through the file explorer.
  2. Fixes bug which prevented XVFB from being found during startup on systems in which it was loaded in dynamically.
  3. Fixes multiple bugs in unit tests.

v0.7.5

28 Aug 07:59
Compare
Choose a tag to compare

Fixes a bug that manifests for users on MATLAB R2023a running on Windows platforms.
See mathworks/matlab-proxy#54

v0.7.4

24 Aug 10:30
Compare
Choose a tag to compare

Contains:

  1. License description displayed along with numbers in the license selection screens.
  2. Automatically shuts down MATLAB processes which fail to respond for more than 2 minutes on startup.

v0.7.3

07 Aug 09:18
Compare
Choose a tag to compare

Introduces Capability to select the license to use, when using Online Licensing with an account with multiple licenses.

Contains multiple bug fixes:

  1. App crashes when MATLAB is not found on SYSTEM PATH, or when specified improperly in MWI_CUSTOM_MATLAB_ROOT
  2. Hanging licensing screens, when using Online licensing on MATLAB releases that user is not licensed for.
  3. Race conditions in tests.
    Full Changelog: v0.7.2...v0.7.3

v0.7.2

11 Jul 09:56
Compare
Choose a tag to compare

This version includes:

  1. Support for MWI_CUSTOM_MATLAB_ROOT to instruct matlab-proxy to use the specified MATLAB instead of the one found on the system PATH.
  2. Bug fixes in the Windows shutdown sequence.
  3. Bug fixes related to communication with MATLAB licensing infrastructure.

Full Changelog: v0.7.0...v0.7.2

v0.7.0

21 Jun 05:18
Compare
Choose a tag to compare
  1. Introducing the capability to specify to matlab-proxy that the MATLAB being launched is already licensed.
    This feature is typically useful for users who have installed, licensed and activated MATLAB on a machine, from which they want to start MATLAB through matlab-proxy.

One can either use the "Existing License Tab" on UI licensing screens, set the environment variable MWI_USE_EXISTING_LICENSE. See here for more information.

  1. Bug fixes:
    • An empty MLM_LICENSE_FILE environment variable will not error, and be ignored from this version on wards.
    • Minor bug fixes in example Dockerfiles.
    • Allow Stop MATLAB button even when MATLAB is still starting.
    • Shutdown process on Windows
    • minor fixes in Tests