Skip to content

Commit bbfa0db

Browse files
release: 1.1.0-alpha.0
1 parent d8ef8db commit bbfa0db

4 files changed

Lines changed: 35 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-
".": "1.0.2"
2+
".": "1.1.0-alpha.0"
33
}

CHANGELOG.md

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

3+
## 1.1.0-alpha.0 (2026-04-02)
4+
5+
Full Changelog: [v1.0.2...v1.1.0-alpha.0](https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.0.2...v1.1.0-alpha.0)
6+
7+
### Features
8+
9+
* Add harness enum to openAPI spec ([36fa2f7](https://github.com/warpdotdev/oz-sdk-typescript/commit/36fa2f720d9cab9c7419d4e351dc200de2814cd3))
10+
* Add VMIdleTimeoutMinutes param to API ([f69cb9f](https://github.com/warpdotdev/oz-sdk-typescript/commit/f69cb9fbd297f5c395eec28208d6ccee42125120))
11+
* Address Stainless diagnostics ([0a7a253](https://github.com/warpdotdev/oz-sdk-typescript/commit/0a7a2535743f5a95d09b6491388b0faca79b11df))
12+
* **api:** api update ([36dd429](https://github.com/warpdotdev/oz-sdk-typescript/commit/36dd42978291f15506666a1115ae98a6e3f87af4))
13+
* **api:** api update ([d9cddd6](https://github.com/warpdotdev/oz-sdk-typescript/commit/d9cddd6e04aa60dcbdbf4fda5edcc7952520fe72))
14+
* **api:** api update ([e59522b](https://github.com/warpdotdev/oz-sdk-typescript/commit/e59522b2d8335f3c72787a0d60e45017dbafd1b6))
15+
* Create run for every local conversation and add filter ([64c6a1f](https://github.com/warpdotdev/oz-sdk-typescript/commit/64c6a1f34c49fc659e353ffee66b41d922caabfb))
16+
* Endpoint to upload third-party harness block snapshots ([de7b4ab](https://github.com/warpdotdev/oz-sdk-typescript/commit/de7b4ab962b47f47554d5ba2c201930c15a595ac))
17+
* Fix the harness type in the openAPI spec ([8b53e4a](https://github.com/warpdotdev/oz-sdk-typescript/commit/8b53e4ae6fe31f8f74e46297f8dea1edca375114))
18+
* Orchestrations V2: Public API endpoints ([29a9bf5](https://github.com/warpdotdev/oz-sdk-typescript/commit/29a9bf58392ed3df54b1ec74e154f2e1f1aeeb6b))
19+
* Use correct branch for Stainless PRs ([f79393c](https://github.com/warpdotdev/oz-sdk-typescript/commit/f79393caa4fbac92137f2b766957dd3b14b07f75))
20+
21+
22+
### Bug Fixes
23+
24+
* **client:** preserve URL params already embedded in path ([4420fda](https://github.com/warpdotdev/oz-sdk-typescript/commit/4420fdab4fdc8cc948556b74d2370221528e1f47))
25+
26+
27+
### Chores
28+
29+
* **ci:** skip lint on metadata-only changes ([096e999](https://github.com/warpdotdev/oz-sdk-typescript/commit/096e99986d06140c10c2fb43290b2d1e15501efd))
30+
* **ci:** skip uploading artifacts on stainless-internal branches ([842b67e](https://github.com/warpdotdev/oz-sdk-typescript/commit/842b67ea7ff38e6032be0af5cdedef6c5f1b67a9))
31+
* **internal:** tweak CI branches ([e176700](https://github.com/warpdotdev/oz-sdk-typescript/commit/e176700608c5bc5a1f928f07a03929f63bf6853e))
32+
* **internal:** update dependencies to address dependabot vulnerabilities ([7d17121](https://github.com/warpdotdev/oz-sdk-typescript/commit/7d171218c88c717ddbe930cb6634d1387b685327))
33+
* **internal:** update gitignore ([71499fd](https://github.com/warpdotdev/oz-sdk-typescript/commit/71499fd606505c058f5a8f41bbe20107181e9ab9))
34+
335
## 1.0.2 (2026-03-06)
436

537
Full Changelog: [v1.0.1...v1.0.2](https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.0.1...v1.0.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oz-agent-sdk",
3-
"version": "1.0.2",
3+
"version": "1.1.0-alpha.0",
44
"description": "The official TypeScript library for the Oz API API",
55
"author": "Oz API <>",
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 = '1.0.2'; // x-release-please-version
1+
export const VERSION = '1.1.0-alpha.0'; // x-release-please-version

0 commit comments

Comments
 (0)