Releases: junobuild/cli
Releases · junobuild/cli
v0.1.2
v0.1.1
Features
- Display the principal used by the terminal for login.
- Catch incorrect password gracefully.
v0.1.0
Features
- Clean the generated
factory.did.js
duringjuno dev build
to avoid errors if the JS file is embedded in TypeScript checks. - Replace the usage of the deprecated
core-peer
withcore
. - Adapt the usage of
did-tools
to parse eithercore
orcore-standalone
.
Chore
- Adopt reduced semantic versioning starting with
v0.1.0
, usingv.x.y
wherex
denotes breaking changes.
v0.0.87
Features
- Improve the sentence to confirm the deletion of a backup.
v0.0.86
Breaking Changes
- The
--nocheck
option has been removed fromjuno upgrade
. Its usage was deprecated by the--headless
mode. - The short option
-c
forjuno upgrade --clear-chunks
has been replaced by-cc
(e.g.,juno upgrade -cc
).
Features
- Automatically creates a backup during upgrades 🥳.
- Adds support for opting out of backups with the
--no-backup
option forjuno upgrade
. - Introduces new backup commands to create, restore, and delete snapshots.
v0.0.85
Features
- Support upgrades with large WASM files (> 2MB).
- Add the
--clear-chunks
option forjuno upgrade
. - Display upgrade progress in the terminal.
- Stop and restart modules during the upgrade process, regardless of state.
- Update actor creation to be compatible with Agent-js v2.
v0.0.84
Features
- Upgrade Satellite
v0.0.21-patch.1
forjuno dev eject
v0.0.83
Build
- Node v22 for GitHub Actions.
- Bump dev dependencies.
- Bump ora and ic-mgmt.
- Bump all Juno libraries.
v0.0.82
Features
- Generate pre- and postdeploy on
juno init
. - Add admin port 5999 to Docker compose template.
- Add comment to the auto generated did and api files.
v0.0.81
Features
- Support for pre- and post-deploy scripts.
- New argument
--doc
for--help
, which generates information without a title. This is useful for auto-embedding in Juno's website. - Added
--keep-name-section
argument toic-wasm
for building modules.
Build
- Updated Juno dependencies, now inheriting
agent-js
versionv2.1.3
.