Skip to content

Releases: junobuild/cli

v0.1.2

22 Jan 09:09
Compare
Choose a tag to compare

Features

  • Review reuse controller instruction
  • Improve the display of segment (mission_control -> mission control)

v0.1.1

15 Jan 12:00
Compare
Choose a tag to compare

Features

  • Display the principal used by the terminal for login.
  • Catch incorrect password gracefully.

v0.1.0

06 Jan 20:30
Compare
Choose a tag to compare

Features

  • Clean the generated factory.did.js during juno dev build to avoid errors if the JS file is embedded in TypeScript checks.
  • Replace the usage of the deprecated core-peer with core.
  • Adapt the usage of did-tools to parse either core or core-standalone.

Chore

  • Adopt reduced semantic versioning starting with v0.1.0, using v.x.y where x denotes breaking changes.

v0.0.87

29 Nov 14:58
Compare
Choose a tag to compare

Features

  • Improve the sentence to confirm the deletion of a backup.

v0.0.86

29 Nov 08:38
Compare
Choose a tag to compare

Breaking Changes

  • The --nocheck option has been removed from juno upgrade. Its usage was deprecated by the --headless mode.
  • The short option -c for juno 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 for juno upgrade.
  • Introduces new backup commands to create, restore, and delete snapshots.

v0.0.85

27 Nov 12:58
Compare
Choose a tag to compare

Features

  • Support upgrades with large WASM files (> 2MB).
  • Add the --clear-chunks option for juno 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

17 Nov 17:01
Compare
Choose a tag to compare

Features

  • Upgrade Satellite v0.0.21-patch.1 for juno dev eject

v0.0.83

17 Nov 12:50
Compare
Choose a tag to compare

Build

  • Node v22 for GitHub Actions.
  • Bump dev dependencies.
  • Bump ora and ic-mgmt.
  • Bump all Juno libraries.

v0.0.82

31 Oct 15:41
cae2246
Compare
Choose a tag to compare

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

30 Oct 15:45
Compare
Choose a tag to compare

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 to ic-wasm for building modules.

Build

  • Updated Juno dependencies, now inheriting agent-js version v2.1.3.