release: 0.67.0#125
Merged
stainless-app[bot] merged 4 commits intoJun 12, 2026
Merged
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 (a Node.js SDK client library), which is not a core service requiring deploy monitoring under the specified filter. To monitor this PR anyway, reply with |
720eb6e to
05d10f9
Compare
05d10f9 to
056df15
Compare
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Sat, 11 Jul 2026 21:46:36 GMT |
056df15 to
a36a6e6
Compare
Contributor
Author
|
🤖 Release is at https://github.com/kernel/kernel-node-sdk/releases/tag/v0.67.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.67.0 (2026-06-11)
Full Changelog: v0.66.0...v0.67.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
Medium Risk
Sending
X-Kernel-Project-Idon every request changes how the API resolves resources; wrong or missing project IDs could break existing integrations that assumed org-wide scope.Overview
Release 0.67.0 adds optional
projectIDon theKernelclient (ClientOptions, constructor defaultnull, preserved inwithOptions). Every API request now includesX-Kernel-Project-Idfrom that value so callers can target a specific project.Generated API docs/JSDoc are updated to describe project scoping instead of org ownership: list/create helpers for proxies, credentials, extensions, and browser pools, plus proxy selection on auth connections, browser pools, and browser create now say resources must live in the same project as the referencing resource.
Version metadata (
package.json,CHANGELOG.md,.stats.yml, OpenAPI spec hash) bumps to 0.67.0.Reviewed by Cursor Bugbot for commit a36a6e6. Bugbot is set up for automated code reviews on this repo. Configure here.