Skip to content

release: 0.53.0#100

Open
stainless-app[bot] wants to merge 9 commits intomainfrom
release-please--branches--main--changes--next
Open

release: 0.53.0#100
stainless-app[bot] wants to merge 9 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app Bot commented Apr 29, 2026

Automated Release PR

0.53.0 (2026-05-08)

Full Changelog: v0.52.0...v0.53.0

Features

  • Add 'switch' MFA option type for generic method-switcher links (9bed035)
  • api: server-side search on GET /projects (588318c)
  • Scope name uniqueness to project for profiles, session_pools, extensions, credentials (8032ad8)

Bug Fixes

  • go: avoid panic when http.DefaultTransport is wrapped (aa45d8f)

Chores

  • avoid embedding reflect.Type for dead code elimination (b3465f1)
  • redact api-key headers in debug logs (91f6f4a)

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 new query parameter on GET /projects (including test coverage).

Hardens client internals: defaultHTTPClient() no longer panics when http.DefaultTransport is wrapped, WithDebugLog now redacts sensitive headers before dumping requests/responses, and internal encoder cache keys stop embedding reflect.Type to 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.

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Apr 29, 2026

🧪 Testing

To try out this version of the SDK:

Download and unzip: 'https://pkg.stainless.com/s/kernel-go/aa45d8fc9bec40dc017fc2b2660895cbdca9f7b4/source.zip'. Run 'go mod edit -replace github.com/kernel/kernel-go-sdk=/path/to/unzipped_directory'.

Expires at: Sun, 07 Jun 2026 03:44:25 GMT
Updated at: Fri, 08 May 2026 03:44:25 GMT

@firetiger-agent
Copy link
Copy Markdown

Firetiger deploy monitoring skipped

This PR didn't match the auto-monitor filter configured on your GitHub connection:

Any PR that changes the kernel API. Monitor changes to API endpoints (packages/api/cmd/api/) and Temporal workflows (packages/api/lib/temporal) in the kernel repo

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 @firetiger monitor this.

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 3a70920 to 881a9b9 Compare April 30, 2026 07:26
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 881a9b9 to 1adb1bd Compare April 30, 2026 14:56
@stainless-app stainless-app Bot changed the title release: 0.52.1 release: 0.53.0 Apr 30, 2026
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 1adb1bd to ea58a51 Compare April 30, 2026 14:56
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from ea58a51 to d51b4a4 Compare May 1, 2026 03:40
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from d51b4a4 to af6d56b Compare May 1, 2026 03:43
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from af6d56b to 389f49e Compare May 2, 2026 16:49
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 389f49e to 87ebb44 Compare May 5, 2026 21:20
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 87ebb44 to 9602293 Compare May 8, 2026 03:43
stainless-app Bot added 2 commits May 8, 2026 03:43
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.
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 9602293 to d567757 Compare May 8, 2026 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants