Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Releases: llamastack/llama-stack-client-typescript-old

v0.2.14

04 Jul 16:10

Choose a tag to compare

Client package corresponding to Llama Stack v0.2.14

v0.1.0-alpha.3

28 Jun 09:49
a25cd43

Choose a tag to compare

v0.1.0-alpha.3 Pre-release
Pre-release

0.1.0-alpha.3 (2025-06-28)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Chores

  • ci: only run for pushes and fork pull requests (70cf3b4)

v0.1.0-alpha.2

27 Jun 18:52
20c4fee

Choose a tag to compare

v0.1.0-alpha.2 Pre-release
Pre-release

0.1.0-alpha.2 (2025-06-27)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Features

  • api: update via SDK Studio (a00f961)
  • api: update via SDK Studio (bef1e47)
  • api: update via SDK Studio (7fb44fa)

v0.1.0-alpha.1

27 Jun 05:36

Choose a tag to compare

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

0.1.0-alpha.1 (2025-06-27)

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

Features

  • client: add support for endpoint-specific base URLs (4c942da)

Bug Fixes

  • client: always overwrite when merging headers (31ec06d)
  • client: explicitly copy fetch in withOptions (aa0e2a6)
  • client: get fetchOptions type more reliably (5e30a99)
  • compat with more runtimes (625a6db)
  • publish script — handle NPM errors correctly (39a151f)

Chores

  • adjust eslint.config.mjs ignore pattern (f0198eb)
  • avoid type error in certain environments (c120307)
  • change publish docs url (8165807)
  • ci: enable for pull requests (85ff8d9)
  • client: refactor imports (b2ab744)
  • deps: bump eslint-plugin-prettier (1041139)
  • docs: grammar improvements (461216e)
  • docs: use top-level-await in example snippets (74b5549)
  • improve publish-npm script --latest tag logic (5dd9d90)
  • internal: add pure annotations, make base APIResource abstract (c239e7d)
  • internal: fix readablestream types in node 20 (287f657)
  • internal: update jest config (a36fe70)
  • package: remove engines (6066770)
  • readme: update badges (5239745)
  • readme: use better example snippet for undocumented params (e035b8f)
  • update SDK settings (e7d2cfc)

Refactors

  • types: replace Record with mapped types (ef71453)