You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automated Release PR
---
## 0.4.0-alpha.1 (2025-10-31)
Full Changelog:
[v0.2.23-alpha.1...v0.4.0-alpha.1](v0.2.23-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
* **api:** Adding prompts API to stainless config
([5ab8d74](5ab8d74))
* **api:** expires_after changes for /files
([a0b0fb7](a0b0fb7))
* **api:** fix file batches SDK to list_files
([25a0f10](25a0f10))
* **api:** fixes to remove deprecated inference resources
([367d775](367d775))
* **api:** fixes to URLs
([e4f7840](e4f7840))
* **api:** manual updates
([7d2e375](7d2e375))
* **api:** manual updates
([0302d54](0302d54))
* **api:** manual updates
([98a596f](98a596f))
* **api:** manual updates
([c6fb0b6](c6fb0b6))
* **api:** manual updates??!
([4dda064](4dda064))
* **api:** move datasets to beta, vector_db -> vector_store
([f32c0be](f32c0be))
* **api:** move post_training and eval under alpha namespace
([aec1d5f](aec1d5f))
* **api:** moving { rerank, agents } to `client.alpha.`
([793e069](793e069))
* **api:** removing openai/v1
([b5432de](b5432de))
* **api:** SDKs for vector store file batches
([b0676c8](b0676c8))
* **api:** SDKs for vector store file batches apis
([88731bf](88731bf))
* **api:** several updates including Conversations, Responses changes,
etc.
([e0728d5](e0728d5))
* **api:** sync
([7d85013](7d85013))
* **api:** tool api (input_schema, etc.) changes
([06f2bca](06f2bca))
* **api:** updates to vector_store, etc.
([19535c2](19535c2))
* **api:** updating post /v1/files to have correct multipart/form-data
([f1cf9d6](f1cf9d6))
* **api:** use input_schema instead of parameters for tools
([8910a12](8910a12))
* **api:** vector_db_id -> vector_store_id
([079d89d](079d89d))
### Bug Fixes
* **api:** another fix to capture correct responses.create() params
([6acae91](6acae91))
* **api:** fix the ToolDefParam updates
([5cee3d6](5cee3d6))
* **client:** incorrect offset pagination check
([257285f](257285f))
* fix stream event model reference
([a71b421](a71b421))
### Chores
* **api:** /v1/inspect only lists v1 apis by default
([ae3dc95](ae3dc95))
* **api:** /v1/inspect only lists v1 apis by default
([e30f51c](e30f51c))
* extract some types in mcp docs
([dcc7bb8](dcc7bb8))
* fix readme example
([402f930](402f930))
* fix readme examples
([4d5517c](4d5517c))
* **internal:** codegen related update
([252e0a2](252e0a2))
* **internal:** codegen related update
([34da720](34da720))
* **internal:** fix incremental formatting in some cases
([c5c8292](c5c8292))
* **internal:** use npm pack for build uploads
([a246793](a246793))
### Documentation
* update examples
([17b9eb3](17b9eb3))
### Build System
* Bump version to 0.2.23
([16e05ed](16e05ed))
---
This pull request is managed by Stainless's [GitHub
App](https://github.com/apps/stainless-app).
The [semver version
number](https://semver.org/#semantic-versioning-specification-semver) is
based on included [commit
messages](https://www.conventionalcommits.org/en/v1.0.0/).
Alternatively, you can manually set the version number in the title of
this pull request.
For a better experience, it is recommended to use either rebase-merge or
squash-merge when merging this pull request.
🔗 Stainless [website](https://www.stainlessapi.com)
📚 Read the [docs](https://app.stainlessapi.com/docs)
🙋 [Reach out](mailto:[email protected]) for help or questions
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Co-authored-by: Ashwin Bharambe <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+68Lines changed: 68 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,73 @@
1
1
# Changelog
2
2
3
+
## 0.4.0-alpha.1 (2025-10-31)
4
+
5
+
Full Changelog: [v0.2.23-alpha.1...v0.4.0-alpha.1](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.23-alpha.1...v0.4.0-alpha.1)
6
+
7
+
### ⚠ BREAKING CHANGES
8
+
9
+
***api:** /v1/inspect only lists v1 apis by default
10
+
***api:** /v1/inspect only lists v1 apis by default
11
+
***api:** use input_schema instead of parameters for tools
12
+
***api:** fixes to remove deprecated inference resources
13
+
14
+
### Features
15
+
16
+
***api:** Adding prompts API to stainless config ([5ab8d74](https://github.com/llamastack/llama-stack-client-typescript/commit/5ab8d7423f6a9c26453b36c9daee99d343993d4b))
17
+
***api:** expires_after changes for /files ([a0b0fb7](https://github.com/llamastack/llama-stack-client-typescript/commit/a0b0fb7aa74668f3f6996c178f9654723b8b0f22))
18
+
***api:** fix file batches SDK to list_files ([25a0f10](https://github.com/llamastack/llama-stack-client-typescript/commit/25a0f10cffa7de7f1457d65c97259911bc70ab0a))
19
+
***api:** fixes to remove deprecated inference resources ([367d775](https://github.com/llamastack/llama-stack-client-typescript/commit/367d775c3d5a2fd85bf138d2b175e91b7c185913))
20
+
***api:** fixes to URLs ([e4f7840](https://github.com/llamastack/llama-stack-client-typescript/commit/e4f78407f74f3ba7597de355c314e1932dd94761))
***api:** move datasets to beta, vector_db -> vector_store ([f32c0be](https://github.com/llamastack/llama-stack-client-typescript/commit/f32c0becb1ec0d66129b7fcaa06de3323ee703da))
27
+
***api:** move post_training and eval under alpha namespace ([aec1d5f](https://github.com/llamastack/llama-stack-client-typescript/commit/aec1d5ff198473ba736bf543ad00c6626cab9b81))
28
+
***api:** moving { rerank, agents } to `client.alpha.` ([793e069](https://github.com/llamastack/llama-stack-client-typescript/commit/793e0694d75c2af4535bf991d5858cd1f21300b4))
***api:** SDKs for vector store file batches ([b0676c8](https://github.com/llamastack/llama-stack-client-typescript/commit/b0676c837bbd835276fea3fe12f435afdbb75ef7))
31
+
***api:** SDKs for vector store file batches apis ([88731bf](https://github.com/llamastack/llama-stack-client-typescript/commit/88731bfecd6f548ae79cbe2a1125620e488c42a3))
32
+
***api:** several updates including Conversations, Responses changes, etc. ([e0728d5](https://github.com/llamastack/llama-stack-client-typescript/commit/e0728d5dd59be8723d9f967d6164351eb05528d1))
***api:** tool api (input_schema, etc.) changes ([06f2bca](https://github.com/llamastack/llama-stack-client-typescript/commit/06f2bcaf0df2e5d462cbe2d9ef3704ab0cfe9248))
35
+
***api:** updates to vector_store, etc. ([19535c2](https://github.com/llamastack/llama-stack-client-typescript/commit/19535c27147bf6f6861b807d9eeee471b5625148))
36
+
***api:** updating post /v1/files to have correct multipart/form-data ([f1cf9d6](https://github.com/llamastack/llama-stack-client-typescript/commit/f1cf9d68b6b2569dfb5ea3e2d2c33eff1a832e47))
37
+
***api:** use input_schema instead of parameters for tools ([8910a12](https://github.com/llamastack/llama-stack-client-typescript/commit/8910a121146aeddcb8f400101e6a2232245097e0))
***api:** another fix to capture correct responses.create() params ([6acae91](https://github.com/llamastack/llama-stack-client-typescript/commit/6acae910db289080e8f52864f1bdf6d7951d1c3b))
44
+
***api:** fix the ToolDefParam updates ([5cee3d6](https://github.com/llamastack/llama-stack-client-typescript/commit/5cee3d69650a4c827e12fc046c1d2ec3b2fa9126))
* fix stream event model reference ([a71b421](https://github.com/llamastack/llama-stack-client-typescript/commit/a71b421152a609e49e76d01c6e4dd46eb3dbfae0))
47
+
48
+
49
+
### Chores
50
+
51
+
***api:** /v1/inspect only lists v1 apis by default ([ae3dc95](https://github.com/llamastack/llama-stack-client-typescript/commit/ae3dc95964c908d219b23d7166780eaab6003ef5))
52
+
***api:** /v1/inspect only lists v1 apis by default ([e30f51c](https://github.com/llamastack/llama-stack-client-typescript/commit/e30f51c704c39129092255c040bbf5ad90ed0b07))
53
+
* extract some types in mcp docs ([dcc7bb8](https://github.com/llamastack/llama-stack-client-typescript/commit/dcc7bb8b4d940982c2e9c6d1a541636e99fdc5ff))
54
+
* fix readme example ([402f930](https://github.com/llamastack/llama-stack-client-typescript/commit/402f9301d033bb230c9714104fbfa554f3f7cd8f))
***internal:** codegen related update ([252e0a2](https://github.com/llamastack/llama-stack-client-typescript/commit/252e0a2a38bd8aedab91b401c440a9b10c056cec))
57
+
***internal:** codegen related update ([34da720](https://github.com/llamastack/llama-stack-client-typescript/commit/34da720c34c35dafb38775243d28dfbdce2497db))
58
+
***internal:** fix incremental formatting in some cases ([c5c8292](https://github.com/llamastack/llama-stack-client-typescript/commit/c5c8292b631c678efff5498bbab9f5a43bee50b6))
59
+
***internal:** use npm pack for build uploads ([a246793](https://github.com/llamastack/llama-stack-client-typescript/commit/a24679300cff93fea8ad4bc85e549ecc88198d58))
* Bump version to 0.2.23 ([16e05ed](https://github.com/llamastack/llama-stack-client-typescript/commit/16e05ed9798233375e19098992632d223c3f5d8d))
70
+
3
71
## 0.2.23-alpha.1 (2025-09-26)
4
72
5
73
Full Changelog: [v0.2.19-alpha.1...v0.2.23-alpha.1](https://github.com/llamastack/llama-stack-client-typescript/compare/v0.2.19-alpha.1...v0.2.23-alpha.1)
0 commit comments