release: 0.53.0#100
Open
stainless-app[bot] wants to merge 9 commits intomainfrom
Open
Conversation
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Sun, 07 Jun 2026 03:44:25 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 |
3a70920 to
881a9b9
Compare
881a9b9 to
1adb1bd
Compare
1adb1bd to
ea58a51
Compare
ea58a51 to
d51b4a4
Compare
d51b4a4 to
af6d56b
Compare
af6d56b to
389f49e
Compare
…xtensions, credentials
389f49e to
87ebb44
Compare
87ebb44 to
9602293
Compare
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.
9602293 to
d567757
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated Release PR
0.53.0 (2026-05-08)
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 because it changes core request plumbing (default HTTP transport handling and debug logging) and expands request parameters (
ProjectListParams.Query), which can affect client behavior across many calls.Overview
Release v0.53.0 with API-surface updates and a few core client safety improvements.
Adds support for a generic MFA method-switch link by allowing
"switch"as an MFA option/linked MFA type, and adds server-side project name searching via a newqueryparameter onGET /projects(including test coverage).Hardens client internals:
defaultHTTPClient()no longer panics whenhttp.DefaultTransportis wrapped,WithDebugLognow redacts sensitive headers before dumping requests/responses, and internal encoder cache keys stop embeddingreflect.Typeto improve dead-code elimination. Docs/comments are updated to reflect project-scoped name uniqueness for several resources.Reviewed by Cursor Bugbot for commit d567757. Bugbot is set up for automated code reviews on this repo. Configure here.