release: 0.69.0#120
Conversation
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: This is a release PR for the kernel-python-sdk repository, which appears to be a Python SDK client library rather than a core service within the kernel mono repo; clarify if this should be monitored or opt in manually. To monitor this PR anyway, reply with |
|
🧪 Testing To try out this version of the SDK: Expires at: Sat, 18 Jul 2026 18:56:31 GMT |
|
🤖 Release is at https://github.com/kernel/kernel-python-sdk/releases/tag/v0.69.0 🌻 |
Automated Release PR
0.69.0 (2026-06-18)
Full Changelog: v0.68.0...v0.69.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
Additive optional query parameters on list APIs with no changes to auth or mutation behavior; release is mostly generated SDK sync and version bump.
Overview
Release 0.69.0 bumps package/version metadata and points
.stats.ymlat an updated OpenAPI spec.The functional SDK change is an optional
queryargument on paginatedlistmethods (sync and async) so callers can pass server-side free-text search alongside existinglimit/offsetfilters. Affected resources include auth connections, browser pools, credential providers, credentials, deployments, extensions, invocations, and proxies, with matchingListParamsTypedDict fields and test updates forlist(..., query=...).Search semantics are documented per endpoint (e.g. connections by ID/domain/profile name; proxies by name/host/IP/ID).
Reviewed by Cursor Bugbot for commit 6653411. Bugbot is set up for automated code reviews on this repo. Configure here.