release: 0.66.0#124
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-node-sdk repository, which appears to be a Node.js SDK package rather than a deployable service within the kernel mono repo; clarify if this should trigger deploy monitoring. To monitor this PR anyway, reply with |
|
🧪 Testing To try out this version of the SDK: Expires at: Fri, 10 Jul 2026 20:46:14 GMT |
4972bc6 to
3c53a0e
Compare
3c53a0e to
ba1575f
Compare
|
🤖 Release is at https://github.com/kernel/kernel-node-sdk/releases/tag/v0.66.0 🌻 |
Automated Release PR
0.66.0 (2026-06-10)
Full Changelog: v0.65.0...v0.66.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
Additive OpenAPI-generated client surface and optional PATCH fields; no changes to auth or core request plumbing beyond new routes.
Overview
Release 0.66.0 bumps the package and OpenAPI metadata (119 endpoints) and documents two API-facing SDK updates.
Adds
client.organization.limitswithretrieve()andupdate()forGET/PATCH/org/limits, exposing org-widemax_concurrent_sessionsand the configurabledefault_project_max_concurrent_sessionsdefault for projects without their own cap.Browser session PATCH now supports
nameandtagsonBrowserUpdateParams(clear name with"", replace or clear tags with a full map or{}). Create-time docs forname/tagsare updated to say they can be changed later viaPATCH /browsers/{id_or_name}.Reviewed by Cursor Bugbot for commit ba1575f. Bugbot is set up for automated code reviews on this repo. Configure here.