release: 0.77.0#140
Open
stainless-app[bot] wants to merge 10 commits into
Open
Conversation
…ed_sessions (CUS-275)
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Mon, 10 Aug 2026 02:13:55 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
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.77.0 (2026-07-11)
Full Changelog: v0.76.0...v0.77.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
Adds new API surface and documents deprecations for
max_pooled_sessionsand stricter proxy-by-name behavior—callers relying on old limit or ambiguous name resolution may need updates; changes are mostly generated types/docs plus CI Node version.Overview
Release 0.77.0 of
@onkernel/sdkfrom an updated OpenAPI spec (127 endpoints).Adds
client.profiles.updateandclient.proxies.update(name-only PATCH) with exportedProfileUpdateParams,ProxyUpdateParams, andProxyUpdateResponse. Several list APIs gain an exact-matchnamequery param (API keys, browser pools, extensions, profiles, projects, proxies);querydescriptions are tightened to substring vs ID semantics.Deployment read types now include optional
source_type,source_url,source_ref,source_path, andsource_checksum. Browser pool create/update param docs clarify replace-vs-omit behavior,refresh_on_profile_updatedefaults when the profile changes, andchrome_policysize limits.Org/project limits docs describe a unified concurrency limit (on-demand + pool);
max_pooled_sessionsis marked deprecated (null / rejected when unified limits are on). Managed auth proxy-by-name docs note exact single-match requirements.CI and publish workflows use Node 24;
@arethetypeswrong/cliis bumped to ^0.18.0.Reviewed by Cursor Bugbot for commit 04829ce. Bugbot is set up for automated code reviews on this repo. Configure here.