release: 0.78.0#140
Conversation
…ed_sessions (CUS-275)
|
🧪 Testing To try out this version of the SDK: Expires at: Wed, 12 Aug 2026 16:14:46 GMT |
f2d80fe to
611ded0
Compare
611ded0 to
ce28e66
Compare
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.
Reviewed by Cursor Bugbot for commit ce28e66. Configure here.
ce28e66 to
13eaaf3
Compare
13eaaf3 to
c893391
Compare
c893391 to
87ffb28
Compare
87ffb28 to
d861170
Compare
d861170 to
a96fa3c
Compare
a96fa3c to
55b3988
Compare
55b3988 to
04829ce
Compare
04829ce to
db60e88
Compare
db60e88 to
30288f6
Compare
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
30288f6 to
7d7425a
Compare
|
🤖 Release is at https://github.com/kernel/kernel-node-sdk/releases/tag/v0.78.0 🌻 |
|
Monitoring impaired: HTTP logs source unavailable Status: PR merged 2026-07-13; post-deploy monitoring unable to proceed. Issue: The plan relies on Railway HTTP logs to validate post-deploy API error rates. The primary data source ( Impact: Cannot confirm or deny whether API error rates remain within baseline post-merge. Monitoring is blind to:
Recommended action: Wait for Railway HTTP logs to resume flowing, or update the monitoring plan to query an alternative API health signal (e.g., Datadog, another observability backend). This is a data availability issue, not a code regression. |

Automated Release PR
0.78.0 (2026-07-13)
Full Changelog: v0.76.0...v0.78.0
Features
Bug Fixes
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
The audit log
exclude_methodtype change from string to string[] is a TypeScript breaking change for callers; the rest is additive API surface and documentation from OpenAPI codegen.Overview
Release 0.78.0 bumps the package and OpenAPI-backed SDK from 0.76.0 to 0.78.0 (127 endpoints).
New client methods:
client.profiles.updateandclient.profiles.update/client.proxies.update(PATCH, name-only rename), with exportedProfileUpdateParams,ProxyUpdateParams, and response types.List params gain an optional
nameexact-match filter on API keys, browser pools, extensions, profiles, proxies, and projects; several resources also clarifyqueryvsnamesemantics. Audit logexclude_methodis nowArray<string>instead of a single string.Deployments responses add read-only
source_type,source_url,source_ref,source_path, andsource_checksum. Browser pool create/update docs describe replace-vs-omit fields,refresh_on_profile_updatedefaults when the profile changes, and chrome policy size limits. Org/project limits types document unified concurrency (pooled browsers count towardmax_concurrent_sessions;max_pooled_sessionsdeprecated). Telemetry console error events document human-readabletext. Managed auth proxy-by-name docs note exact-match and ambiguity rules.CI and publish workflows use Node 24;
@arethetypeswrong/cliis bumped to ^0.18.0. Tests are updated for the new params and audit-log array shape.Reviewed by Cursor Bugbot for commit 7d7425a. Bugbot is set up for automated code reviews on this repo. Configure here.