Skip to content

release: 0.50.0#92

Open
stainless-app[bot] wants to merge 4 commits intomainfrom
release-please--branches--main--changes--next
Open

release: 0.50.0#92
stainless-app[bot] wants to merge 4 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app bot commented Apr 11, 2026

Automated Release PR

0.50.0 (2026-04-13)

Full Changelog: v0.49.0...v0.50.0

Features

  • add POST /browsers/{id}/curl and /curl/raw endpoints (e91bc38)

Bug Fixes

  • ensure file data are only sent as 1 parameter (e566aa5)

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 a new browsers.curl API surface and adjusts multipart file-extraction logic; both could affect request serialization and compatibility with the backend if the schema/paths differ.

Overview
Adds a new browser HTTP passthrough API via POST /browsers/{id}/curl, exposing client.browsers.curl(...) (sync/async) with new request/response types (BrowserCurlParams, BrowserCurlResponse) and documentation/tests wiring, including raw/streaming response wrappers.

Fixes multipart file extraction by changing extract_files to remove fields even when the remaining traversal is only "<array>" markers (enabling correct handling of top-level file arrays), with a new unit test covering this case.

Bumps package and release metadata to 0.50.0 and updates the changelog/spec stats accordingly.

Reviewed by Cursor Bugbot for commit 31685e8. 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:

Any PR that changes the kernel API. Monitor changes to API endpoints (packages/api/cmd/api/) and Temporal workflows (packages/api/lib/temporal) in the kernel repo

Reason: This is an automated release PR for the Python SDK, not a change to kernel API endpoints or Temporal workflows in the kernel repo.

To monitor this PR anyway, reply with @firetiger monitor this.

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app bot commented Apr 11, 2026

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/kernel-python/e91bc387e5ef74c1b02f62e19e9ae31867296af4/kernel-0.49.0-py3-none-any.whl'

Expires at: Wed, 13 May 2026 17:23:55 GMT
Updated at: Mon, 13 Apr 2026 17:23:55 GMT

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a98485f to ebf7a62 Compare April 13, 2026 17:23
@stainless-app stainless-app bot changed the title release: 0.49.1 release: 0.50.0 Apr 13, 2026
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ebf7a62 to 31685e8 Compare April 13, 2026 17:24
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