Skip to content

Releases: junobuild/cli

v0.12.2

25 Nov 09:08
8191179

Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.12.2

v0.12.1

23 Nov 14:11

Choose a tag to compare

What's Changed

  • build: bump cli-tools to resolve NodeJS deprecation warning when shell: true is used by @peterpeterparker in #413

Full Changelog: v0.12.0...v0.12.1

v0.12.0

23 Nov 13:36

Choose a tag to compare

Summary

The major and only meaningful change in this release impacts those who build Serverless Functions with Rust, as we are migrating from didc to @icp-sdk/bindgen to generate API declarations in JavaScript and TypeScript. This means developers will now be prompted to install this library.

What's Changed

Full Changelog: v0.11.1...v0.12.0

v0.11.1

10 Nov 10:49
2d3d022

Choose a tag to compare

What's Changed

  • feat: update latest crates with support for google authentication in Rust template by @peterpeterparker in #400
  • feat: update latest satellite.did with support for google authentication in Rust template by @peterpeterparker in #401

Full Changelog: v0.11.0...v0.11.1

v0.11.0

10 Nov 05:28

Choose a tag to compare

Summary

This release does not contain any breaking changes. I'm tagging it as v0.11.0 to highlight that it's the version that supports configuring authentication for Google.

Going forward, I'll rely on the auto-generated release notes feature for changelog generation and will provide summaries for major updates.

What's Changed

Full Changelog: v0.10.3...v0.11.0

v0.10.3

07 Oct 07:57

Choose a tag to compare

Features

  • Support for emulator ports timeout option.

v0.10.2

06 Oct 07:13
3c5da53

Choose a tag to compare

Features

  • Support for downloading and uploading offline snapshots (juno snapshot download and juno snapshot upload).
  • List existing snapshot with juno snapshot list.

Build

  • Upgrade @dfinity/ic-management to inherit offline snapshots related functions.

Chore

  • Setup e2e tests starting with snapshots suite.

v0.10.1

28 Sep 11:35

Choose a tag to compare

Features

  • Support for new network configuration. Used for assertion when starting the emulator.
  • Prettify configuration errors in case of mismatch.
  • Use provided run function to execute the job instead of the one derived by the assertion.

Build

  • Bump dev dependencies.

v0.10.0

24 Sep 14:33

Choose a tag to compare

Breaking Changes

  • juno config is no longer a standalone apply command. Use juno config apply instead.

Features

  • juno deploy is now an alias for juno hosting deploy.
  • juno clear is now an alias for juno hosting clear.
  • juno init is now an alias for juno config init.
  • Removed the long-deprecated use command from help.

Fixes

  • Snapshot fallback commands were displaying the help for juno dev instead of their own.

v0.9.6

24 Sep 07:50

Choose a tag to compare

Features

  • Rename (with alias) juno dev to juno emulator.
  • Add new command juno run to execute custom scripts.