release: 0.57.0#104
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 for the Python SDK, not a direct change to kernel API endpoints or Temporal workflows; the actual code changes are not accessible in the PR metadata provided. To monitor this PR anyway, reply with |
|
🧪 Testing To try out this version of the SDK: Expires at: Thu, 25 Jun 2026 17:43:59 GMT |
df280d6 to
8333835
Compare
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
c198d75 to
a112c36
Compare
a112c36 to
7331de1
Compare
7331de1 to
805946f
Compare
Automated Release PR
0.57.0 (2026-05-26)
Full Changelog: v0.57.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
Project and limits URL changes can break callers on old API gateways; telemetry request shape changes may affect integrations that relied on the previous config-only model.
Overview
Release 0.57.0 aligns the Python SDK with OpenAPI updates: projects and project limits now call
/org/projects(and/org/projects/{id}/limits) instead of the deprecated/projectsroutes—sameclient.projectsAPI surface, different backend paths. Docs inapi.mdreflect the new URLs.Browser create/update
telemetrynow usesBrowserTelemetryRequestConfigParam, which adds anenabledshortcut and updated semantics for when capture starts or stops;BrowserTelemetryConfigParamis removed. Response-sideBrowserTelemetryConfigdocstrings are tightened to describe active session config.Tests and browser-routing mocks were updated for
enabled: truein telemetry payloads andGET /org/projects.Reviewed by Cursor Bugbot for commit 1181567. Bugbot is set up for automated code reviews on this repo. Configure here.