release: 0.51.0#270
Open
stainless-app[bot] wants to merge 18 commits into
Open
Conversation
e736063 to
acb7be0
Compare
acb7be0 to
41640aa
Compare
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Thu, 11 Jun 2026 03:32:23 GMT |
41640aa to
e1ec5ef
Compare
e1ec5ef to
afd8c9c
Compare
afd8c9c to
47d241f
Compare
47d241f to
5a86b81
Compare
|
You have used all of your free Bugbot PR reviews. To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial. |
5a86b81 to
455edda
Compare
455edda to
93972ec
Compare
93972ec to
590ef4b
Compare
590ef4b to
c0edc36
Compare
c0edc36 to
80c8f55
Compare
80c8f55 to
7ff5b5e
Compare
7ff5b5e to
d3053d5
Compare
d3053d5 to
748e191
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated Release PR
0.51.0 (2026-05-12)
Full Changelog: v0.50.0...v0.51.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
Medium risk: changes touch request construction (multipart file field naming and default headers via env) and Pydantic v2 core-schema behavior, which can affect runtime serialization/validation and API request compatibility.
Overview
Bumps the package/version metadata to
0.51.0and refreshes the generated OpenAPI-derived client/types (.stats.yml,CHANGELOG.md,__version__).Adds support for setting default request headers via
MIXEDBREAD_CUSTOM_HEADERSin both sync/async clients, and fixes an error message inasync_to_httpx_files.Updates multipart file extraction to respect an
array_formatwhen generating field names (e.g.files[]vsfiles[0]vs repeated keys), centralizesArrayFormat/NestedFormatin_types, and adjusts tests accordingly.Introduces
EagerIterablefor Pydantic v2 to eagerly consume/validateIterableinputs (avoiding iterator consumption on repeated dumps), plus small generated type additions (new store facets limits, agentic search options, audio chunksummary, and a Pydantic extra-field compat tweak inStoreSearchResponse).Reviewed by Cursor Bugbot for commit 748e191. Bugbot is set up for automated code reviews on this repo. Configure here.