Skip to content

Releases: llamastack/llama-stack-client-python

v0.4.0-alpha.9

15 Nov 00:04

Choose a tag to compare

v0.4.0-alpha.9 Pre-release
Pre-release

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

14 Nov 17:00

Choose a tag to compare

v0.4.0-alpha.8 Pre-release
Pre-release

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

13 Nov 21:19

Choose a tag to compare

v0.4.0-alpha.7 Pre-release
Pre-release

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

13 Nov 19:16

Choose a tag to compare

v0.4.0-alpha.6 Pre-release
Pre-release

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/*/content and 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_dump and model_dump_json for Pydantic v1 (f17bdac)
  • docs: correct inconsistent python version requirement (c4b7aaa)

Chores

  • package: drop Python 3.8 support (f6b66d4)

v0.4.0-alpha.5

05 Nov 18:10

Choose a tag to compare

v0.4.0-alpha.5 Pre-release
Pre-release

0.4.0-alpha.5 (2025-11-04)

Full Changelog: v0.4.0-alpha.4...v0.4.0-alpha.5

Bug Fixes

v0.4.0-alpha.4

04 Nov 17:39
4ae12cd

Choose a tag to compare

v0.4.0-alpha.4 Pre-release
Pre-release

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

04 Nov 02:55

Choose a tag to compare

v0.4.0-alpha.3 Pre-release
Pre-release

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

  • update post_training CLI import path to use alpha subdirectory (#293) (65cbe68)

v0.4.0-alpha.2

04 Nov 01:23

Choose a tag to compare

v0.4.0-alpha.2 Pre-release
Pre-release

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

  • bump version to 0.3.2.dev0 (#292) (fb91556)
  • internal/tests: avoid race condition with implicit client cleanup (4af8f35)

v0.4.0-alpha.1

30 Oct 20:34

Choose a tag to compare

v0.4.0-alpha.1 Pre-release
Pre-release

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

  • api: Adding prompts API to stainless config (114198b)
  • api: manual updates??! (d8ab6cb)

Bug Fixes

  • clean pre-commit (799b908)
  • client: close streams without requiring full consumption (d861708)
  • headers: add a newline (55a8efc)

Chores

  • api: /v1/inspect only lists v1 apis by default (209de45)
  • api: /v1/inspect only lists v1 apis by default (b36e2ab)

v0.3.1-alpha.2

27 Oct 21:25

Choose a tag to compare

v0.3.1-alpha.2 Pre-release
Pre-release

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)