release: 0.65.0#123
Conversation
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: This is a release PR for the kernel-node-sdk repository, which appears to be a Node.js SDK client rather than one of the specified deployment-critical services (kernel, infra, hypeman, hypeship); please manually opt in if deploy monitoring is needed for SDK releases. To monitor this PR anyway, reply with |
|
🧪 Testing To try out this version of the SDK: Expires at: Wed, 08 Jul 2026 20:25:57 GMT |
61394d3 to
5f563e9
Compare
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
Low Risk
Backward-compatible API typing and path-parameter widening; no auth or breaking signature changes beyond clearer
idOrNamenaming.Overview
Release 0.65.0 bumps package version and OpenAPI/Stainless metadata; functional changes are limited to generated browser and pool client APIs.
Browser sessions —
retrieve,update, anddeleteByIDnow take anidOrNamepath segment (matching/browsers/{id_or_name}), so callers can address sessions by human-readable name as well as ID.Browser pools —
browserPools.acquireaccepts optionalnameandtagsonBrowserPoolAcquireParams; these apply only for the current lease and are cleared when the session is released back to the pool.Reviewed by Cursor Bugbot for commit 5f563e9. Bugbot is set up for automated code reviews on this repo. Configure here.