Skip to content

Commit 2e22aa9

Browse files
release: 0.8.0-alpha.2
1 parent f736fbd commit 2e22aa9

4 files changed

Lines changed: 32 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.0-alpha.1"
2+
".": "0.8.0-alpha.2"
33
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

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))
15+
* Deprecate safety shields ([821ddad](https://github.com/ogx-ai/ogx-client-python/commit/821ddad02d799b78205099fdc2552119a8bb442f))
16+
* **files:** enhance OpenAI API coverage for Files API ([df3e595](https://github.com/ogx-ai/ogx-client-python/commit/df3e5959597bbc95cadf3e645f062573d7b8fca7))
17+
* **inference:** add chat completion message listing endpoint. ([8e35bff](https://github.com/ogx-ai/ogx-client-python/commit/8e35bff7d1257c45a2a01aea8d0f267815c5f480))
18+
* **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+
332
## 0.8.0-alpha.1 (2026-05-01)
433

534
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)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ogx_client"
3-
version = "0.8.0-alpha.1"
3+
version = "0.8.0-alpha.2"
44
description = "The official Python library for the ogx-client API"
55
dynamic = ["readme"]
66
license = "MIT"

src/ogx_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "ogx_client"
4-
__version__ = "0.8.0-alpha.1" # x-release-please-version
4+
__version__ = "0.8.0-alpha.2" # x-release-please-version

0 commit comments

Comments
 (0)