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.7.0-alpha.1 (2026-03-28)
Full Changelog:
[v0.6.1-alpha.1...v0.7.0-alpha.1](v0.6.1-alpha.1...v0.7.0-alpha.1)
### ⚠ BREAKING CHANGES
* eliminate GET /chat/completions/{completion_id} conformance issues
* rename agents API to responses API
* eliminate /files/{file_id} GET differences
### Features
* Add stream_options parameter support
([b4c2f15](b4c2f15))
* eliminate /files/{file_id} GET differences
([1f28d73](1f28d73))
* eliminate GET /chat/completions/{completion_id} conformance issues
([dad9f54](dad9f54))
* **internal:** implement indices array format for query and form
serialization
([6694121](6694121))
* **responses:** add cancel endpoint for background responses
([d9bc91a](d9bc91a))
### Bug Fixes
* **deps:** bump minimum typing-extensions version
([50ea4d7](50ea4d7))
* **inference:** improve chat completions OpenAI conformance
([147b88b](147b88b))
* **pydantic:** do not pass `by_alias` unless set
([f6836f9](f6836f9))
* remove duplicate dataset_id parameter in append-rows endpoint
([d6a79d0](d6a79d0))
* sanitize endpoint path params
([9b288d5](9b288d5))
### Chores
* **ci:** skip lint on metadata-only changes
([b096c2c](b096c2c))
* **internal:** tweak CI branches
([1df7e26](1df7e26))
* **internal:** update gitignore
([0e98cfd](0e98cfd))
* **internal:** version bump
([f468096](f468096))
* **tests:** bump steady to v0.19.4
([f5ad8f8](f5ad8f8))
* **tests:** bump steady to v0.19.5
([55689e1](55689e1))
* **tests:** bump steady to v0.19.6
([87cb87e](87cb87e))
* **tests:** bump steady to v0.19.7
([10f6ed7](10f6ed7))
### Refactors
* remove fine_tuning API
([021bd5e](021bd5e))
* remove tool_groups from public API and auto-register from provider
specs
([c0df2dc](c0df2dc))
* rename agents API to responses API
([f5c27db](f5c27db))
* rename rag-runtime provider to file-search
([94a14da](94a14da))
* **tests:** switch from prism to steady
([23d591c](23d591c))
---
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:support@stainlessapi.com) for help or questions
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+48Lines changed: 48 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,53 @@
1
1
# Changelog
2
2
3
+
## 0.7.0-alpha.1 (2026-03-28)
4
+
5
+
Full Changelog: [v0.6.1-alpha.1...v0.7.0-alpha.1](https://github.com/llamastack/llama-stack-client-python/compare/v0.6.1-alpha.1...v0.7.0-alpha.1)
6
+
7
+
### ⚠ BREAKING CHANGES
8
+
9
+
* eliminate GET /chat/completions/{completion_id} conformance issues
10
+
* rename agents API to responses API
11
+
* eliminate /files/{file_id} GET differences
12
+
13
+
### Features
14
+
15
+
* Add stream_options parameter support ([b4c2f15](https://github.com/llamastack/llama-stack-client-python/commit/b4c2f15b16872730a9c254b1b2dfc02aba223a71))
16
+
* eliminate /files/{file_id} GET differences ([1f28d73](https://github.com/llamastack/llama-stack-client-python/commit/1f28d730824b6cb721415985194c5f4567e42ea7))
17
+
* eliminate GET /chat/completions/{completion_id} conformance issues ([dad9f54](https://github.com/llamastack/llama-stack-client-python/commit/dad9f546400133d34a0cd650a227800be78b0d1f))
18
+
***internal:** implement indices array format for query and form serialization ([6694121](https://github.com/llamastack/llama-stack-client-python/commit/6694121eee689fb7033704bad2b698a4640e2431))
19
+
***responses:** add cancel endpoint for background responses ([d9bc91a](https://github.com/llamastack/llama-stack-client-python/commit/d9bc91afecb64ec27b97d37699d5ff6c1222d369))
20
+
21
+
22
+
### Bug Fixes
23
+
24
+
***deps:** bump minimum typing-extensions version ([50ea4d7](https://github.com/llamastack/llama-stack-client-python/commit/50ea4d7fd98a86726f6825d911507b7fc96e2e60))
***pydantic:** do not pass `by_alias` unless set ([f6836f9](https://github.com/llamastack/llama-stack-client-python/commit/f6836f9dacef1b9b26774fcfaf82689ae00f374a))
27
+
* remove duplicate dataset_id parameter in append-rows endpoint ([d6a79d0](https://github.com/llamastack/llama-stack-client-python/commit/d6a79d0a830bad4e82b70d7ab9e007ebc16e0f05))
***internal:** version bump ([f468096](https://github.com/llamastack/llama-stack-client-python/commit/f46809696ddf1f179cc26984facfcbb7f9264730))
37
+
***tests:** bump steady to v0.19.4 ([f5ad8f8](https://github.com/llamastack/llama-stack-client-python/commit/f5ad8f801078d79c03ec7723cd64b1c9895def2d))
38
+
***tests:** bump steady to v0.19.5 ([55689e1](https://github.com/llamastack/llama-stack-client-python/commit/55689e1ddee55d81efff681dbb3523b0ed09d658))
39
+
***tests:** bump steady to v0.19.6 ([87cb87e](https://github.com/llamastack/llama-stack-client-python/commit/87cb87e8ecd52d95b5a375f8b4c00f5837e4feeb))
40
+
***tests:** bump steady to v0.19.7 ([10f6ed7](https://github.com/llamastack/llama-stack-client-python/commit/10f6ed745b38d89be2d6a5eb007427b015e84e23))
41
+
42
+
43
+
### Refactors
44
+
45
+
* remove fine_tuning API ([021bd5e](https://github.com/llamastack/llama-stack-client-python/commit/021bd5e6138574884befe6f20ba86ceeefee1767))
46
+
* remove tool_groups from public API and auto-register from provider specs ([c0df2dc](https://github.com/llamastack/llama-stack-client-python/commit/c0df2dcf9bb38600f73db746dc38d3277e74e7b9))
47
+
* rename agents API to responses API ([f5c27db](https://github.com/llamastack/llama-stack-client-python/commit/f5c27db9d2716098a116d516cc5ad673ee621988))
48
+
* rename rag-runtime provider to file-search ([94a14da](https://github.com/llamastack/llama-stack-client-python/commit/94a14dad88ed55d3f2baf1de8eb30ba529fb9818))
49
+
***tests:** switch from prism to steady ([23d591c](https://github.com/llamastack/llama-stack-client-python/commit/23d591c70549c7f00b7be136a19893dbdd65f43c))
50
+
3
51
## 0.6.1-alpha.1 (2026-03-13)
4
52
5
53
Full Changelog: [v0.5.0-alpha.2...v0.6.1-alpha.1](https://github.com/llamastack/llama-stack-client-python/compare/v0.5.0-alpha.2...v0.6.1-alpha.1)
0 commit comments