release: 0.63.0#113
Conversation
|
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 for the kernel-python-sdk repository, not a code change requiring deploy monitoring; please manually opt in if deployment monitoring is needed for this release. To monitor this PR anyway, reply with |
|
🧪 Testing To try out this version of the SDK: Expires at: Sun, 05 Jul 2026 15:37:21 GMT |
cf8ceb9 to
b98e86f
Compare
b98e86f to
2343a86
Compare
2343a86 to
92bc50b
Compare
|
🤖 Release is at https://github.com/kernel/kernel-python-sdk/releases/tag/v0.63.0 🌻 |
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
Low Risk
Additive API surface and generated types with version/changelog bumps; no auth or breaking signature removals.
Overview
Release 0.63.0 bumps package version metadata and refreshes the OpenAPI/Stainless codegen snapshot. The functional SDK change is browser session labeling and discovery.
browsers.create(sync and async) now accepts optionalname(unique among active sessions in the project, create-only) andtags(up to 50 key-value pairs, create-only). Responses for create, list, retrieve, update, pool acquire, and related browser models echonameandtagswhen set. New public typesTags/TagsParam(Dict[str, str]) are exported inkernel.typesand documented inapi.md.browsers.listgains atagsquery filter (AND across pairs, deepObject style) andquerysearch now includes session name in addition to IDs and pool/profile/proxy fields. Tests cover the new create/list parameters.Reviewed by Cursor Bugbot for commit 92bc50b. Bugbot is set up for automated code reviews on this repo. Configure here.