Skip to content

Releases: llamastack/llama-stack-client-go

v0.4.0-alpha.1

14 Nov 17:20

Choose a tag to compare

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

0.4.0-alpha.1 (2025-11-14)

Full Changelog: v0.1.0-alpha.1...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
  • api: use input_schema instead of parameters for tools
  • api: fixes to remove deprecated inference resources

Features

  • add new API filter for all non-deprecated APIs (d74e63b)
  • Adding option to return embeddings and metadata from /vector_stores/*/files/*/content and UI updates (492a412)
  • api: Adding prompts API to stainless config (9d436bb)
  • api: expires_after changes for /files (222bb4e)
  • api: fix completion response breakage perhaps? (3e9c39f)
  • api: fix file batches SDK to list_files (c9da417)
  • api: fixes to remove deprecated inference resources (9f926b2)
  • api: fixes to URLs (6c9752f)
  • api: manual updates (114833d)
  • api: manual updates (1573312)
  • api: manual updates (5444c7c)
  • api: manual updates (78a1b1a)
  • api: manual updates (eb137af)
  • api: manual updates (9de5708)
  • api: manual updates??! (9dd7521)
  • api: move datasets to beta, vector_db -> vector_store (df1a9e5)
  • api: move post_training and eval under alpha namespace (42bdca7)
  • api: moving { rerank, agents } to client.alpha. (f12fecf)
  • api: point models.list() to /v1/openai/v1/models (010542c)
  • api: query_metrics, batches, changes (06e03be)
  • api: remove agents types (56acfc3)
  • api: remove openai/v1 endpoints (754e8a4)
  • api: removing openai/v1 (b8635d7)
  • api: SDKs for vector store file batches (2060878)
  • api: SDKs for vector store file batches apis (e5f679f)
  • api: several updates including Conversations, Responses changes, etc. (978c65f)
  • api: some updates to query metrics (8243d43)
  • api: sync (d3f850b)
  • api: tool api (input_schema, etc.) changes (837277d)
  • api: updates to vector_store, etc. (837fd3a)
  • api: updating post /v1/files to have correct multipart/form-data (a3d6051)
  • api: use input_schema instead of parameters for tools (a16eaef)
  • api: vector_db_id -> vector_store_id (6c8dbbd)
  • Implement the 'max_tool_calls' parameter for the Responses API (ba81b90)

Bug Fixes

  • api: another fix to capture correct responses.create() params (f3a9ee7)
  • api: ensure openapi spec has deprecated routes (fd39305)
  • api: fix the ToolDefParam updates (65cef22)
  • bugfix for setting JSON keys with special characters (ceb15f3)
  • client: fix circular dependencies and offset pagination (0b95836)
  • close body before retrying (66adbea)
  • fix stream event model reference (d8b42f6)
  • internal: unmarshal correctly when there are multiple discriminators (d76c69c)
  • MCP authorization parameter implementation (e4d35c8)
  • use slices.Concat instead of sometimes modifying r.Options (15dfa47)

Chores

  • api: /v1/inspect only lists v1 apis by default (7ce9eb3)
  • api: /v1/inspect only lists v1 apis by default (81ef91f)
  • bump minimum go version to 1.22 (7b5d227)
  • do not install brew dependencies in ./scripts/bootstrap by default (062a46b)
  • fix readme example (d639e08)
  • fix readme examples (7f95573)
  • internal: clean up (7ba4b62)
  • internal: codegen related update (30d522e)
  • internal: codegen related update (a3cccf1)
  • stainless: add config for file header (50d5a83)
  • update more docs for 1.22 (67c0b00)

Documentation

v0.1.0-alpha.1

22 Aug 03:20

Choose a tag to compare

v0.1.0-alpha.1 Pre-release
Pre-release

0.1.0-alpha.1 (2025-08-21)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

  • api: manual updates (85d523a)
  • api: update via SDK Studio (3cf935f)
  • api: update via SDK Studio (d46e9ec)
  • api: update via SDK Studio (bb4e68b)
  • api: update via SDK Studio (a6e0745)
  • api: update via SDK Studio (8a76c0a)
  • api: update via SDK Studio (f7bb530)
  • api: update via SDK Studio (b4a019a)
  • api: update via SDK Studio (bbeecc7)
  • api: update via SDK Studio (4903a50)
  • api: update via SDK Studio (eb6a7e7)
  • api: update via SDK Studio (1b3b90a)
  • api: update via SDK Studio (4bf99e2)
  • api: update via SDK Studio (80aac92)
  • api: update via SDK Studio (491612b)
  • api: update via SDK Studio (1aabd16)
  • api: update via SDK Studio (4d82937)
  • api: update via SDK Studio (9551913)
  • api: update via SDK Studio (309e275)
  • api: update via SDK Studio (dcc41ff)
  • client: support optional json html escaping (12fa3b8)

Bug Fixes

  • client: process custom base url ahead of time (34759ab)
  • Fix LICENSE to MIT (#5) (d37397c)

Chores

  • configure new SDK language (dc6ea4a)
  • internal: update comment in script (9d93e2e)
  • update @stainless-api/prism-cli to v5.15.0 (f61fee4)
  • update SDK settings (95d2d64)