Skip to content

Commit dc567cb

Browse files
release: 0.5.0-alpha.6
1 parent ebfd757 commit dc567cb

4 files changed

Lines changed: 22 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.5.0-alpha.5"
2+
".": "0.5.0-alpha.6"
33
}

CHANGELOG.md

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

3+
## 0.5.0-alpha.6 (2026-06-09)
4+
5+
Full Changelog: [v0.5.0-alpha.5...v0.5.0-alpha.6](https://github.com/ogx-ai/ogx-client-typescript/compare/v0.5.0-alpha.5...v0.5.0-alpha.6)
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 ([e0d391f](https://github.com/ogx-ai/ogx-client-typescript/commit/e0d391f8006e60acb9b8ca30667f8007a3b0c560))
14+
15+
16+
### Bug Fixes
17+
18+
* **api:** add post-generation schema transforms for Responses API conformance ([59d5f80](https://github.com/ogx-ai/ogx-client-typescript/commit/59d5f806e394ca40034b70c3277895d4b786e6cf))
19+
* **api:** fix field-level schema mismatches in Responses models ([a4364a3](https://github.com/ogx-ai/ogx-client-typescript/commit/a4364a3ab2f046d3b29267d5db75c147e564ecad))
20+
* **brave-search:** align result slicing with search_context_size count ([0b0984e](https://github.com/ogx-ai/ogx-client-typescript/commit/0b0984ead8282130b2f6f5380736753e957a4d8b))
21+
322
## 0.5.0-alpha.5 (2026-05-12)
423

524
Full Changelog: [v0.5.0-alpha.4...v0.5.0-alpha.5](https://github.com/ogx-ai/ogx-client-typescript/compare/v0.5.0-alpha.4...v0.5.0-alpha.5)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ogx-client",
3-
"version": "0.5.0-alpha.5",
3+
"version": "0.5.0-alpha.6",
44
"description": "The official TypeScript library for the Ogx Client API",
55
"author": "Ogx Client <contributors@ogx.dev>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
// This source code is licensed under the terms described in the LICENSE file in
55
// the root directory of this source tree.
66

7-
export const VERSION = '0.5.0-alpha.5'; // x-release-please-version
7+
export const VERSION = '0.5.0-alpha.6'; // x-release-please-version

0 commit comments

Comments
 (0)