Skip to content

Latest commit

 

History

History
112 lines (91 loc) · 4.02 KB

CHANGELOG.md

File metadata and controls

112 lines (91 loc) · 4.02 KB

Changelog

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

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

0.4.2 - 2022-10-03

Changes

0.4.1 - 2022-08-12

Changes

  • Update dependencies

0.4.0 - 2022-07-26

Breaking Changes

  • Replaced rusoto with aws-sdk-rust #469
  • Update dependencies

0.3.6 - 2022-04-26

Changes

  • Do not pin tokio version in Cargo.toml. #451
  • Fix clippy warnings. #455
  • Update dependencies.

0.3.5 - 2022-01-28

Changes

  • Update dependencies.

0.3.4 - 2021-10-19

Changes

  • Update dependencies.

0.3.3 - 2021-09-15

Changes

  • Update dependencies.

0.3.2 - 2021-08-24

Changes

  • Update tough dependency to 0.11.2

0.3.1 - 2021-07-30

Changes

0.3.0 - 2021-03-01

Breaking Changes

  • Update tokio to v1. #330
  • Update rusoto to 0.46. #330
  • Update tough to 0.11.0.

0.2.0 - 2021-01-19

Changes

  • Update tough dependency to 0.10.0.

0.1.1 - 2020-11-10

Changes

  • We now pad signatures shorter than the RSA modulus to ensure compatibility with other implementations of RSA PSS (#263).
  • Update rusoto dependency to 0.45.0.

0.1.0 - 2020-09-17

Added

  • Everything!