release: 0.57.0#106
Conversation
|
🧪 Testing To try out this version of the SDK: Expires at: Sun, 21 Jun 2026 16:49:10 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

Automated Release PR
0.57.0 (2026-05-22)
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
Moderate risk due to a large generated surface-area update (new telemetry SSE service/types) plus API type changes/removals that may break existing consumers (persistent browser fields,
can_reauth_reasontyping).Overview
Bumps the SDK to v0.57.0 and updates generated API bindings.
Adds browser telemetry/event streaming via a new
Browsers.Telemetry.StreamSSE endpoint, including telemetry config params on browser create/update and extensive new event/union types/constants.Updates browser session models to accept/echo
chrome_policy, removes deprecated persistent browser support (delete-by-persistent-id, persistence types, and project persistent-session limits), and typesManagedAuth.can_reauth_reasonas a dedicated enum. Also hardens the SSE decoder to skip comment-only keepalive frames (with new tests).Reviewed by Cursor Bugbot for commit 816b98c. Bugbot is set up for automated code reviews on this repo. Configure here.