Releases: junobuild/cli
Releases · junobuild/cli
Release list
v0.9.4
Features
- Upgrade Rust crates in "eject" templates as released Juno v0.0.57.
v0.9.3
Build
- Bump AgentJS
v3.2.6for default polling strategy fix (see release notes).
Chore
- Use type
JsonnableEd25519KeyIdentitywhich is now exposed by@dfinity/identity.
v0.9.2
Build
- Downgrade ic-mgmt to avoid issue with if fields
ready_for_migrationandversionwhich were introduced as breaking changes. In case those would not be yet deployed or available.
v0.9.1
Features
- Bump batch deploy to 50 files per default (instead of 20).
v0.9.0
Features
- Preserve cause of the error when reading token (in case of error).
Build
- Bump AgentJS dependencies to
v3.24and upgrade related latest Juno libraries. - Bump other dependencies.
v0.8.5
Features
- Update latest Juno crate in Rust serverless functions template.
Build
- Update latest Juno libs.
- Update dev dependencies.
v0.8.4
Fix
- List
--modeand--profileinjuno functions upgrade --help.
v0.8.3
Features
- Support for arrays in the
precompressconfiguration. - Fully re-implemented logic for resolving which uncompressed and compressed files must be uploaded during
juno deploy. - Compare hashes of compressed files against their respective compressed versions instead of the source.
This makes the comparison more accurate and is now possible because gzip and Brotli compression executed by the CLI are reproducible (unlike early versions, which deferred compression to developer tooling). - Converted
ic-clientinto a subpath-only library. - Check if the CLI configuration exists before attempting to get the token.
If not found, provide the developer with thejuno logincommand as guidance.
Fix
- In "replace" mode, the SHA comparison was incorrectly attempting to compare source files with compressed files.
As a result, compressed files were unnecessarily re-uploaded.
Refactoring
- Added a shorthand function to check if the CLI configuration does not exist.
v0.8.2
Features
- Update
satellite.didfor serverless template as released in latest version of Junov0.0.54.
v0.8.1
Features
- List
statuscommand in general help.