release: 0.76.0#139
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit aea5bec. Configure here.
|
|
||
| ### Features | ||
|
|
||
| * Layer telemetry request config onto the default set ([e0ac507](https://github.com/kernel/kernel-node-sdk/commit/e0ac5077b0114f4ed5dac88d405de15bd3459dde)) |
There was a problem hiding this comment.
Changelog omits breaking telemetry behavior
Medium Severity
0.76.0 documents telemetry layering only under Features. Partial browser payloads no longer mean strict opt-in capture; that wire-compatible behavior change deserves an explicit Breaking Changes entry so SDK users know prior call patterns may capture more categories than before.
Triggered by learned rule: Flag type-narrowing Stainless regen as breaking (semver minor)
Reviewed by Cursor Bugbot for commit aea5bec. Configure here.
|
🧪 Testing To try out this version of the SDK: Expires at: Sat, 08 Aug 2026 18:36:11 GMT |
aea5bec to
555c33c
Compare
|
🤖 Release is at https://github.com/kernel/kernel-node-sdk/releases/tag/v0.76.0 🌻 |


Automated Release PR
0.76.0 (2026-07-09)
Full Changelog: v0.75.0...v0.76.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
Automated SDK release with OpenAPI-driven type and JSDoc updates only; no hand-written client logic changes in the diff.
Overview
Release 0.76.0 bumps the package and syncs generated types/docs from an updated OpenAPI spec.
Browser telemetry request semantics are documented as layering onto a default set: operational categories (
control,connection,system,captcha) are on when telemetry is enabled (opt-out withenabled: false); CDP categories andscreenshotstay off unless opted in. On create, partialbrowsersettings layer on defaults; on update, category changes merge onto the active config unlessenabled: true, which resets from defaults plus any provided categories.Credentials gain
value_keyson single-credential responses (field names only, not secrets) andremove_value_keyson update (applied before mergingvalues).Reviewed by Cursor Bugbot for commit 555c33c. Bugbot is set up for automated code reviews on this repo. Configure here.