Skip to content

release: 0.45.0 - #87

Merged
stainless-app[bot] merged 6 commits into
mainfrom
release-please--branches--main--changes--next
Mar 30, 2026
Merged

release: 0.45.0#87
stainless-app[bot] merged 6 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app

@stainless-appstainless-appBot commented Mar 24, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.45.0 (2026-03-30)

Full Changelog: v0.44.0...v0.45.0

Features

  • [kernel-1008] browser pools add custom policy (09f8520)
  • Add disable_default_proxy for stealth browsers (3a75e81)
  • internal: implement indices array format for query and form serialization (c798c39)

Chores

  • ci: skip lint on metadata-only changes (f0815a8)
  • internal: update gitignore (34b47ab)

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
Adds new request parameters and changes query/form array serialization (indices format), which can subtly alter outgoing request shapes across the SDK. CI gating changes are low risk but could skip lint/build on some pushes if the commit message matches the metadata sentinel unexpectedly.

Overview
Release 0.45.0. Updates package/version metadata and changelog, and refreshes the tracked OpenAPI spec pointers.

API surface updates:browser_pools.create/update (sync+async) now accept chrome_policy and the BrowserPool types/params include it; browsers.update (sync+async) now accepts disable_default_proxy.

Internal behavior change: query/form serialization now supports array_format="indices" (emits key[0]=...), and CI lint/build jobs are skipped on push commits whose message is exactly codegen metadata (plus .gitignore adds .stdy.log).

Written by Cursor Bugbot for commit a11329d. This will update automatically on new commits. Configure here.

@stainless-app

stainless-appBot commented Mar 24, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/kernel-python/3a75e819e6e7caffdfba74a9627ed418de247de7/kernel-0.44.0-py3-none-any.whl'

Expires at: Wed, 29 Apr 2026 18:01:57 GMT
Updated at: Mon, 30 Mar 2026 18:01:57 GMT

Note that we still want to run tests, as these depend on the metadata.
@stainless-app
stainless-appBotforce-pushed the release-please--branches--main--changes--next branch from 1c50e3c to 545b35eCompareMarch 25, 2026 02:31
@stainless-app
stainless-appBotforce-pushed the release-please--branches--main--changes--next branch from 545b35e to 69c38c3CompareMarch 26, 2026 14:39
@stainless-appstainless-appBot changed the title release: 0.44.1release: 0.45.0Mar 26, 2026
@stainless-app
stainless-appBotforce-pushed the release-please--branches--main--changes--next branch from 69c38c3 to 7124821CompareMarch 26, 2026 14:39
@stainless-app
stainless-appBotforce-pushed the release-please--branches--main--changes--next branch from 7124821 to 4873c4dCompareMarch 27, 2026 03:49
@stainless-app
stainless-appBotforce-pushed the release-please--branches--main--changes--next branch from 4873c4d to a11329dCompareMarch 30, 2026 18:01
@stainless-app
stainless-appBot merged commit 184a33f into mainMar 30, 2026
8 checks passed
@stainless-app

Copy link
Copy Markdown
ContributorAuthor

Sign up for freeto 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

@sjmiller609