Skip to content

Commit 8de1e97

Browse files
stainless-app[bot]IlyaasK
authored andcommitted
release: 0.72.0
Re-cut as a minor release: #2484 makes the browser pool profile a breaking change (new BrowserPoolProfile type; save_changes removed from pool profiles). See CHANGELOG.md ⚠ BREAKING CHANGES.
1 parent 41f382e commit 8de1e97

4 files changed

Lines changed: 11 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.71.0"
2+
".": "0.72.0"
33
}

CHANGELOG.md

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

3+
## 0.72.0 (2026-06-26)
4+
5+
Full Changelog: [v0.71.0...v0.72.0](https://github.com/kernel/kernel-node-sdk/compare/v0.71.0...v0.72.0)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **api:** browser pool `profile` is now `BrowserPoolProfile` (id/name only); `save_changes` is no longer accepted on pool profiles. Wire-compatible for inline object callers; typed callers using the pool profile type must update. Sending `save_changes` on a pool used to return `400` and is now silently ignored. ([41f382e](https://github.com/kernel/kernel-node-sdk/commit/41f382e07d767dd998533de4e2904f5db46b1ea8))
10+
311
## 0.71.0 (2026-06-26)
412

513
Full Changelog: [v0.70.0...v0.71.0](https://github.com/kernel/kernel-node-sdk/compare/v0.70.0...v0.71.0)

package.json

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

0 commit comments

Comments
 (0)