Skip to content

release: 0.62.0#112

Merged
stainless-app[bot] merged 5 commits into
mainfrom
release-please--branches--main--changes--next
Jun 4, 2026
Merged

release: 0.62.0#112
stainless-app[bot] merged 5 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app Bot commented Jun 3, 2026

Automated Release PR

0.62.0 (2026-06-04)

Full Changelog: v0.61.0...v0.62.0

Features

  • api: paginate GET /browser_pools (c25d693)
  • api: paginate GET /extensions (55c3324)
  • api: paginate GET /org/credential_providers (01897bc)
  • api: paginate GET /proxies (7ff0bdf)

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, and proxies.list. Each list now accepts optional limit and offset, uses _get_api_list with SyncOffsetPagination / AsyncOffsetPagination, and returns paginator types instead of bare list aliases.

Supporting type churn: new *ListParams TypedDicts; removal of BrowserPoolListResponse and CredentialProviderListResponse list aliases; ExtensionListResponse and ProxyListResponse reshaped from list-of-item types to single-item models (aligned with paginated item shape). Tests and api.md updated accordingly.

Reviewed by Cursor Bugbot for commit 14e4b34. Bugbot is set up for automated code reviews on this repo. Configure here.

@firetiger-agent
Copy link
Copy Markdown

Firetiger deploy monitoring skipped

This PR didn't match the auto-monitor filter configured on your GitHub connection:

PRs in the kernel, infra, hypeman, and hypeship repos. kernel is a ~mono repo with many logical services underneath, ensure to focus on the implicated service for the PR

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 @firetiger monitor this.

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Jun 3, 2026

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/kernel-python/01897bc9f7215580aa2f2ca41bfcf1b4d29e9005/kernel-0.61.0-py3-none-any.whl'

Expires at: Sat, 04 Jul 2026 15:05:25 GMT
Updated at: Thu, 04 Jun 2026 15:05:25 GMT

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 7a9e2c4 to d9556eb Compare June 3, 2026 21:54
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from d9556eb to 7c41bd2 Compare June 4, 2026 14:29
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 7c41bd2 to 14e4b34 Compare June 4, 2026 15:04
Copy link
Copy Markdown
Contributor

@masnwilliams masnwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgt

@stainless-app stainless-app Bot merged commit 3e647a8 into main Jun 4, 2026
11 checks passed
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Jun 4, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant