release: 0.65.0#115
Merged
stainless-app[bot] merged 3 commits intoJun 8, 2026
Merged
Conversation
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Wed, 08 Jul 2026 20:25:49 GMT |
|
Created a monitoring plan for this PR. What this PR does: Adds optional Intended effect:
Risks:
|
d8cfa20 to
76ee7bf
Compare
bmsaadat
approved these changes
Jun 8, 2026
Contributor
Author
|
🤖 Release is at https://github.com/kernel/kernel-python-sdk/releases/tag/v0.65.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.65.0 (2026-06-08)
Full Changelog: v0.64.0...v0.65.0
Features
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
Renaming the browser resource path parameter from
idtoid_or_namebreaks callers using keywordid=; pool acquire changes are additive only.Overview
Release 0.65.0 bumps package metadata and OpenAPI/Stainless codegen to match the latest Kernel API.
Browser sessions —
retrieve,update, anddelete_by_idnow takeid_or_nameinstead ofid, hitting/browsers/{id_or_name}so callers can use a session ID or a human-readable name. That is a breaking change for code that passes the first argument as the keywordid=.Browser pool acquire — sync/async
browser_pools.acquireaccepts optionalnameandtagson the acquire body (lease-scoped; cleared on release), wired throughBrowserPoolAcquireParamsand tests.Docs (
api.md) and skipped API tests were updated for the new signatures.Reviewed by Cursor Bugbot for commit 76ee7bf. Bugbot is set up for automated code reviews on this repo. Configure here.