release: 0.51.0#270
Open
stainless-app[bot] wants to merge 12 commits intomainfrom
Open
Conversation
e736063 to
acb7be0
Compare
acb7be0 to
41640aa
Compare
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Sat, 06 Jun 2026 23:23:14 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
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-07)
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 due to changes in request construction: multipart file field names for arrays can now vary by
array_format, and the client can inject headers from an environment variable, potentially affecting all outbound requests.Overview
Bumps the library to
0.51.0(manifest, package version, changelog) and updates the tracked OpenAPI spec pointer/hash.Adds support for setting default request headers via
MIXEDBREAD_CUSTOM_HEADERSin both sync and async clients, merging env-provided headers with anydefault_headerspassed in.Fixes multipart file array serialization by making
extract_fileshonor a newarray_formatparameter (e.g.files[]vsfiles[0]vs repeated keys), centralizingArrayFormat/NestedFormattype aliases in_types, and expanding tests accordingly; also extendsAgenticSearchConfigParamwithstrict_top_kandmultimodalfields.Reviewed by Cursor Bugbot for commit 93972ec. Bugbot is set up for automated code reviews on this repo. Configure here.