release: 0.53.0#98
Conversation
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: This is an automated release PR with no visible changes to API endpoints or Temporal workflows; please opt in manually if kernel API changes are included. To monitor this PR anyway, reply with |
|
🧪 Testing To try out this version of the SDK: Expires at: Thu, 11 Jun 2026 19:37:09 GMT |
940347c to
4d5196d
Compare
3ce6cdf to
9286690
Compare
0e0ff84 to
a3266e3
Compare
…xtensions, credentials
a3266e3 to
e002be5
Compare
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
e002be5 to
5638bab
Compare
5638bab to
e864a52
Compare
e864a52 to
df361ab
Compare
Automated Release PR
0.53.0 (2026-05-12)
Full Changelog: v0.52.0...v0.53.0
Features
Bug Fixes
Chores
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
Moderate risk: adds new request/response fields and query params in generated client APIs and introduces custom Pydantic v2 validation/serialization logic for iterables, which could affect model parsing/serialization behavior.
Overview
Bumps the SDK to
0.53.0and updates release metadata/changelog and OpenAPI spec pointers.Adds new API surface area:
start_urlsupport for creating/updating browser pools and creating browsers (plumbed through resource methods and associated param/response types), and aqueryfilter forGET /projectslist.Expands managed-auth types to include a new MFA option kind
switchand clarifies that various fallback action fields may be present during external action steps.Fixes a
TypeErrormessage in_files.py(missing f-string) and introducesEagerIterable(Pydantic v2) to eagerly consume/validateIterableinputs to avoid iterator consumption issues, with new tests covering the behavior.Reviewed by Cursor Bugbot for commit df361ab. Bugbot is set up for automated code reviews on this repo. Configure here.