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: SeldonIO/MLServer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.1
Choose a base ref
...
head repository: SeldonIO/MLServer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 152 files changed
  • 4 contributors

Commits on Jun 19, 2025

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

Commits on Sep 18, 2025

  1. Python api docs (#2266) (#2268)

    * initial commit python api docs
    
    * formatting update
    
    * update script using ast
    
    * pydantic models field tables
    
    * fixed api docs path
    
    * classes api docs
    
    * classes formatting
    
    * fix to import codecs methods
    
    * fix empty methods, bullets
    
    * update function, class navigation
    
    * types formatting
    
    * types hierarchy fixes
    
    * pydantic model fields tables
    
    * MLServer CLI and more formatting
    
    * cli flags rendering
    
    * add overviews
    
    * summary md clean
    
    * link edit again
    
    * Rename API-Reference.md to api-reference.md
    
    * Remove local environments_dir and metrics_dir defaults
    
    * Remove custom generator script
    paulb-seldon authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    57da9a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. Update CLI.md (#2290)

    updated the MLServer CLI command
    Rajakavitha1 authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    0679104 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. uvloop fixes (#2297)

    - Updates required for uvloop >= 0.22.1, following deprecations in the python API
    regarding async loop policies.
    
    - Updates to pytest to run tests using async correctly
    
    - Updates to runtimes so that pytest doesn't load the same module (conftest.py)
    multiple times. This involves adding __init__.py files in intermediate
    directories to explicitly define python packages.
    lc525 authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    5f28474 View commit details
    Browse the repository at this point in the history
  2. Default MLServer debug setting to False (#2307)

    This means that by default we no longer write the uvicorn accesslog to the
    log (stdout). It makes sense to move to the new default, as production settings
    will not want the verbosity that comes with "debug: True"
    lc525 authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    2e866b1 View commit details
    Browse the repository at this point in the history
  3. Clean removal of prometheus db files on shutdown (#2308)

    * Cleanly remove metrics db files created by prometheus
    
    Until now, multiple workers were competing on deleting the files, and some were
    inevitably failing with "FileNotFound" errors.
    
    * Fix deprecated poetry usage in runtimes tox.ini
    lc525 authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    7ae4482 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Configuration menu
    Copy the full SHA
    c7e97cb View commit details
    Browse the repository at this point in the history
  2. Fix MLServer image build (#2310)

    In hack/build-wheels, only consider the directories from
    MLServer/runtimes (we've added an __init__.py file for pytest)
    lc525 authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    b076ced View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. Configuration menu
    Copy the full SHA
    0ba86cf View commit details
    Browse the repository at this point in the history
  2. GitBook: No commit message

    Hiten-Seldon authored and gitbook-bot committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    0d8b964 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ca444b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. Fix quay preflight (#2315)

    - update deprecated argument to preflight cli
    lc525 authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    a325e52 View commit details
    Browse the repository at this point in the history
Loading