Releases: llamastack/llama-stack-client-python
Releases · llamastack/llama-stack-client-python
v0.4.0-alpha.9
0.4.0-alpha.9 (2025-11-14)
Full Changelog: v0.4.0-alpha.8...v0.4.0-alpha.9
Chores
- use Pydantic to generate OpenAPI schema (59f7867)
v0.4.0-alpha.8
0.4.0-alpha.8 (2025-11-14)
Full Changelog: v0.4.0-alpha.7...v0.4.0-alpha.8
Features
Bug Fixes
- MCP authorization parameter implementation (0b552c6)
v0.4.0-alpha.7
0.4.0-alpha.7 (2025-11-13)
Full Changelog: v0.4.0-alpha.6...v0.4.0-alpha.7
Bug Fixes
- api: ensure openapi spec has deprecated routes (44f2d4e)
v0.4.0-alpha.6
0.4.0-alpha.6 (2025-11-12)
Full Changelog: v0.4.0-alpha.5...v0.4.0-alpha.6
Features
- add new API filter for all non-deprecated APIs (59c62f0)
- Adding option to return embeddings and metadata from
/vector_stores/*/files/*/contentand UI updates (696ed27) - Implement the 'max_tool_calls' parameter for the Responses API (9f57efe)
Bug Fixes
- compat with Python 3.14 (b971369)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (f17bdac) - docs: correct inconsistent python version requirement (c4b7aaa)
Chores
- package: drop Python 3.8 support (f6b66d4)
v0.4.0-alpha.5
v0.4.0-alpha.4
0.4.0-alpha.4 (2025-11-04)
Full Changelog: v0.4.0-alpha.3...v0.4.0-alpha.4
Features
- api: remove agents types (ae9e51b)
Chores
- internal: grammar fix (it's -> its) (2c3291c)
v0.4.0-alpha.3
0.4.0-alpha.3 (2025-11-04)
Full Changelog: v0.4.0-alpha.2...v0.4.0-alpha.3
Features
- api: remove openai/v1 endpoints (e391af5)
Bug Fixes
v0.4.0-alpha.2
0.4.0-alpha.2 (2025-11-03)
Full Changelog: v0.4.0-alpha.1...v0.4.0-alpha.2
Features
- api: point models.list() to /v1/openai/v1/models (efdf1be)
Chores
v0.4.0-alpha.1
0.4.0-alpha.1 (2025-10-30)
Full Changelog: v0.3.1-alpha.2...v0.4.0-alpha.1
⚠ BREAKING CHANGES
- api: /v1/inspect only lists v1 apis by default
- api: /v1/inspect only lists v1 apis by default
Features
Bug Fixes
- clean pre-commit (799b908)
- client: close streams without requiring full consumption (d861708)
- headers: add a newline (55a8efc)
Chores
v0.3.1-alpha.2
0.3.1-alpha.2 (2025-10-27)
Full Changelog: v0.3.1-alpha.1...v0.3.1-alpha.2
Features
- api: vector_db_id -> vector_store_id (de833a3)