Releases: upstash/box
Releases · upstash/box
@upstash/box@0.3.0
@upstash/box@0.2.3
Patch Changes
- 0d2e01a: fixed gpt-5.4 support
@upstash/box-cli@0.1.45
Patch Changes
- Updated dependencies [af53beb]
- @upstash/box@0.3.0
@upstash/box-cli@0.1.44
@upstash/box@0.2.2
Patch Changes
- 8d98540: replace publicUrl with publicURL
@upstash/box-cli@0.1.43
Patch Changes
- Updated dependencies [8d98540]
- @upstash/box@0.2.2
@upstash/box@0.2.0
Minor Changes
- 985b9bf: Rename preview URL API to public URL, and support
keepAlive/initCommandinBox.fromSnapshot().- Added
box.getPublicUrl(),box.listPublicUrls(),box.deletePublicUrl()and a newPublicUrltype. box.getPreviewUrl(),box.listPreviews(),box.deletePreview(), and thePreviewtype are now@deprecatedaliases that delegate to the new names and will be removed in a future major. Existing code continues to work unchanged.Box.fromSnapshot()now acceptskeepAliveandinitCommand(previously threw"Keep-alive boxes from snapshot are not supported yet").- Docs: corrected API key prefix from
abx_tobox_and added an SSH section.
- Added
@upstash/box-cli@0.1.41
Patch Changes
-
04891f8: fix: make CLI self-contained so global install (
pnpm add -g) worksMove
@upstash/boxfrompeerDependenciestodependenciesand addzodas a direct dependency. When installed globally via pnpm, peer dep resolution could pick up an olderzod(e.g.3.24.2) from the shared global store, which lacks thezod/v3subpath thatzod-to-json-schema@^3.25.1requires, causingERR_PACKAGE_PATH_NOT_EXPORTEDon startup. -
Updated dependencies [985b9bf]
- @upstash/box@0.2.0
@upstash/box@0.2.0-canary-20260421200956-985b9bfdadac609ffa9418a7c39709439527939d
Pre-release
What's Changed
- DX-2599: fix CLI global install (pnpm peer-dep zod mismatch) by @ytkimirti in #135
- BOX-135: sdk docs by @buggyhunter in #138
New Contributors
- @ytkimirti made their first contribution in #135
@upstash/box@0.1.36
Patch Changes
- 7b837a4: Add Claude Opus 4.7 model support to the SDK and CLI model lists.