Skip to content

Releases: mathworks/matlab-proxy

v0.19.0

02 Jul 11:29

Choose a tag to compare

Contains:

  1. New Feature: Introduces capability to instruct matlab-proxy-app to shutdown after an idle timeout. See MWI_SHUTDOWN_ON_IDLE_TIMEOUT for more information.
  2. Improvements to Login infrastructure.
  3. Improvements to concurrent session management infrastructure.
  4. Package Dependencies updated to address dependabot security alerts.

Full Changelog: v0.18.2...v0.19.0

v0.18.2

14 Jun 06:50

Choose a tag to compare

Contains minor bug fixes and updates NODEJS packages to resolve security vulnerabilities.

v0.18.1

29 May 14:29

Choose a tag to compare

  • Contains minor improvements to READMEs & Tests.
  • Updates the HTTP timeout between matlab-proxy and MATLAB from 300s to None.

Full Changelog: v0.18.0...v0.18.1

v0.18.0

24 May 13:29

Choose a tag to compare

Features:

  1. Introduces environment variable MWI_MATLAB_STARTUP_SCRIPT to specify MATLAB code to run at startup.
  2. Transitions to using importlib-based modules instead of pkg-resources for managing entrypoints and resources

Bug fixes:

  1. Fixes bug causing Windows startup error due to misplaced delay.
  2. Removes test code from code coverage metrics.

Full Changelog: v0.17.0...v0.18.0

v0.17.0

21 May 06:31

Choose a tag to compare

Resets the active browser session when user closes the browser window. This prevents the dialog box which queries the user on whether to continue in the same session.

Updates the code coverage actions to use v4.

Full Changelog: v0.16.0...v0.17.0

v0.16.0 - Backwards Incompatible Changes

08 May 09:57

Choose a tag to compare

!! Backwards Incompatible Change !!

The Token Authentication key name is updated from mwi_auth_token to mwi-auth-token.

Details:
Underscore separated header names are not recognized by reverse proxies like NGINX, and require additional settings to allow them to pass through. For more information, see: https://nginx.org/en/docs/http/ngx_http_core_module.html#ignore_invalid_headers

For more information, See Token-Based Authentication

Full Changelog: v0.15.1...v0.16.0

v0.15.1

26 Apr 14:04

Choose a tag to compare

Fixes a bug that invalidates token authentication due to cookie overlap from other servers running on different ports of the same domain.
Contains :

  1. Improvements to test infrastructure.
  2. Security vulnerability patches.

Full Changelog: v0.15.0.0...v0.15.1

v0.15.0

24 Apr 11:19

Choose a tag to compare

Fixes bugs where:

Downloads failed from the file browser.
Integration Tests failed.
Feature updates:

R2024a added to list of supported versions displayed when Version is indeterminable.
Improvements to the integration test infrastructure.

Full Changelog: v0.14.0...v0.15.0.0

v0.14.0

04 Apr 11:39

Choose a tag to compare

Contains

  • Enables matlab-proxy to work in web proxy environments.
  • Multiple bug fixes

Full Changelog: v0.13.1...v0.14.0

v0.13.1

28 Feb 13:50

Choose a tag to compare

Features:

  • matlab-proxy now starts with Token Authentication enabled by Default.
  • Introducing -v or --version command line argument to print version and exit.
  • Introduces install-guide for matlab-proxy in WSL2.
  • Updates to testing infrastructure.

Full Changelog: v0.12.1...v0.13.1