9. Changelog¶
All notable changes to this project will be documented in this file.
9.1. Unreleased¶
9.1.1. Changed¶
Standardized error messages as close to English rules as possible.
Changed several CriticalTrust APIs to be async.
Added a
criticalup verify
command that can be used to verify that a locally installed toolchain is not corrupted or tampered with.Added
criticalup archive
which creates an archive of the toolchain for cold storage or backup.
9.1.2. Fixed¶
Bug when using
--offline
mode to install with expired revocation info ends in installation failure. To support proper--offline
mode, the expiration date on revocation info hash must be ignored.
9.2. 1.1.0 - 2024-08-28¶
9.2.1. Added¶
Support for package revocation added,
criticalup install
will verify packages have not been revoked (due to, for example, a security event) before installation.An
--offline
flag has been added tocriticalup install
, when enabled only the download cache will be used where possible, and the cache will not be populated on cache miss.Caching of downloaded keys, manifests, and installation tarballs has been added. Newly downloaded artifacts will also be stored in the OS-specific cache directory. The cache can be cleaned with
criticalup clean
or any relevant OS behaviors.tracing
support was added for structured and multi-level logging.--verbose
and-v
are now generally accepted and enable debug logging. Passing the flag twice (eg.-vv
) will enable trace logging as well. The--log-level
argument can accept arbitrary tracing directives for fine grained control over logging where required.Moved
criticalup
to an async runtime (tokio
), this resulted in resolving some intermittent networking issues on low bandwidth or unreliable connections.
9.3. 1.0.2 - 2024-07-11¶
9.3.1. Added¶
Retry downloads in case of network issue (#28).
9.4. 1.0.1 - 2024-05-29¶
9.4.1. Fixed¶
Versioning issue where
--version
was still showing0.0.0
(#24).
9.4.2. Changed¶
Update dependencies for all crates in the project workspace (#10).
9.5. 1.0.0 - 2024-05-27¶
9.5.1. Added¶
Initial public release (#22).
9.6. References¶
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.