Skip to content

Commit 032935d

Browse files
chore: prepare release v0.5.0 (vllm-project#206)
## Summary Prepare the v0.5.0 crates release by updating workspace and published crate dependency versions and adding release notes. ## Test Plan - cargo check --workspace - cargo fmt -- --check - cargo clippy --all-targets -- -D warnings - cargo test The full test suite passed with 371 core tests and 48 server tests; 3 PostgreSQL tests were ignored because they require an isolated TEST_POSTGRES_URL. Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 0061aa7 commit 032935d

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to Agentic API are documented here.
44

5+
## [0.5.0] - 2026-08-25
6+
7+
### Changed
8+
9+
- Preserved Claude Code Messages transport fidelity across the gateway.
10+
- Updated You.com web search integration to use GET query parameters.
11+
- Aligned deployment and harness documentation with the 0.4.0 release.
12+
13+
### Testing
14+
15+
- Fixed web search test hangs in CI.
16+
517
## [0.4.0] - 2026-08-23
618

719
### Added

‎Cargo.lock‎

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "3"
44

55
[workspace.package]
6-
version = "0.4.0"
6+
version = "0.5.0"
77
edition = "2024"
88
license = "Apache-2.0"
99
repository = "https://github.com/vllm-project/agentic-api"
@@ -16,7 +16,7 @@ all = { level = "deny", priority = -1 }
1616
pedantic = { level = "warn", priority = -1 }
1717

1818
[workspace.dependencies]
19-
agentic-core = { package = "agentic-server-core", path = "crates/agentic-server-core", version = "0.4.0" }
19+
agentic-core = { package = "agentic-server-core", path = "crates/agentic-server-core", version = "0.5.0" }
2020
async-stream = "0.3"
2121
axum = { version = "0.8", features = ["ws"] }
2222
either = "1"

0 commit comments

Comments
 (0)