Skip to content

Commit 7afd871

Browse files
release: 1.1.0-alpha.4
1 parent c438610 commit 7afd871

4 files changed

Lines changed: 18 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.1.0-alpha.3"
2+
".": "1.1.0-alpha.4"
33
}

CHANGELOG.md

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

3+
## 1.1.0-alpha.4 (2026-04-13)
4+
5+
Full Changelog: [v1.1.0-alpha.3...v1.1.0-alpha.4](https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.1.0-alpha.3...v1.1.0-alpha.4)
6+
7+
### Features
8+
9+
* Add parent_run_id filter to List runs endpoint ([2694f32](https://github.com/warpdotdev/oz-sdk-typescript/commit/2694f32a6f0125f0dac9a6a2d814138c64b8b64b))
10+
* **api:** api update ([c438610](https://github.com/warpdotdev/oz-sdk-typescript/commit/c438610d98132151c323045492e56908be6875b9))
11+
* **api:** api update ([52e41eb](https://github.com/warpdotdev/oz-sdk-typescript/commit/52e41ebb154217d96c657536f0c73f2ca3b6d83b))
12+
* **api:** api update ([f678bf0](https://github.com/warpdotdev/oz-sdk-typescript/commit/f678bf09b5bf5b6df310a932323964c69394403b))
13+
* **api:** api update ([af0a45a](https://github.com/warpdotdev/oz-sdk-typescript/commit/af0a45a94543900ab59dea7bb1dd56c4099afa9d))
14+
* **api:** api update ([15e333c](https://github.com/warpdotdev/oz-sdk-typescript/commit/15e333c19f330917adc043f2ab931732c1c209d8))
15+
* **api:** api update ([e722834](https://github.com/warpdotdev/oz-sdk-typescript/commit/e7228349fcacdd2b0745cddb7d137aeb967a20d3))
16+
* Inject auth secrets via ambient agent config. ([2dec429](https://github.com/warpdotdev/oz-sdk-typescript/commit/2dec42933777ff3915a9bd35f7042c760fe59d4a))
17+
318
## 1.1.0-alpha.3 (2026-04-09)
419

520
Full Changelog: [v1.1.0-alpha.2...v1.1.0-alpha.3](https://github.com/warpdotdev/oz-sdk-typescript/compare/v1.1.0-alpha.2...v1.1.0-alpha.3)

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.1.0-alpha.3",
3+
"version": "1.1.0-alpha.4",
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.1.0-alpha.3'; // x-release-please-version
1+
export const VERSION = '1.1.0-alpha.4'; // x-release-please-version

0 commit comments

Comments
 (0)