release: 0.53.0#103
Merged
stainless-app[bot] merged 13 commits intoMay 13, 2026
Merged
Conversation
…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.
|
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 that bumps version numbers; it does not contain actual changes to kernel API endpoints (packages/api/cmd/api/) or Temporal workflows (packages/api/lib/temporal). To monitor this PR anyway, reply with |
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Thu, 11 Jun 2026 23:00:15 GMT |
Contributor
Author
|
🤖 Release is at https://github.com/kernel/kernel-go-sdk/releases/tag/v0.53.0 🌻 |
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-12)
Full Changelog: v0.52.0...v0.53.0
Features
Bug Fixes
Chores
Documentation
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: mostly additive API surface changes, but it also adjusts core client behavior (default transport handling and debug logging) and internal encoder/decoder cache keys, which could subtly affect request/response serialization or logging output.
Overview
Bumps the SDK to v0.53.0 and updates release metadata/docs (
CHANGELOG.md,README.md,internal/version.go, spec URL/hash).Expands the API surface for managed auth by adding an opt-in
record_sessionflag (connection defaults + per-login override), adding'switch'as an MFA option type, and documenting thatdiscovered_fields/mfa_options/pending_sso_buttons/sign_in_optionsmay appear as fallback actions duringAWAITING_EXTERNAL_ACTION.Adds
start_urlsupport for browsers and browser pools (request param + response fields) and adds server-side search viaProjectListParams.Query.Hardens client internals: avoids panic when
http.DefaultTransportisn’t a*http.Transport, redacts sensitive headers inoption.WithDebugLog, and tweaks internal encoder/decoder cache structs to avoid embeddingreflect.Type(for dead-code elimination).Reviewed by Cursor Bugbot for commit 3677403. Bugbot is set up for automated code reviews on this repo. Configure here.