Skip to content

Releases: llamastack/llama-stack-client-python

v0.4.0-alpha.12

20 Nov 04:52

Choose a tag to compare

v0.4.0-alpha.12 Pre-release
Pre-release

0.4.0-alpha.12 (2025-11-19)

Full Changelog: v0.4.0-alpha.11...v0.4.0-alpha.12

Bug Fixes

  • Pydantic validation error with list-type metadata in vector search (#3797) (6729d3f)

v0.4.0-alpha.11

18 Nov 19:34
254c646

Choose a tag to compare

v0.4.0-alpha.11 Pre-release
Pre-release

0.4.0-alpha.11 (2025-11-18)

Full Changelog: v0.4.0-alpha.10...v0.4.0-alpha.11

Features

  • Wire through parallel_tool_calls to Responses API (2888bed)

v0.4.0-alpha.10

17 Nov 19:43
0f30a25

Choose a tag to compare

v0.4.0-alpha.10 Pre-release
Pre-release

0.4.0-alpha.10 (2025-11-17)

Full Changelog: v0.4.0-alpha.9...v0.4.0-alpha.10

Bug Fixes

  • openapi: restore embedded request wrappers (261e364)

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)