release: 0.72.0#128
Conversation
|
🧪 Testing To try out this version of the SDK: Expires at: Sun, 26 Jul 2026 18:24:43 GMT |
|
kernel/kernel#2484 changed the browser pool Per Sayan's review on #2484, this should be a minor bump (→ 0.72.0) with a flagged changelog entry:
Suggested fix so release-please reclassifies: re-mark the regen commit as
cc @jarugupj — flagging before this is cut, since the SDK consumers (CLI, terraform-provider-kernel) bump against this version next. |
a6d986a to
ecfeb11
Compare
ecfeb11 to
51a5213
Compare
51a5213 to
f7024b0
Compare
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
f7024b0 to
6c1d5e5
Compare
|
🤖 Release is at https://github.com/kernel/kernel-go-sdk/releases/tag/v0.72.0 🌻 |
Automated Release PR
0.72.0 (2026-06-26)
Full Changelog: v0.71.0...v0.72.0
Bug Fixes
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
Note
Medium Risk
Removing
BrowserProfileand changing poolProfilefield types is a compile-time breaking change for Go callers that reusedshared.BrowserProfileor setSaveChangeson pool requests.Overview
Release 0.72.0 bumps package/docs version metadata and refreshes the OpenAPI spec reference.
The substantive API change is browser pool profiles: create/update/config and responses now use dedicated pool profile types (
BrowserPoolNewParamsProfile,BrowserPoolUpdateParamsProfile,BrowserPoolBrowserPoolConfigProfile) with onlyidandname—nosave_changes. PoolNew/Updategodoc notes that pooled browsers load profiles read-only and ignore anysave_changessent on the wire.shared.BrowserProfile(response type withSaveChanges) and the rootBrowserProfilealias are removed; single browser sessions still useBrowserProfileParamwithSaveChanges. Tests for browser pools were updated to the new profile structs.Reviewed by Cursor Bugbot for commit 6c1d5e5. Bugbot is set up for automated code reviews on this repo. Configure here.