Merged
Conversation
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Fri, 03 Apr 2026 11:22:12 GMT |
8fcc46b to
b876e93
Compare
b876e93 to
30051bd
Compare
30051bd to
f8e1c51
Compare
f8e1c51 to
6e06ee5
Compare
6e06ee5 to
71d536d
Compare
71d536d to
93add1c
Compare
93add1c to
438c26c
Compare
…ad and poll positional arguments
438c26c to
3e12336
Compare
3e12336 to
dc4cf9b
Compare
dc4cf9b to
d75a7f7
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
d75a7f7 to
e7eebb7
Compare
Contributor
Author
|
🤖 Release is at https://github.com/mixedbread-ai/mixedbread-ts/releases/tag/v0.57.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.57.0 (2026-03-04)
Full Changelog: v0.56.0...v0.57.0
Features
Bug Fixes
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 because
client.files.createnow conditionally switches to a new multipart upload flow with concurrency, abort handling, and directfetchPUTs to presigned URLs; this can affect upload behavior/performance and error handling for large files.Overview
Adds a new
client.files.uploadssubresource (create/retrieve/list/abort/complete) and updatesclient.files.createto automatically use multipart uploads for large files (threshold/part size/concurrency configurable viamultipartUpload, with optional per-part progress callbacks and best-effort abort on failure).Propagates
multipartUploadoptions through store helpers (stores.files.upload/uploadAndPoll) and relaxesVideoChunkGeneratedMetadata.file_sizeto be nullable/optional. Includes new unit tests for the multipart upload helper and resource tests for the uploads endpoints, plus a version bump to0.57.0and updated docs/changelog.Written by Cursor Bugbot for commit e7eebb7. This will update automatically on new commits. Configure here.