release: 0.57.0#110
Conversation
|
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 with no direct file changes shown; the filter requires monitoring of specific API endpoint and Temporal workflow file changes, which cannot be verified from this PR metadata alone. To monitor this PR anyway, reply with |
|
🧪 Testing To try out this version of the SDK: Expires at: Thu, 25 Jun 2026 17:45:55 GMT |
a7bbeea to
93776bc
Compare
93776bc to
1c2bd39
Compare
1c2bd39 to
9af20de
Compare
9af20de to
cea8a4d
Compare
cea8a4d to
d9ac3c3
Compare
d9ac3c3 to
7455e88
Compare
7455e88 to
3a09fb9
Compare
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
3a09fb9 to
1bf9326
Compare
|
🤖 Release is at https://github.com/kernel/kernel-node-sdk/releases/tag/v0.57.0 🌻 |
Automated Release PR
0.57.0 (2026-05-26)
Full Changelog: v0.55.0...v0.57.0
Features
Bug Fixes
Chores
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
High Risk
Breaking changes include project endpoints moving to /org/projects and removal of persistent-browser delete/types; telemetry and auth enum changes affect many integrators on upgrade.
Overview
Release 0.57.0 bumps the package and OpenAPI metadata, and regenerates the client from the updated Kernel API spec.
The largest addition is
client.browsers.telemetry.stream: a new SSE client for live browser telemetry (console, network, page lifecycle, interactions, monitor events) plustelemetry/chrome_policyon browser create and update. Persistent-browser support is removed from the public surface:BrowserPersistence,persistencefields, and the deprecatedDELETE /browsers?persistent_id=helper are gone; project limits no longer exposemax_persistent_sessions.Projects CRUD and limits now call
/org/projects(and/org/projects/{id}/limits) instead of/projects, which is a breaking URL change for anyone pinning old paths. Managed auth typescan_reauth_reasonas a fixed string union instead of a free-form string.Smaller doc/type updates: clearer
start_urlsemantics on sessions and pools, proxy check behavior when a customurlis supplied, andtsc-multibumped for Node 26.Reviewed by Cursor Bugbot for commit 1bf9326. Bugbot is set up for automated code reviews on this repo. Configure here.