Skip to content

Releases: awslabs/tough

tough-v0.15.0

08 Nov 20:22
22691c3
Compare
Choose a tag to compare

Changes

  • ❗Breaking Change❗: Most public functions and traits have been changed to async, thanks @phu-cinemo #687

tough-ssm-v0.10.0

08 Nov 20:28
22691c3
Compare
Choose a tag to compare

Changes

  • ❗Breaking Change❗: The KeySource and Sign traits are now async #687
  • Expand AWS credential file support, e.g. enable source_profile and credential_process #670

tough-kms-v0.7.0

08 Nov 20:25
22691c3
Compare
Choose a tag to compare

Changes

  • ❗Breaking Change❗: The KeySource and Sign traits are now async #687
  • Expand AWS credential file support, e.g. enable source_profile and credential_process #670

tuftool-v0.10.0

22 Aug 22:32
56c277c
Compare
Choose a tag to compare

Changes

  • Bump AWS SDK for Rust [#610]
  • Allow providing multiple keys to root add-key [#645]
  • Add transfer-metadata command [#653]
  • Remove indirect deps from Cargo.toml [#654]
  • Various dependency updates

tough-v0.14.0

22 Aug 22:30
56c277c
Compare
Choose a tag to compare

Security Fixes

  • Bump openssl from 0.10.45 to 0.10.55 [#596], [#610], [#644]

Changes

  • Fix race condition in system_time [#591], [#609]
  • Bump AWS SDK for Rust [#610]
  • Addressed new clippy lints [#644]
  • Fix up path prefix check for Windows, thanks @jon-zu [#656]
  • Various dependency updates

tough-ssm-v0.9.0

22 Aug 22:32
56c277c
Compare
Choose a tag to compare

Changes

  • Bump AWS SDK for Rust [#610]
  • Remove indirect deps from Cargo.toml [#654]
  • Other dependency updates

tough-kms-v0.6.0

22 Aug 22:31
56c277c
Compare
Choose a tag to compare

Changes

  • Bump AWS SDK for Rust [#610]
  • Other dependency updates

tuftool-v0.9.0

03 Mar 01:44
9590df5
Compare
Choose a tag to compare

Changes

  • Remove rust openssl dependencies in tuftool #569
  • Addressed clippy warnings #544, #556
  • Remove minor/patch versions from Cargo.tomls #573
  • Bump tokio from 1.18.x LTS to 1.25.0 #555, #568
  • Update dependencies

tough-v0.13.0

03 Mar 01:41
9590df5
Compare
Choose a tag to compare

Breaking Changes

  • Add a lifetime parameter to Transport::fetch and Repository::read_target, thanks @sunshowers #563
  • Add Send and Sync to Repository transport #578

Changes

  • Fix all_targets iterator type #562
  • Addressed clippy warnings #544, #556
  • Remove minor/patch versions from Cargo.tomls #573
  • Various dependency updates

tough-ssm-v0.8.0

03 Mar 01:43
9590df5
Compare
Choose a tag to compare

Changes

  • Remove minor/patch versions from Cargo.tomls #573
  • Bump tokio from ~1.18 (LTS) to 1.25.0 #555, #568
  • Update dependencies