Skip to content

v1.0.0

Compare
Choose a tag to compare
@leplatrem leplatrem released this 01 Dec 14:16
· 64 commits to master since this release
v1.0.0
6bb0b0d

Breaking Changes

  • Re-introduce the async/await API (#158)

New features

  • Add attachment support (#160)
  • Add an abstraction around the HTTP client (#153)
  • Signature verification using rc_crypto (#133)
  • Verify certificate chain (#94)
  • Handle Backoff header (#92)
  • Add Sync to the Storage trait (#161)

Internal Changes

  • Run clippy in CI (#155, #157)
  • Upgraded viaduct and rc_crypto to v87.0.0 (#150)
  • x509-parser requirement from 0.10.0 to 0.12.0 (#141)
  • Update httpmock requirement from 0.5.6 to 0.6.2 (#137)
  • Update x509-parser requirement from 0.9.2 to 0.10.0 (#135)
  • Update env_logger requirement from 0.8.3 to 0.9.0 (#134)