Releases: mathworks/matlab-proxy
v0.8.0
Contains critical security improvements to the token authentication infrastructure.
Full Changelog: v0.7.7...v0.8.0
v0.7.7
Contains multiple bug fixes:
- Fixes issue that prevented large files from being uploaded into MATLAB through the file explorer.
- Fixes bug which prevented XVFB from being found during startup on systems in which it was loaded in dynamically.
- Fixes multiple bugs in unit tests.
v0.7.5
Fixes a bug that manifests for users on MATLAB R2023a running on Windows platforms.
See mathworks/matlab-proxy#54
v0.7.4
Contains:
- License description displayed along with numbers in the license selection screens.
- Automatically shuts down MATLAB processes which fail to respond for more than 2 minutes on startup.
v0.7.3
Introduces Capability to select the license to use, when using Online Licensing with an account with multiple licenses.
Contains multiple bug fixes:
- App crashes when MATLAB is not found on SYSTEM PATH, or when specified improperly in MWI_CUSTOM_MATLAB_ROOT
- Hanging licensing screens, when using Online licensing on MATLAB releases that user is not licensed for.
- Race conditions in tests.
Full Changelog: v0.7.2...v0.7.3
v0.7.2
This version includes:
- Support for
MWI_CUSTOM_MATLAB_ROOT
to instructmatlab-proxy
to use the specified MATLAB instead of the one found on the system PATH. - Bug fixes in the Windows shutdown sequence.
- Bug fixes related to communication with MATLAB licensing infrastructure.
Full Changelog: v0.7.0...v0.7.2
v0.7.0
- 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 throughmatlab-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.
- 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
v0.6.0
Contains:
- Improvements to support on Windows Operating Systems.
- Drops support for Python 3.7
- Adds support for Python 3.11
Full Changelog: v0.5.11...v0.6.0
v0.5.11
This release includes some critical bug fixes, and more stable windows support.
Full Changelog: v0.5.9...v0.5.11