This repository was archived by the owner on Aug 14, 2025. It is now read-only.
Releases: llamastack/llama-stack-client-typescript-old
Releases · llamastack/llama-stack-client-typescript-old
v0.2.14
v0.1.0-alpha.3
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
v0.1.0-alpha.1
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)