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
---
## 1.1.0-alpha.3 (2026-06-11)
Full Changelog:
[v0.8.0-alpha.2...v1.1.0-alpha.3](v0.8.0-alpha.2...v1.1.0-alpha.3)
### ⚠ BREAKING CHANGES
* **api:** add post-generation schema transforms for Responses API
conformance
### Features
* **responses:** add WebSocket transport and fix OpenResponses
conformance gaps
([e470f35](e470f35))
### Bug Fixes
* **api:** add post-generation schema transforms for Responses API
conformance
([96d1529](96d1529))
* **api:** eliminate schema mismatches in Responses compact endpoint
([28931c4](28931c4))
* **api:** fix field-level schema mismatches in Responses models
([aa50fe9](aa50fe9))
* **brave-search:** align result slicing with search_context_size count
([40f7162](40f7162))
---
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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Changelog
2
2
3
+
## 1.1.0-alpha.3 (2026-06-11)
4
+
5
+
Full Changelog: [v0.8.0-alpha.2...v1.1.0-alpha.3](https://github.com/ogx-ai/ogx-client-python/compare/v0.8.0-alpha.2...v1.1.0-alpha.3)
6
+
7
+
### ⚠ BREAKING CHANGES
8
+
9
+
***api:** add post-generation schema transforms for Responses API conformance
10
+
11
+
### Features
12
+
13
+
***responses:** add WebSocket transport and fix OpenResponses conformance gaps ([e470f35](https://github.com/ogx-ai/ogx-client-python/commit/e470f354f25f09fc3400a9b66657f3f077dce95b))
14
+
15
+
16
+
### Bug Fixes
17
+
18
+
***api:** add post-generation schema transforms for Responses API conformance ([96d1529](https://github.com/ogx-ai/ogx-client-python/commit/96d1529b8003b26fd016974140f6eb9618037cc8))
19
+
***api:** eliminate schema mismatches in Responses compact endpoint ([28931c4](https://github.com/ogx-ai/ogx-client-python/commit/28931c4593e69479179de766e9419bd092e603af))
20
+
***api:** fix field-level schema mismatches in Responses models ([aa50fe9](https://github.com/ogx-ai/ogx-client-python/commit/aa50fe9861d4642231fc4ea2d3925220b7bc25ac))
21
+
***brave-search:** align result slicing with search_context_size count ([40f7162](https://github.com/ogx-ai/ogx-client-python/commit/40f71628597b92ed14c6ae3445e09ffb2927da53))
22
+
3
23
## 0.8.0-alpha.2 (2026-05-12)
4
24
5
25
Full Changelog: [v0.8.0-alpha.1...v0.8.0-alpha.2](https://github.com/ogx-ai/ogx-client-python/compare/v0.8.0-alpha.1...v0.8.0-alpha.2)
0 commit comments