Skip to content

Releases: abdolence/firestore-rs

v0.35.2

10 Sep 11:41
5e65114
Compare
Choose a tag to compare

What's Changed

  • Update Rust crate gcloud-sdk to 0.20.7 by @renovate in #122
  • is_empty() support on transactions and allowing commiting empty transactions for convinience with optional changes
  • Fix to use $crate in path macros by @bouzuya in #124
  • Update actions/checkout action to v4 by @renovate in #123

New Contributors

Full Changelog: v0.35.1...v0.35.2

v0.35.1

22 Aug 15:47
dae61f1
Compare
Choose a tag to compare
  • Small bugfixes for caching implementations
  • Logging, docs and test updates

Full Changelog: v0.35.0...v0.35.1

v0.35.0

22 Aug 13:48
7c84f3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.34.2...v0.35.0

v0.34.2

21 Aug 19:22
7c5ebe2
Compare
Choose a tag to compare

What's Changed

  • fix deserialization when u64 is greater than i64::max by @heytdep in #115

New Contributors

Full Changelog: v0.34.1...v0.34.2

v0.34.1

16 Aug 11:37
77a15cf
Compare
Choose a tag to compare

What's Changed

  • Chrono/time dep is removed using feature toggles by @abdolence in #113

Full Changelog: v0.34.0...v0.34.1

v0.34.0

10 Aug 16:51
32cdda4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.33.1...v0.34.0

v0.33.1

07 Aug 15:41
8847684
Compare
Choose a tag to compare

What's Changed

  • FirestoreValue::from_map support to simplify creating inner maps by @abdolence in #110

Full Changelog: v0.33.0...v0.33.1

v0.33.0

07 Aug 15:07
9fbe9e9
Compare
Choose a tag to compare

What's Changed

  • Experimental support for AVG/SUM aggregated queries operators by @abdolence in #105
  • Update Rust crate gcloud-sdk to 0.20.6 by @renovate in #106
  • FirestoreDb::with_options_service_account_key_file support added by @abdolence in #107
  • firestore_document_from_map helper function to simplify doc level management by @abdolence in #109

Full Changelog: v0.32.2...v0.33.0

v0.32.2

06 Jun 13:48
9078ece
Compare
Choose a tag to compare

What's Changed

  • Fixed incompatible changes from Google gRPC spec update and gcloud sdk ver 0.20.3 support by @abdolence in #102

Full Changelog: v0.32.1...v0.32.2

v0.32.1

06 Jun 09:52
0ead047
Compare
Choose a tag to compare

What's Changed

  • Small internal refactorings and capacity allocation improvement by @abdolence in #99
  • Count with upper limit support in Fluent API by @abdolence in #100

Full Changelog: v0.32.0...v0.32.1