release: 0.63.0#116
Merged
stainless-app[bot] merged 5 commits intoJun 5, 2026
Merged
Conversation
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Sun, 05 Jul 2026 15:37:17 GMT |
|
Created a monitoring plan for this PR. What this PR does: Publishes the Intended effect:
Risks:
|
47b318b to
d6b1db2
Compare
d6b1db2 to
ee8c7c5
Compare
ee8c7c5 to
2de4d2c
Compare
2de4d2c to
2117cf7
Compare
2117cf7 to
5345f3e
Compare
bmsaadat
approved these changes
Jun 5, 2026
Contributor
Author
|
🤖 Release is at https://github.com/kernel/kernel-go-sdk/releases/tag/v0.63.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.63.0 (2026-06-05)
Full Changelog: v0.62.0...v0.63.0
Features
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
Proxy type and union field renames are breaking for Go consumers; browser name/tags are additive API surface with straightforward SDK mapping.
Overview
Release 0.63.0 bumps version metadata (manifest,
PackageVersion, README install pin, changelog) and refreshes the OpenAPI spec reference in.stats.yml.Browser sessions gain optional
nameandtags(map[string]string) on create viaBrowserNewParams, echoed on get/list/new/update responses (including pool acquire and invocation browser listings).BrowserListParamsnow supportstagsquery filtering (ANDed key-value pairs) and documentsqueryas including session name.Proxy API types are renamed for clearer oneOf variants: config structs drop the
*ProxyConfigsuffix (e.g.ProxyNewResponseConfigDatacenter), union cast helpers becomeAsDatacenter(),AsIsp(), etc., and create params useOfDatacenter,OfResidential,OfCustom, and similar instead of the previous long names—callers must update field names and cast methods.Tests and
api.mdare updated for the new browser and proxy shapes.Reviewed by Cursor Bugbot for commit 5345f3e. Bugbot is set up for automated code reviews on this repo. Configure here.