Skip to content

Commit 8f5e082

Browse files
release: 0.23.0
1 parent 85c2b91 commit 8f5e082

File tree

5 files changed

+27
-5
lines changed

5 files changed

+27
-5
lines changed

.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.22.2"
2+
".": "0.23.0"
33
}

CHANGELOG.md

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

3+
## 0.23.0 (2026-02-03)
4+
5+
Full Changelog: [v0.22.2...v0.23.0](https://github.com/openlayer-ai/openlayer-ts/compare/v0.22.2...v0.23.0)
6+
7+
### Features
8+
9+
* **closes OPEN-7560:** update openAI tracer for Responses API ([f317c69](https://github.com/openlayer-ai/openlayer-ts/commit/f317c69547d991c15a56b6d946815333c3c834d4))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** avoid memory leak with abort signals ([ac632d1](https://github.com/openlayer-ai/openlayer-ts/commit/ac632d1bf6003f7ef4f0d4da8047b86b158c5be4))
15+
* linting issues ([85c2b91](https://github.com/openlayer-ai/openlayer-ts/commit/85c2b912b6f1f3eb0a866499169a5162b32ba32f))
16+
17+
18+
### Chores
19+
20+
* **ci:** upgrade `actions/github-script` ([e0ef477](https://github.com/openlayer-ai/openlayer-ts/commit/e0ef477dc7f5042f11bd3aea4fae2901b81ba22d))
21+
* **client:** do not parse responses with empty content-length ([9020c0d](https://github.com/openlayer-ai/openlayer-ts/commit/9020c0d48e5c2f30073c0df187c579c90432c07c))
22+
* **internal:** update `actions/checkout` version ([cd1e79b](https://github.com/openlayer-ai/openlayer-ts/commit/cd1e79b30f0fa232613679a25ad835252beb299e))
23+
* **internal:** upgrade babel, qs, js-yaml ([edec21f](https://github.com/openlayer-ai/openlayer-ts/commit/edec21f59343c9e9b2c893100f3a6e12d8591690))
24+
325
## 0.22.2 (2026-01-14)
426

527
Full Changelog: [v0.22.1...v0.22.2](https://github.com/openlayer-ai/openlayer-ts/compare/v0.22.1...v0.22.2)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openlayer",
3-
"version": "0.22.2",
3+
"version": "0.23.0",
44
"description": "The official TypeScript library for the Openlayer API",
55
"author": "Openlayer <support@openlayer.com>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.22.2'; // x-release-please-version
1+
export const VERSION = '0.23.0'; // x-release-please-version

0 commit comments

Comments
 (0)