Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

73 lines (49 loc) · 2.88 KB

Changelog

All notable changes to this project will be documented in this file.

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.

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.

1.1.0 - 2024-08-28

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 to criticalup 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.

1.0.2 - 2024-07-11

Added

  • Retry downloads in case of network issue (#28).

1.0.1 - 2024-05-29

Fixed

  • Versioning issue where --version was still showing 0.0.0 (#24).

Changed

  • Update dependencies for all crates in the project workspace (#10).

1.0.0 - 2024-05-27

Added

  • Initial public release (#22).

References

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.