release: 0.53.0#100
Conversation
|
🧪 Testing To try out this version of the SDK: Expires at: Thu, 11 Jun 2026 21:38:29 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 with no actual code changes to API endpoints or Temporal workflows; deploy monitoring should be opted in manually if needed. To monitor this PR anyway, reply with |
881a9b9 to
1adb1bd
Compare
389f49e to
87ebb44
Compare
d567757 to
fdab145
Compare
…xtensions, credentials
defaultHTTPClient performed an unchecked type assertion on http.DefaultTransport, which panicked for any caller that had wrapped the global transport (e.g. otelhttp.NewTransport for distributed tracing). When the assertion fails, fall back to the wrapped RoundTripper as-is — preserving the caller's wrapping at the cost of ResponseHeaderTimeout, which is strictly better than panicking.
fdab145 to
a188e63
Compare
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
a188e63 to
5d33eb6
Compare
5d33eb6 to
a7284b7
Compare
a7284b7 to
b896f6f
Compare
b896f6f to
c79e094
Compare
|
Closing to re-align version at 0.54.0 across all SDKs. Changes are preserved on the next branch. |
Automated Release PR
0.53.0 (2026-05-12)
Full Changelog: v0.52.0...v0.53.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
Medium Risk
Medium risk: updates request/response models and client behavior (default transport handling and debug logging redaction), which could subtly affect HTTP behavior and downstream integrations.
Overview
Updates the generated SDK to v0.53.0 (manifest/version/docs/changelog) and refreshes the OpenAPI spec inputs.
Extends managed auth to support
record_session(per-connection default plus per-login override) and adds a new MFA option typeswitch; also updates flow field semantics to allow fallback actions duringawaiting_external_action.Adds
querysupport toProjects.Listfor server-side name searching, and introducesstart_urlfor browser session creation and browser pool warm-up/config (including exposingstart_urlin browser-related responses).Hardens client internals by avoiding a panic when
http.DefaultTransportisn’t a*http.Transport, redacting sensitive headers inoption.WithDebugLog, and tweaking internal encoder/decoder cache keys to avoid embeddingreflect.Type(better dead-code elimination).Reviewed by Cursor Bugbot for commit c79e094. Bugbot is set up for automated code reviews on this repo. Configure here.