Skip to content

Releases: davidgraeff/firestore-db-and-auth-rs

v0.8.0

22 Jan 16:27
Compare
Choose a tag to compare

[0.8.0] - 2024-01-22

Added

  • Credentials::download_google_jwks(): Update/replace public keys. Useful for long running services.
  • Added/Improved tests with doctest_credentials() + deserialize_credentials()
  • JWKSet::new()

Changed

  • [Breaking] Async only API
  • [Breaking] Rocket example uses the Rocket 0.5 release
  • [Breaking] Migrated to Rust edition 2021