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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Changelog
2
2
3
+
## 0.8.0-alpha.2 (2026-05-12)
4
+
5
+
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)
6
+
7
+
### ⚠ BREAKING CHANGES
8
+
9
+
* multi-SDK response shapes for /v1/models
10
+
* remove Safety/Shields API and all connected code
11
+
12
+
### Features
13
+
14
+
***conversations:** enhance OpenAI API coverage for conversations ([5de7ef0](https://github.com/ogx-ai/ogx-client-python/commit/5de7ef001ad7df1e7169c0ab9ba2ffe7e50679b4))
***files:** enhance OpenAI API coverage for Files API ([df3e595](https://github.com/ogx-ai/ogx-client-python/commit/df3e5959597bbc95cadf3e645f062573d7b8fca7))
***internal/types:** support eagerly validating pydantic iterators ([4fa7da1](https://github.com/ogx-ai/ogx-client-python/commit/4fa7da1446da5186951d7300189c7f9ada86ea82))
19
+
* multi-SDK response shapes for /v1/models ([f736fbd](https://github.com/ogx-ai/ogx-client-python/commit/f736fbdea0573e599275e1a08fec7a9ee3051e2f))
20
+
21
+
22
+
### Bug Fixes
23
+
24
+
* change logprobs type from bool to int in Completions endpoint ([a7dc5ce](https://github.com/ogx-ai/ogx-client-python/commit/a7dc5ce5f7cd54588a630d5ea132733013406da0))
25
+
***client:** add missing f-string prefix in file type error message ([eb8cbcb](https://github.com/ogx-ai/ogx-client-python/commit/eb8cbcbf029f2a211bfca3271ed16b225ec70d7c))
26
+
27
+
28
+
### Refactors
29
+
30
+
* remove Safety/Shields API and all connected code ([28dc810](https://github.com/ogx-ai/ogx-client-python/commit/28dc810b065ca293b19bf1131aa0776b50198db6))
31
+
3
32
## 0.8.0-alpha.1 (2026-05-01)
4
33
5
34
Full Changelog: [v0.7.2-alpha.4...v0.8.0-alpha.1](https://github.com/ogx-ai/ogx-client-python/compare/v0.7.2-alpha.4...v0.8.0-alpha.1)
0 commit comments