Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mathworks/matlab-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.0
Choose a base ref
...
head repository: mathworks/matlab-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 29 files changed
  • 4 contributors

Commits on Aug 19, 2025

  1. Configuration menu
    Copy the full SHA
    dce258e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Revert importlib.metadata entry_points usage for Python 3.8/3.9

    Reverts changes from #56 that broke compatibility with Python 3.8/3.9
    due to different entry_points() API behavior.
    krisctl committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    0c56cd4 View commit details
    Browse the repository at this point in the history
  2. Refactors test to use mocks instead of real endpoints.

    Kumar Pallav authored and krisctl committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    dac9bbf View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Configuration menu
    Copy the full SHA
    28ff962 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Applies black formatting.

    prabhakk-mw committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    5967f44 View commit details
    Browse the repository at this point in the history
  2. Update to v0.27.0

    prabhakk-mw committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    d035da0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Configuration menu
    Copy the full SHA
    c772f2e View commit details
    Browse the repository at this point in the history
  2. Removes warning about missing FLUXBOX executable from the settings pa…

    …nel, and updates deprecated API from the logging package.
    
    fixes #55
    prabhakk-mw committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    bec8206 View commit details
    Browse the repository at this point in the history
  3. Fixes issues related to updates from web logging API from AIOHTTP, an…

    …d refactors shutdown process to use AIOHTTP's shutdown hooks instead of the cleanup hook.
    krisctl authored and prabhakk-mw committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    a259841 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Configuration menu
    Copy the full SHA
    16844c8 View commit details
    Browse the repository at this point in the history
  2. Update to v0.27.1

    prabhakk-mw committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    e91244f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    598f656 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Adds rich formatting of logs and updates the default logging styles.

    Additionally, `matlab-proxy-app-list-servers` renders the output as a table, and now supports a `--quiet | -q` flag to only print links to running servers.
    prabhakk-mw committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    af9bb59 View commit details
    Browse the repository at this point in the history
  2. Update to v0.27.2

    prabhakk-mw committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    80b09a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdd5f28 View commit details
    Browse the repository at this point in the history
  4. Update to v0.27.3

    prabhakk-mw committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    03a10f0 View commit details
    Browse the repository at this point in the history
Loading