release: 0.51.0#270
Open
stainless-app[bot] wants to merge 15 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: Mon, 08 Jun 2026 03:39:25 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
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-09)
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
Adjusts request construction for multipart file uploads and introduces env-driven default headers, which can change HTTP behavior across all client calls. Version bump and type additions are low risk, but serialization/header changes warrant extra review.
Overview
Bumps the SDK to v0.51.0 (manifest,
pyproject.toml,src/mixedbread/_version.py) and updates release metadata/changelog.Adds support for configuring default request headers via the
MIXEDBREAD_CUSTOM_HEADERSenvironment variable (sync + async clients), merging parsed headers intodefault_headers.Fixes multipart file extraction to emit correct field names for file arrays by making
extract_files(..., array_format=...)control whether keys use[], indices ([0]), or bare repeat/comma forms, with expanded tests.Moves
ArrayFormat/NestedFormattype aliases into_typesfor reuse and extendsAgenticSearchConfigParamwith newstrict_top_kandmultimodaloptions; also fixes a missing f-string in an async file error message.Reviewed by Cursor Bugbot for commit 80c8f55. Bugbot is set up for automated code reviews on this repo. Configure here.