Skip to content

Releases: abdolence/firestore-rs

v0.12.7

24 Oct 15:49
e7d91e9
Compare
Choose a tag to compare
  • Fixed a bug introduced in v0.12.5 for unit deserialization

Full Changelog: v0.12.5...v0.12.7

v0.12.5

23 Oct 19:18
c234900
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.3...v0.12.5

v0.12.3

22 Oct 22:46
c619000
Compare
Choose a tag to compare
  • path/paths macro now evaluates string representation values at the compile time;

Full Changelog: v0.12.0...v0.12.3

v0.12.0

22 Oct 13:54
d6b462c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.3...v0.12.0

v0.11.3

21 Oct 17:30
8331022
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.3

v0.11.1

14 Oct 17:11
67cb8fc
Compare
Choose a tag to compare
  • Google (silently) made available new aggregated queries API. While it is not documented yet anywhere except in gRPC protocol. It available now for everyone and the library exposes this API (without experimental feature-toggle). For example, look at aggregated-query.rs.
  • FirestoreDb structure now supports Debug trait (Fixed #17)

Full Changelog: v0.11.0...v0.11.1

v0.11.0

01 Oct 13:42
b6c9932
Compare
Choose a tag to compare
  • Gcloud SDK v0.19 support

Full Changelog: v0.10.3...v0.11.0

v0.10.3

18 Sep 15:59
c725439
Compare
Choose a tag to compare

What's Changed

  • Update Rust crate tokio to 1.21 by @renovate in #9
  • Update Rust crate gcloud-sdk to 0.18.6 by @renovate in #14
  • Consistency selectors support
  • Retry write transactions support
  • with_options_token_source support to manage Google OAuth/tokens when it is needed

Full Changelog: v0.10.1...v0.10.3

v0.10.1

12 Sep 11:39
d2aca37
Compare
Choose a tag to compare
  • Firestore timestamp serialization support for queries

Full Changelog: v0.10.0...v0.10.1

v0.10.0

10 Sep 14:05
ff6ed96
Compare
Choose a tag to compare
  • Batch get support
  • listen_doc now is listen_doc_changes
  • Initial transactions support

Full Changelog: v0.9.2...v0.10.0