Skip to content

Releases: mozilla-services/remote-settings-client

v1.1.1

15 Jul 13:56
v1.1.1
a438cd8
Compare
Choose a tag to compare

Bug fixes

  • Fix: quote the _since parameter

Internal Changes

  • Bump application-services from v91.1.0 to v93.6.0 (#246, #250)
  • Update x509-parser requirement from 0.13.0 to 0.14.0 (#199, #249)
  • Update oid-registry requirement from 0.4.0 to 0.6.0 (#209, #233)
  • Switch CI to official Rust image (#207)
  • Update derive_builder requirement from 0.10 to 0.11 (#200)

v1.1.0

18 Feb 11:33
v1.1.0
5eff72d
Compare
Choose a tag to compare

New features

  • Add support for write methods (#172)

Internal Changes

v1.0.1

14 Dec 15:04
v1.0.1
457c94b
Compare
Choose a tag to compare

Bug fixes

  • Make the demo return failure error codes (#167)
  • Fix canonical JSON serialization of records (#168)

Internal Changes

  • Bump rc_crypto from v87.0.0 to v87.1.0 (#164)

v1.0.0

01 Dec 14:16
v1.0.0
6bb0b0d
Compare
Choose a tag to compare

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)

1.0-pre

22 Mar 18:25
996e5e8
Compare
Choose a tag to compare

Features

  • HTTP using Viaduct
  • Signature verification using ring or rc_crypto (See package features)
  • Basic optional storage backends (no-op, memory, or on-disk)