release: 0.51.0#270
Merged
joeldierkes merged 24 commits intoMay 20, 2026
Merged
Conversation
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
April 28, 2026 09:22
e736063 to
acb7be0
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
April 29, 2026 02:25
acb7be0 to
41640aa
Compare
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Mon, 15 Jun 2026 02:23:17 GMT |
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
April 30, 2026 06:53
41640aa to
e1ec5ef
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
April 30, 2026 15:22
e1ec5ef to
afd8c9c
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
May 1, 2026 04:10
afd8c9c to
47d241f
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
May 1, 2026 04:17
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. |
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
May 1, 2026 15:22
5a86b81 to
455edda
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
May 7, 2026 23:23
455edda to
93972ec
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
May 8, 2026 05:23
93972ec to
590ef4b
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
May 9, 2026 03:39
590ef4b to
c0edc36
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
May 9, 2026 15:23
c0edc36 to
80c8f55
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
May 11, 2026 18:23
80c8f55 to
7ff5b5e
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
May 11, 2026 19:23
7ff5b5e to
d3053d5
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
May 12, 2026 03:32
d3053d5 to
748e191
Compare
Pin all GitHub Actions referenced in generated workflows (both first-party `actions/*` and third-party) to immutable commit SHAs. Updating pinned actions is now a deliberate codegen-side bump rather than implicit on every workflow run.
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
May 13, 2026 03:53
748e191 to
c79eee2
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
May 13, 2026 13:24
c79eee2 to
81fe499
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
May 14, 2026 15:23
81fe499 to
26ca663
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
May 16, 2026 02:23
26ca663 to
5a17f4c
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
May 18, 2026 20:24
5a17f4c to
324c296
Compare
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
May 20, 2026 00:23
324c296 to
eb32b77
Compare
Contributor
Author
|
🤖 Release is at https://github.com/mixedbread-ai/mixedbread-python/releases/tag/v0.51.0 🌻 |
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-20)
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 because it changes request construction/serialization details (multipart file field naming, default headers via env) and adjusts Pydantic v2 validation/extra-field handling, which could impact API compatibility at runtime.
Overview
Releases v0.51.0 with regenerated API surface/types, including new store facet limits (
max_fields,max_values_per_field,max_files), expandedAgenticSearchConfigParam, and addedsummaryfields for audio chunks.Improves client/runtime behavior by allowing default request headers to be injected via
MIXEDBREAD_CUSTOM_HEADERS, addingEagerIterableto eagerly validate/serialize Pydantic v2 iterables safely, and fixing multipart file-array key formatting by makingextract_files(..., array_format=...)control emitted field names.Cleans up generated types by removing
SearchFilterexports/definitions in favor of inline typed filter inputs, adds a Pydantic compatibility workaround forStoreSearchResponseextra fields, and updates tests accordingly; CI workflows now pinactions/checkout/actions/github-scriptSHAs and version files/changelog are bumped.Reviewed by Cursor Bugbot for commit eb32b77. Bugbot is set up for automated code reviews on this repo. Configure here.