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: bentoml/BentoML
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.17
Choose a base ref
...
head repository: bentoml/BentoML
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.18
Choose a head ref
  • 16 commits
  • 23 files changed
  • 7 contributors

Commits on Jul 1, 2025

  1. chore: update lists of models

    Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
    aarnphm committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    a5a9b31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7547b03 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. docs: Update canary deployment (#5397)

    * Update canary deployment
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    
    * Add version note
    
    ---------
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    Sherlock113 authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    f640036 View commit details
    Browse the repository at this point in the history
  2. docs: Add built-in status endpoints (#5400)

    * Add built-in status endpoints
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    
    * Update doc
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    
    ---------
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    Sherlock113 authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    ac7d954 View commit details
    Browse the repository at this point in the history
  3. fix(build): Use python3.10 package that exists on Ubuntu22.04 (#5403)

    Remove override for Ubuntu22.04 python3.10 package
    
    Upstream repository is archived and no longer provided in the deadsnakes ppa.
    
    Fixes #5402
    byronclark authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    cd96587 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. feat: better way to retrieve api token from CLI (#5404)

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    c7efc4b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. docs: Add sandbox observability images (#5401)

    Add sandbox observability images
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    Sherlock113 authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    98c9509 View commit details
    Browse the repository at this point in the history
  2. fix: honor the default buckets in request duration metrics config (#5405

    )
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    f0abffa View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Doc sandboxes (#5411)

    * doc: update sandboxes
    
    * add wait_until_ready
    ssheng authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    2de814d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. ci: pre-commit autoupdate [skip ci] (#5410)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.12...v0.12.2)
    - [github.com/pdm-project/pdm: 2.24.2 → 2.25.4](pdm-project/pdm@2.24.2...2.25.4)
    - [github.com/bufbuild/buf: v1.54.0 → v1.55.1](bufbuild/buf@v1.54.0...v1.55.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    5c74a2b View commit details
    Browse the repository at this point in the history
  2. docs: Move sandboxes doc to BentoCloud (#5412)

    Move sandboxes doc
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    Sherlock113 authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    18c5d8d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. feat: add last_request_timestamp metric (#5416)

    * feat: add last_request_timestamp metric
    
    * ci: auto fixes from pre-commit.ci
    
    For more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    xianml and pre-commit-ci[bot] authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    519f67d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. docs: Update runtime doc for private pypi (#5415)

    Update runtime doc for private pypi
    
    Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
    Sherlock113 authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    8ffdd96 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. fix: missing secrets and canarys param in cli (#5417)

    * fix: missing secrets and canarys
    
    * fix: format
    
    * fix: apply
    
    * fix: comments
    xianml authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    9be1e19 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. fix: update assertions in IOMixin to enforce BaseModel subclassing (#…

    …5419)
    
    * fix: add python version to lock args
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix: update assertions in IOMixin to enforce BaseModel subclassing
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    ---------
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    a6781f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. fix: description/readme too large (#5420)

    * fix: description/readme too large
    
    * ci: auto fixes from pre-commit.ci
    
    For more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    xianml and pre-commit-ci[bot] authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    c8ffb58 View commit details
    Browse the repository at this point in the history
Loading