release: 0.62.0#112
Conversation
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: This is an automated release PR for the kernel-python-sdk repository, not a direct code change to the kernel service itself; please opt in manually if deploy monitoring is needed for SDK releases. To monitor this PR anyway, reply with |
|
🧪 Testing To try out this version of the SDK: Expires at: Sat, 04 Jul 2026 15:05:25 GMT |
7a9e2c4 to
d9556eb
Compare
d9556eb to
7c41bd2
Compare
7c41bd2 to
14e4b34
Compare
|
🤖 Release is at https://github.com/kernel/kernel-python-sdk/releases/tag/v0.62.0 🌻 |
Automated Release PR
0.62.0 (2026-06-04)
Full Changelog: v0.61.0...v0.62.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
Medium Risk
Breaking SDK contract for four
list()methods (return types and removed list response aliases); callers must migrate to paginator usage, though behavior matches existing paginated resources in the SDK.Overview
Release 0.62.0 bumps package version metadata and refreshes the OpenAPI spec reference in
.stats.yml.The functional change is offset pagination on four list endpoints that previously returned a single unpaginated payload:
browser_pools.list,extensions.list,credential_providers.list, andproxies.list. Eachlistnow accepts optionallimitandoffset, uses_get_api_listwithSyncOffsetPagination/AsyncOffsetPagination, and returns paginator types instead of bare list aliases.Supporting type churn: new
*ListParamsTypedDicts; removal ofBrowserPoolListResponseandCredentialProviderListResponselist aliases;ExtensionListResponseandProxyListResponsereshaped from list-of-item types to single-item models (aligned with paginated item shape). Tests andapi.mdupdated accordingly.Reviewed by Cursor Bugbot for commit 14e4b34. Bugbot is set up for automated code reviews on this repo. Configure here.