Skip to content

Commit f4fe60c

Browse files
release: 0.23.0
1 parent 7eb0085 commit f4fe60c

File tree

5 files changed

+31
-5
lines changed

5 files changed

+31
-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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## 0.23.0 (2026-02-12)
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+
* **client:** avoid removing abort listener too early ([7a1e23a](https://github.com/openlayer-ai/openlayer-ts/commit/7a1e23a9cc1b852050fe0b602c968fdd024d0f90))
16+
* linting issues ([85c2b91](https://github.com/openlayer-ai/openlayer-ts/commit/85c2b912b6f1f3eb0a866499169a5162b32ba32f))
17+
18+
19+
### Chores
20+
21+
* **ci:** upgrade `actions/github-script` ([e0ef477](https://github.com/openlayer-ai/openlayer-ts/commit/e0ef477dc7f5042f11bd3aea4fae2901b81ba22d))
22+
* **client:** do not parse responses with empty content-length ([9020c0d](https://github.com/openlayer-ai/openlayer-ts/commit/9020c0d48e5c2f30073c0df187c579c90432c07c))
23+
* **client:** restructure abort controller binding ([fa81c52](https://github.com/openlayer-ai/openlayer-ts/commit/fa81c522c2c310c8cf5339268d91cec4e80c43ff))
24+
* **closes OPEN-8647:** add endpoint to retrieve aggregated user data for inference pipelines ([be1da42](https://github.com/openlayer-ai/openlayer-ts/commit/be1da42e273981c4bfcfe0c52333882defe6daa9))
25+
* **internal:** avoid type checking errors with ts-reset ([7eb0085](https://github.com/openlayer-ai/openlayer-ts/commit/7eb00857d6676731765c884d7ea5a2a027d74a92))
26+
* **internal:** update `actions/checkout` version ([cd1e79b](https://github.com/openlayer-ai/openlayer-ts/commit/cd1e79b30f0fa232613679a25ad835252beb299e))
27+
* **internal:** upgrade babel, qs, js-yaml ([edec21f](https://github.com/openlayer-ai/openlayer-ts/commit/edec21f59343c9e9b2c893100f3a6e12d8591690))
28+
329
## 0.22.2 (2026-01-14)
430

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