release: 0.78.0#129
Merged
stainless-app[bot] merged 11 commits intoJul 13, 2026
Merged
Conversation
…ed_sessions (CUS-275)
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Wed, 12 Aug 2026 16:14:30 GMT |
c235ef0 to
48a42b1
Compare
48a42b1 to
d70ebd2
Compare
d70ebd2 to
919dfc4
Compare
919dfc4 to
c3db3a8
Compare
c3db3a8 to
68488e6
Compare
68488e6 to
4e33241
Compare
4e33241 to
1337420
Compare
1337420 to
ec82b05
Compare
ec82b05 to
4e2bc91
Compare
4e2bc91 to
0a923e1
Compare
Contributor
Author
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
0a923e1 to
d1992d6
Compare
Contributor
Author
|
🤖 Release is at https://github.com/kernel/kernel-python-sdk/releases/tag/v0.78.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.78.0 (2026-07-13)
Full Changelog: v0.76.0...v0.78.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
exclude_methodis now a sequence (callers must pass lists), and deprecatedmax_pooled_sessionsplus stricter proxy-by-name behavior can break integrations that relied on old semantics.Overview
Release 0.78.0 bumps the package and OpenAPI snapshot (127 endpoints) and reflects the latest Kernel API in generated clients and types.
New client methods:
profiles.updateandproxies.update(PATCH) for name-only renames, with newProfileUpdateParams,ProxyUpdateParams, andProxyUpdateResponseexports and matching tests/raw/streaming wrappers.List filtering: Many
listcalls gain an optionalnamequery param for exact-match filtering (API keys, browser pools, extensions, profiles, projects, proxies).querydocstrings are tightened to describe substring vs ID matching instead of generic “search by name or ID.”Audit logs:
exclude_methodonlistandexport_chunkchanges from a single string toSequenceNotStr[str]so multiple HTTP methods can be excluded at once (tests now pass a list).Deployments: Create/list/retrieve/state types add optional source provenance fields (
source_type,source_url,source_ref,source_path,source_checksum).Browser pools & limits: Pool create/update/list types and docstrings describe replace-vs-omit PATCH semantics,
refresh_on_profile_updatedefaulting when a profile is attached, and chrome policy size caps. Org/project limit copy now describes a unified concurrency limit;max_pooled_sessionsis documented as deprecated (may 400 when unified limits are enabled).Other API surface tweaks: Auth connection proxy docs require unambiguous name resolution; console error event
textdocs are expanded; API keynameis documented as a non-addressable label.Reviewed by Cursor Bugbot for commit d1992d6. Bugbot is set up for automated code reviews on this repo. Configure here.