Skip to content

Releases: upstash/box

@upstash/box@0.3.0

24 Apr 13:10
44563e1

Choose a tag to compare

Minor Changes

  • af53beb: add toolCallId and first class tool result event to streaming chunks #122

@upstash/box@0.2.3

24 Apr 11:51
f4a507a

Choose a tag to compare

Patch Changes

@upstash/box-cli@0.1.45

24 Apr 13:10
44563e1

Choose a tag to compare

Patch Changes

  • Updated dependencies [af53beb]
    • @upstash/box@0.3.0

@upstash/box-cli@0.1.44

24 Apr 11:52
f4a507a

Choose a tag to compare

Patch Changes

  • 0d2e01a: fixed gpt-5.4 support
  • Updated dependencies [0d2e01a]
    • @upstash/box@0.2.3

@upstash/box@0.2.2

22 Apr 16:06
608f4de

Choose a tag to compare

Patch Changes

  • 8d98540: replace publicUrl with publicURL

@upstash/box-cli@0.1.43

22 Apr 16:06
608f4de

Choose a tag to compare

Patch Changes

  • Updated dependencies [8d98540]
    • @upstash/box@0.2.2

@upstash/box@0.2.0

21 Apr 20:16
305d21a

Choose a tag to compare

Minor Changes

  • 985b9bf: Rename preview URL API to public URL, and support keepAlive/initCommand in Box.fromSnapshot().
    • Added box.getPublicUrl(), box.listPublicUrls(), box.deletePublicUrl() and a new PublicUrl type.
    • box.getPreviewUrl(), box.listPreviews(), box.deletePreview(), and the Preview type are now @deprecated aliases that delegate to the new names and will be removed in a future major. Existing code continues to work unchanged.
    • Box.fromSnapshot() now accepts keepAlive and initCommand (previously threw "Keep-alive boxes from snapshot are not supported yet").
    • Docs: corrected API key prefix from abx_ to box_ and added an SSH section.

@upstash/box-cli@0.1.41

21 Apr 20:16
305d21a

Choose a tag to compare

Patch Changes

  • 04891f8: fix: make CLI self-contained so global install (pnpm add -g) works

    Move @upstash/box from peerDependencies to dependencies and add zod as a direct dependency. When installed globally via pnpm, peer dep resolution could pick up an older zod (e.g. 3.24.2) from the shared global store, which lacks the zod/v3 subpath that zod-to-json-schema@^3.25.1 requires, causing ERR_PACKAGE_PATH_NOT_EXPORTED on startup.

  • Updated dependencies [985b9bf]

    • @upstash/box@0.2.0

@upstash/box@0.2.0-canary-20260421200956-985b9bfdadac609ffa9418a7c39709439527939d

21 Apr 20:10
985b9bf

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/upstash/box/compare/@upstash/box-cli@0.1.40...@upstash/box@0.2.0-canary-20260421200956-985b9bfdadac609ffa9418a7c39709439527939d

@upstash/box@0.1.36

17 Apr 20:56
8280cba

Choose a tag to compare

Patch Changes

  • 7b837a4: Add Claude Opus 4.7 model support to the SDK and CLI model lists.