release: 0.63.0#121
Conversation
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: PR is for kernel-node-sdk repository (Node.js SDK), not one of the specified repos (kernel, infra, hypeman, hypeship); additionally, this is an automated release PR with no service-level code changes to monitor. To monitor this PR anyway, reply with |
|
🧪 Testing To try out this version of the SDK: Expires at: Sun, 05 Jul 2026 15:37:35 GMT |
477d8a6 to
f4e0485
Compare
f4e0485 to
f08f165
Compare
f08f165 to
f8609ec
Compare
|
🤖 Release is at https://github.com/kernel/kernel-node-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
Medium Risk
Replacing query serialization affects all requests with object/array query params; behavior is broader than before but required for tag filters.
Overview
Release 0.63.0 bumps the package and OpenAPI metadata, and documents browser session name and tags in the changelog.
Browser clients gain optional
nameandtagsonBrowserCreateParams(create-only),tagsonBrowserListParamsfor deepObject-style filtering, andname/tagson session response types across browsers, pools, and invocations.Tagsis exported from the public API.Query serialization replaces the hand-rolled primitive-only
stringifyQuerywith a vendored neoqs (src/internal/qs) usingarrayFormat: 'comma', so nested query objects (e.g. listtags) encode correctly; tests that expected errors for non-primitive query values are removed.Browser API tests add
nameandtagsto create/list examples.Reviewed by Cursor Bugbot for commit f8609ec. Bugbot is set up for automated code reviews on this repo. Configure here.