Skip to content

release: 0.50.0#92

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

release: 0.50.0#92
stainless-app[bot] wants to merge 7 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-20)

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

Features

  • add POST /browsers/{id}/curl and /curl/raw endpoints (e91bc38)
  • remove paid plan gating from project endpoints (284c2d4)

Bug Fixes

  • ensure file data are only sent as 1 parameter (e566aa5)
  • include MFA and sign-in options in CUA SSO-only step response (ea9576b)

Performance Improvements

  • client: optimize file structure copying in multipart requests (d46c711)

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
Medium risk because it adds a new browsers.curl API surface and changes how multipart request bodies are copied/extracted across several endpoints, which could affect file upload behavior and request payload mutation.

Overview
Bumps the SDK to v0.50.0 (metadata, pyproject.toml, CHANGELOG.md, and api.md).

Adds POST /browsers/{id}/curl to the browsers resource (sync/async + raw/streaming wrappers), along with new BrowserCurlParams/BrowserCurlResponse types and associated tests/docs.

Fixes and optimizes multipart file handling by introducing deepcopy_with_paths (copy only containers on file paths), removing deepcopy_minimal, and adjusting extract_files to correctly pop fields when paths end with "<array>" markers; updates multiple upload-style endpoints (browsers extensions, browser fs uploads, deployments, extensions) to use the new copy helper. Also adds optional hint to managed-auth field models and updates project docs to remove “paid plan” gating language.

Reviewed by Cursor Bugbot for commit 027f179. 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/284c2d434be9d098efbaf33b14b416acd4c78e18/kernel-0.49.0-py3-none-any.whl'

Expires at: Wed, 20 May 2026 23:09:30 GMT
Updated at: Mon, 20 Apr 2026 23:09:30 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
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 31685e8 to b191c2f Compare April 18, 2026 05:19
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b191c2f to 5a2b521 Compare April 20, 2026 03:54
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 5a2b521 to 027f179 Compare April 20, 2026 23:09
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