Skip to content

Releases: mixedbread-ai/openbread

@mixedbread/cli@2.3.2

10 Mar 02:40
fd3064f

Choose a tag to compare

Patch Changes

  • 65ace41: Allow file uploads greater than 2GBs

@mixedbread/cli@2.3.0

06 Mar 17:47
ab0e00c

Choose a tag to compare

Minor Changes

  • 8a49b7c: Support multipart uploads and use it by default for larger files

v2.3.0-multipart-rc.0

04 Mar 13:54

Choose a tag to compare

v2.3.0-multipart-rc.0 Pre-release
Pre-release

Pre-release for multipart uploads testing

@mixedbread/cli@2.2.3

19 Feb 09:56
53e793d

Choose a tag to compare

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 mergeCommandOptions with Commander's built-in optsWithGlobals()
    • Switched to sliding-window concurrency (p-limit) for file uploads
    • Used async file I/O in upload and sync hot paths
    • Extracted shared checkExistingFiles utility
    • Fixed missing process.exit(1) in completion command error handlers
    • Fixed spinners not being stopped in catch blocks for sync and upload commands
    • Changed formatBytes to return "-" instead of "0 B" for undefined/NaN values

@mixedbread/cli@2.2.2

17 Feb 12:20
44462d8

Choose a tag to compare

Patch Changes

  • a824f1f: Replaced ora and inquirer with clack for improved terminal UI

@mixedbread/cli@2.2.1

14 Feb 20:11
a1d822a

Choose a tag to compare

Patch Changes

  • ad3704e:
    • Changed default store list limit from 10 to 100
    • Bumped dependencies

@mixedbread/cli@2.2.0

30 Jan 16:30
32756ad

Choose a tag to compare

Minor Changes

  • ce1eef3:
    • Added --contextualization and --public options to store create/update commands
    • Deprecated --contextualization flag in upload command (use store-level setting instead)

@mixedbread/cli@2.1.1

03 Oct 19:53
23dbe05

Choose a tag to compare

Patch Changes

  • 03293e6: Increase the upload timeout limit

@mixedbread/cli@2.1.0

03 Oct 18:45
02f6f61

Choose a tag to compare

Minor Changes

  • 1da03c4:
    • Improve unkown command error message
    • Notify users when a newer version is released

@mixedbread/cli@2.0.1

03 Oct 15:12
1e8198d

Choose a tag to compare

Patch Changes

  • fbd76b8: Updated mixedbread SDK version