|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.3.0 (2025-07-03) |
| 4 | + |
| 5 | +Full Changelog: [v0.2.13...v0.3.0](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.13...v0.3.0) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* **client:** add support for endpoint-specific base URLs ([1aedd4c](https://github.com/llamastack/llama-stack-client-typescript/commit/1aedd4c5b4d3e2eab7b008e2b07cc851ce7f069b)) |
| 10 | + |
| 11 | + |
| 12 | +### Bug Fixes |
| 13 | + |
| 14 | +* **ci:** update version, skip a failing test ([#4](https://github.com/llamastack/llama-stack-client-typescript/issues/4)) ([7a5dbe7](https://github.com/llamastack/llama-stack-client-typescript/commit/7a5dbe7ed59b24feda5d73df8808fde2d337fc2a)) |
| 15 | +* **client:** always overwrite when merging headers ([f38ab33](https://github.com/llamastack/llama-stack-client-typescript/commit/f38ab33949e2f8b9eb42726a473e4186f5517ad4)) |
| 16 | +* **client:** don't send `Content-Type` for bodyless methods ([6806e8e](https://github.com/llamastack/llama-stack-client-typescript/commit/6806e8ef31302a0f2ca0ab9ae36e4781e5f0adf7)) |
| 17 | +* **client:** explicitly copy fetch in withOptions ([43b1b13](https://github.com/llamastack/llama-stack-client-typescript/commit/43b1b131d39926ce247bacc495f38db6dd11cd43)) |
| 18 | +* **client:** get fetchOptions type more reliably ([4ccde72](https://github.com/llamastack/llama-stack-client-typescript/commit/4ccde72189d521048d3056dd959e9438dbdbde98)) |
| 19 | +* compat with more runtimes ([04a0662](https://github.com/llamastack/llama-stack-client-typescript/commit/04a0662bcb5c6b6083f88a1efbc889b87481845f)) |
| 20 | +* publish script — handle NPM errors correctly ([b39a51b](https://github.com/llamastack/llama-stack-client-typescript/commit/b39a51bd7d5258e56ca61b8b8107ce41e1f71675)) |
| 21 | + |
| 22 | + |
| 23 | +### Chores |
| 24 | + |
| 25 | +* adjust eslint.config.mjs ignore pattern ([6f2ebb4](https://github.com/llamastack/llama-stack-client-typescript/commit/6f2ebb47f22f2a9e7ca6a3408555e43845c67f73)) |
| 26 | +* avoid type error in certain environments ([f63451d](https://github.com/llamastack/llama-stack-client-typescript/commit/f63451dec43fd57af1e9a4d7e19ca59e029d7061)) |
| 27 | +* change publish docs url ([18f74bc](https://github.com/llamastack/llama-stack-client-typescript/commit/18f74bc0397e69dcdceec37bad5f11633ed79f70)) |
| 28 | +* **ci:** enable for pull requests ([cdb3e21](https://github.com/llamastack/llama-stack-client-typescript/commit/cdb3e218b3579a3bdfc013fc23d1167ccd2054cd)) |
| 29 | +* **client:** refactor imports ([1ca0d4d](https://github.com/llamastack/llama-stack-client-typescript/commit/1ca0d4d2c9eea8d3be991a6724a98d33f136c464)) |
| 30 | +* **deps:** bump eslint-plugin-prettier ([e3d70df](https://github.com/llamastack/llama-stack-client-typescript/commit/e3d70dfdbc704dd715acf3c266b26bd5b433ba0d)) |
| 31 | +* **docs:** grammar improvements ([ec9f51b](https://github.com/llamastack/llama-stack-client-typescript/commit/ec9f51bde2d1da8f76627b4b1eadc6f5e2c69d72)) |
| 32 | +* **docs:** use top-level-await in example snippets ([d4f2e4a](https://github.com/llamastack/llama-stack-client-typescript/commit/d4f2e4a7c2d5252a1799281a071b122df86c87bc)) |
| 33 | +* improve publish-npm script --latest tag logic ([ce89fc0](https://github.com/llamastack/llama-stack-client-typescript/commit/ce89fc0692a765e739aa33239d523112432dd7ed)) |
| 34 | +* **internal:** add pure annotations, make base APIResource abstract ([f3d650e](https://github.com/llamastack/llama-stack-client-typescript/commit/f3d650e247ff981eb7274e85da47e9e4185adbd6)) |
| 35 | +* **internal:** codegen related update ([79e7896](https://github.com/llamastack/llama-stack-client-typescript/commit/79e78969a31df16ef35901c3ce4c003f70d59778)) |
| 36 | +* **internal:** fix readablestream types in node 20 ([ad42eb3](https://github.com/llamastack/llama-stack-client-typescript/commit/ad42eb34ca89ab73bdbc37a4fc1cd367e18d1b5c)) |
| 37 | +* **internal:** update jest config ([1c7ea01](https://github.com/llamastack/llama-stack-client-typescript/commit/1c7ea019518b4d7a04315355eecbffb64cfe0a7a)) |
| 38 | +* mention unit type in timeout docs ([c2b9867](https://github.com/llamastack/llama-stack-client-typescript/commit/c2b986793dd9f2fa55e8f4ce9c463a4d99635ab4)) |
| 39 | +* **package:** remove engines ([5e60291](https://github.com/llamastack/llama-stack-client-typescript/commit/5e602915fb031ff570292fb649de0f66520fbbf3)) |
| 40 | +* **readme:** update badges ([8d2cffe](https://github.com/llamastack/llama-stack-client-typescript/commit/8d2cffe5a1ef45965aaf953bfb3b53ef2fcc6c5c)) |
| 41 | +* **readme:** use better example snippet for undocumented params ([806b784](https://github.com/llamastack/llama-stack-client-typescript/commit/806b7846d04d90f707179ffcb543cf65972d44ee)) |
| 42 | +* update SDK settings ([21dd96b](https://github.com/llamastack/llama-stack-client-typescript/commit/21dd96b77989e0fff77cd45f9db557ebd9c012d2)) |
| 43 | + |
| 44 | + |
| 45 | +### Refactors |
| 46 | + |
| 47 | +* **types:** replace Record with mapped types ([992acaa](https://github.com/llamastack/llama-stack-client-typescript/commit/992acaa8badf3175fc2495e79d05c8aa91d8a109)) |
| 48 | + |
3 | 49 | ## 0.1.0-alpha.3 (2025-06-28)
|
4 | 50 |
|
5 | 51 | Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)
|
|
0 commit comments