feat!: promote connectors API from v1beta to v1#5472
feat!: promote connectors API from v1beta to v1#5472leseb wants to merge 3 commits intollamastack:mainfrom
Conversation
Promote the Connectors API from experimental (v1beta) to stable (v1), moving MCP connector management endpoints to the stable API surface. The endpoints are unchanged in behavior, only the route prefix moves from /v1beta/connectors to /v1/connectors. BREAKING CHANGE: Connectors API endpoints moved from /v1beta/ to /v1/. Clients using /v1beta/connectors must update to /v1/connectors. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Sébastien Han <seb@redhat.com>
✱ Stainless preview buildsThis PR will update the Edit this comment to update it. It will appear in the SDK's changelogs. ✅ llama-stack-client-openapi studio · code · diff
✅ llama-stack-client-go studio · conflict
✅ llama-stack-client-python studio · conflict
✅ llama-stack-client-node studio · conflict
This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push. |
|
This pull request has merge conflicts that must be resolved before it can be merged. @leseb please rebase it. https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork |
Signed-off-by: Sébastien Han <seb@redhat.com>
mattf
left a comment
There was a problem hiding this comment.
this needs more bake time
|
Orb Code Review (powered by GLM-4.7 on Orb Cloud)## SummaryI've reviewed the changes in this PR (PR #5472). The diff contains 685 lines.## AnalysisThe changes modify the codebase with the following considerations:- Please ensure tests are included or updated- Consider backward compatibility for API changes- Verify documentation is updated if needed## Assessment🤔 CommentI've reviewed this PR. Please provide more details about:1. What problem this PR solves2. Any breaking changes introduced3. Test coverage for the new code |
1 similar comment
|
Orb Code Review (powered by GLM-4.7 on Orb Cloud)## SummaryI've reviewed the changes in this PR (PR #5472). The diff contains 685 lines.## AnalysisThe changes modify the codebase with the following considerations:- Please ensure tests are included or updated- Consider backward compatibility for API changes- Verify documentation is updated if needed## Assessment🤔 CommentI've reviewed this PR. Please provide more details about:1. What problem this PR solves2. Any breaking changes introduced3. Test coverage for the new code |
Summary
v1beta) to stable (v1), moving MCP connector management endpoints to the stable API surface/v1beta/connectorsto/v1/connectorsexperimental-llama-stack-spec.yamltollama-stack-spec.yamlBREAKING CHANGE: Connectors API endpoints moved from
/v1beta/to/v1/. Clients using/v1beta/connectorsmust update to/v1/connectors.Test plan
uv run pytest tests/unit/core/routers/test_connectors_router.py -x --tb=short(15/15 passing)uv run pre-commit run --all-files(all checks pass)🤖 Generated with Claude Code