Skip to content

Releases: mathworks/jupyter-matlab-proxy

jupyter-matlab-proxy v0.15.2

30 Sep 06:21
Compare
Choose a tag to compare

Contains

  1. Updates to multiple README pages.

Security Patches

  1. Addresses CVE-2024-47068 for node package "rollup".
  2. Addresses CVE-2024-4067 from e2e tests packages.

Full Changelog: jupyter-matlab-proxy-v0.15.1...jupyter-matlab-proxy-v0.15.2

jupyter-matlab-proxy v0.15.1

07 Sep 06:10
Compare
Choose a tag to compare

Contains

Minor Bug Fixes

  1. Fixes line endings in Lezer tests

jupyter-matlab-proxy v0.15.0

06 Sep 14:02
Compare
Choose a tag to compare

Contains

New Features:

1. MATLABKernel switches to using aiohttp instead of requests package for async communication.
2. LabExtension support for syntax highlighting MAGIC commands.

Bug Fixes:

1. Minor fixes to multiple READMEs
2. Multiple bug fixes in Jupyter LabExtension for MATLAB.

Security Patches:

1. **cve-2024-42471** : https://nvd.nist.gov/vuln/detail/cve-2024-42471

Full Changelog: jupyter-matlab-proxy-v0.14.0...jupyter-matlab-proxy-v0.15.0

jupyter-matlab-proxy v0.14.0

14 Aug 13:36
Compare
Choose a tag to compare

Contains

New Features:

1. Support for MAGICs in MATLAB Kernel.

Full Changelog: jupyter-matlab-proxy-v0.13.0...jupyter-matlab-proxy-v0.14.0

jupyter-matlab-proxy v0.13.0

06 Aug 10:41
Compare
Choose a tag to compare

Contains

New Features:

1. Syntax Highlighting Support for JupyterLab4

Full Changelog: jupyter-matlab-proxy-v0.12.2...jupyter-matlab-proxy-v0.13.0

jupyter-matlab-proxy v0.12.3

05 Aug 10:30
Compare
Choose a tag to compare

Contains

Minor non product Features:

1. Issue templates.
2. Use of trusted publishing to PyPI.
3. MATLAB Unit Testing.
4. Updates to Package versions to address reported CVEs.

Bug Fixes:

1. Fixes issue related to communication with explicit IP address. (see #92)
2. Fixes stalls in integration tests during teardown.

Full Changelog: v0.12.2...v0.12.3

v0.12.2

08 May 13:49
Compare
Choose a tag to compare

Temporarily disables code coverage from blocking release to PyPI.

v0.12.1

08 May 13:05
Compare
Choose a tag to compare

Update github action for code coverage to v4 and use token from secrets.

v0.12.0 - Requires minimum version of matlab-proxy v0.16.0

08 May 12:11
Compare
Choose a tag to compare

Sets the minimum version of matlab-proxy to v0.16.0

v0.11.0

07 Feb 17:39
Compare
Choose a tag to compare

Introduces debug logs for MATLABKernel.
Contains multiple bug fixes.