Skip to content

release: 0.62.0#112

Open
stainless-app[bot] wants to merge 3 commits into
mainfrom
release-please--branches--main--changes--next
Open

release: 0.62.0#112
stainless-app[bot] wants to merge 3 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-03)

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

Features

  • api: paginate GET /browser_pools (c25d693)
  • 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
List methods for browser pools and proxies are breaking changes (return type and iteration model), though they follow the SDK’s existing pagination pattern.

Overview
Release 0.62.0 aligns the Python SDK with paginated list endpoints for browser pools and proxies.

client.browser_pools.list() and client.proxies.list() now accept optional limit and offset, use _get_api_list, and return SyncOffsetPagination / AsyncOffsetPagination (async returns an AsyncPaginator) instead of a one-shot list response. BrowserPoolListResponse is removed; BrowserPoolListParams and ProxyListParams are added. ProxyListResponse is reshaped from a list alias into a single proxy model (nested config types renamed). Docs, exports, and tests are updated to match; version and OpenAPI metadata are bumped for the release.

Reviewed by Cursor Bugbot for commit d9556eb. 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/c25d693e310a1035d74654018f68b311f37545d0/kernel-0.61.0-py3-none-any.whl'

Expires at: Fri, 03 Jul 2026 21:54:53 GMT
Updated at: Wed, 03 Jun 2026 21:54:53 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
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.

0 participants