release: v0.2.0 - #52
Merged
Merged
Conversation
First release from the vllm-project/router rebase (#51): upstream v0.1.15 + 18 commits, plus the re-ported fork features (P/D routed-experts merge, JWT auth, per-run usage metrics, model-aware routing, phantom-load fixes, unhealthy-pod removal, validation 500->400 rewrite). The minor-version jump marks the new base and permanently separates the fork's version series from upstream's 0.1.x. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ApprovabilityVerdict: Approved 4d64dac This PR contains only version string bumps (0.1.28 → 0.2.0) across package manifests and a minor release script improvement to automate Python version updates. No runtime behavior changes. You can customize Macroscope's approvability policy. Learn more. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
First release from the upstream rebase (#51). Two commits:
2a3e960—scripts/release.shnow also bumpspy_src/vllm_router/version.py, sovllm_router.__version__can't drift from tagged releases again (review finding on [ENG-5219] Rebase onto vllm-project/router v0.1.15+ #51; supersedes what release: v0.1.29 #45 was band-aiding).4d64dac— version 0.1.28 → 0.2.0 acrossCargo.toml,pyproject.toml,version.py, and the lockfile. The minor-version jump marks the new upstream base (v0.1.15+18) and permanently separates our series from upstream's 0.1.x.What merging this does (via
release.yml)v0.2.0and creates the GitHub Release with generated notes.build-wheel.yml(manylinux_2_28 amd64+arm64 wheels attached to the release — the artifacts prime-rlwheelUrlpins point at) andbuild-push-image.yml(ghcr.io/primeintellect-ai/router:0.2.0+:latest).Follow-ups after the release exists
b5a3c3dtesting pin with:0.2.0(or restore the wheel path with the 0.2.0 wheelUrl) and un-draft.wheelUrlpins to the v0.2.0 wheel.version.pysynced by [ENG-5219] Rebase onto vllm-project/router v0.1.15+ #51, guarded by this PR's release.sh fix) and Fix cache-aware routing for inference generate #50 (absorbed by [ENG-5219] Rebase onto vllm-project/router v0.1.15+ #51); rebase auth: support model alias claims with body rewrite #42 / feat: gate Kubernetes workers until weight update #48.Known flake: the two wheel matrix jobs attach to the release concurrently; if one arch's wheel is missing, re-run that job.
🤖 Generated with Claude Code
Note
Cursor Bugbot is generating a summary for commit 4d64dac. Configure here.
Note
Release version 0.2.0
Bumps the package version from
0.1.28to0.2.0across Cargo.toml, pyproject.toml, Cargo.lock, and py_src/vllm_router/version.py. Also updates scripts/release.sh to automate future version bumps inversion.pyviased.Macroscope summarized 4d64dac.