Releases: mixedbread-ai/openbread
Releases · mixedbread-ai/openbread
@mixedbread/cli@2.3.2
Patch Changes
- 65ace41: Allow file uploads greater than 2GBs
@mixedbread/cli@2.3.0
Minor Changes
- 8a49b7c: Support multipart uploads and use it by default for larger files
v2.3.0-multipart-rc.0
Pre-release for multipart uploads testing
@mixedbread/cli@2.2.3
Patch Changes
-
a7ee7da: Improved CLI I/O, concurrency, and code deduplication
- Routed log and spinner output to stderr to keep stdout clean for piped data
- Replaced internal
mergeCommandOptionswith Commander's built-inoptsWithGlobals() - Switched to sliding-window concurrency (
p-limit) for file uploads - Used async file I/O in upload and sync hot paths
- Extracted shared
checkExistingFilesutility - Fixed missing
process.exit(1)in completion command error handlers - Fixed spinners not being stopped in catch blocks for sync and upload commands
- Changed
formatBytesto return"-"instead of"0 B"for undefined/NaN values
@mixedbread/cli@2.2.2
Patch Changes
- a824f1f: Replaced ora and inquirer with clack for improved terminal UI
@mixedbread/cli@2.2.1
Patch Changes
- ad3704e:
- Changed default
store listlimit from 10 to 100 - Bumped dependencies
- Changed default
@mixedbread/cli@2.2.0
Minor Changes
- ce1eef3:
- Added
--contextualizationand--publicoptions to store create/update commands - Deprecated
--contextualizationflag in upload command (use store-level setting instead)
- Added
@mixedbread/cli@2.1.1
Patch Changes
- 03293e6: Increase the upload timeout limit
@mixedbread/cli@2.1.0
Minor Changes
- 1da03c4:
- Improve unkown command error message
- Notify users when a newer version is released
@mixedbread/cli@2.0.1
Patch Changes
- fbd76b8: Updated mixedbread SDK version