Releases: abdolence/firestore-rs
Releases · abdolence/firestore-rs
v0.35.2
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
- Small bugfixes for caching implementations
- Logging, docs and test updates
Full Changelog: v0.35.0...v0.35.1
v0.35.0
What's Changed
- Client side caching support by @abdolence in #114
Docs: https://github.com/abdolence/firestore-rs#caching
Full Changelog: v0.34.2...v0.35.0
v0.34.2
v0.34.1
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
What's Changed
- Multiple databases support by @abdolence in #112
- /firestore/document_name span field support by @abdolence in #111
Full Changelog: v0.33.1...v0.34.0
v0.33.1
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
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
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
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