release: 0.57.0#106
Conversation
|
🧪 Testing To try out this version of the SDK: Expires at: Thu, 25 Jun 2026 17:46:32 GMT |
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: This is an automated release PR for the SDK package, not a change to kernel API endpoints or Temporal workflows in packages/api/cmd/api/ or packages/api/lib/temporal. To monitor this PR anyway, reply with |
7fb7163 to
d291579
Compare
d291579 to
ad1a550
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ad1a550. Configure here.
ad1a550 to
9b51c99
Compare
9b51c99 to
d5b3657
Compare
816b98c to
98fd50a
Compare
98fd50a to
19427fb
Compare
|
🤖 Release is at https://github.com/kernel/kernel-go-sdk/releases/tag/v0.57.0 🌻 |

Automated Release PR
0.57.0 (2026-05-26)
Full Changelog: v0.56.0...v0.57.0
Features
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
Breaking SDK removals (persistence delete API, project path prefix) and a large new telemetry surface; behavior depends on server dual-routing for deprecated /projects paths.
Overview
v0.57.0 is an OpenAPI/Stainless sync that expands browser and org APIs and retires several deprecated surfaces.
The largest addition is browser telemetry:
client.Browsers.Telemetry.StreamStreamingexposes an SSE stream of typed events (console, network, page lifecycle, interaction, monitor), withtelemetryrequest config on browser create/update and echoedtelemetry/chrome_policyon session responses.Projects now call
/org/projects(and/org/projects/{id}/limits) instead of/projects; callers must rely on the server’s org-scoped routes. Managed auth typescan_reauth_reasonasManagedAuthCanReauthReasoninstead of a free-form string.Removed / EOL: deprecated persistent browser types and
Browsers.Delete(bulk delete bypersistent_id);max_persistent_sessionson project limits; persistence fields on browser models. Docs clarify start URL behavior (fire-and-forget) and proxy check when a custom URL is passed.Release metadata (
CHANGELOG,README,internal/version,.stats.yml) reflects the new spec hash and version.Reviewed by Cursor Bugbot for commit 19427fb. Bugbot is set up for automated code reviews on this repo. Configure here.