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: roboflow/roboflow-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: roboflow/roboflow-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: erle/dd-regions-cli
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Jul 6, 2026

  1. deployment: region support (multi-region dedicated deployments)

    The dedicated-deployments API (inference-endpoint) is becoming
    multi-region (us-central GKE default + Crusoe us-east-2; INC-315):
    deployments now carry a 'region' field, /add accepts an optional
    validated 'region' param, and GET /regions lists the regions the
    workspace's controller serves with per-tier specs/price/availability.
    
    - adapters/deploymentapi: list_regions(); add_deployment(region=...)
      sends 'region' only when set, so the API's default-region behavior
      is unchanged for existing scripts.
    - roboflow deployment regions (new subcommand, both the typer CLI and
      the legacy argparse path).
    - roboflow deployment create/add: -r/--region option.
    - list/get output includes the new 'region' field automatically (the
      CLI prints the API response as-is).
    
    Tests: region passthrough/omission + /regions endpoint + CLI
    registration; tests/cli + tests/adapters pass (547).
    ecarrara committed Jul 6, 2026
    Configuration menu
    Copy the full SHA
    fb5e055 View commit details
    Browse the repository at this point in the history
Loading