Skip to content

release: 0.63.0#116

Merged
stainless-app[bot] merged 5 commits into
mainfrom
release-please--branches--main--changes--next
Jun 5, 2026
Merged

release: 0.63.0#116
stainless-app[bot] merged 5 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.63.0 (2026-06-05)

Full Changelog: v0.62.0...v0.63.0

Features

  • api: label proxy config oneOf options by type (abbee19)
  • api: allow setting a custom name on a browser session at create time (22794dc)
  • api: allow setting key-value tags on a browser session at create time (12d335f)

Documentation

  • api: use neutral example for browser session name field (2319e34)

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 name and tags (map[string]string) on create via BrowserNewParams, echoed on get/list/new/update responses (including pool acquire and invocation browser listings). BrowserListParams now supports tags query filtering (ANDed key-value pairs) and documents query as including session name.

Proxy API types are renamed for clearer oneOf variants: config structs drop the *ProxyConfig suffix (e.g. ProxyNewResponseConfigDatacenter), union cast helpers become AsDatacenter(), AsIsp(), etc., and create params use OfDatacenter, OfResidential, OfCustom, and similar instead of the previous long names—callers must update field names and cast methods.

Tests and api.md are 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.

@stainless-app

stainless-app Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor Author

🧪 Testing

To try out this version of the SDK:

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

Expires at: Sun, 05 Jul 2026 15:37:17 GMT
Updated at: Fri, 05 Jun 2026 15:37:17 GMT

@firetiger-agent

Copy link
Copy Markdown

Created a monitoring plan for this PR.

What this PR does: Publishes the kernel-go-sdk v0.62.1 Go module release — a version-metadata-only patch with no behavioral code changes.

Intended effect:

  • SDK PackageVersion string: baseline 0.62.0; confirmed if 0.62.1 is the version string in SDK user-agent headers after consumers upgrade, with no new errors introduced.
  • Railway HTTP error rate: baseline 0.001–0.09% (0–116 errors/hr at 68K–150K req/hr today); confirmed if rate stays within this range after any consumer upgrades to this version.

Risks:

  • No logic changes — negligible blast radius: This PR only updates version metadata files (internal/version.go, README, CHANGELOG, release manifest). No new code paths, no DB migrations, no endpoint changes. Alert if Railway HTTP error rate exceeds 0.5% for 2+ consecutive hours post-consumer-upgrade.
  • Auto-upgrade consumers: If any downstream service pins to a floating latest-style reference, they would pick up this bump automatically. The expected effect is no change in behavior; alert if any new error pattern emerges after an upgrade event.

View monitor

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 47b318b to d6b1db2 Compare June 4, 2026 19:39
@stainless-app stainless-app Bot changed the title release: 0.62.1 release: 0.63.0 Jun 4, 2026
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from d6b1db2 to ee8c7c5 Compare June 4, 2026 19:39
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from ee8c7c5 to 2de4d2c Compare June 4, 2026 22:07
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 2de4d2c to 2117cf7 Compare June 4, 2026 22:19
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 2117cf7 to 5345f3e Compare June 5, 2026 15:37
@stainless-app stainless-app Bot merged commit 72db01f into main Jun 5, 2026
10 checks passed
@stainless-app

stainless-app Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor Author

🤖 Release is at https://github.com/kernel/kernel-go-sdk/releases/tag/v0.63.0 🌻

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.

1 participant