Releases: abdolence/firestore-rs
Releases · abdolence/firestore-rs
v0.12.7
- Fixed a bug introduced in v0.12.5 for unit deserialization
Full Changelog: v0.12.5...v0.12.7
v0.12.5
v0.12.3
path
/paths
macro now evaluates string representation values at the compile time;
Full Changelog: v0.12.0...v0.12.3
v0.12.0
What's Changed
- Fluent Query API support by @abdolence in #23
Documentation: https://github.com/abdolence/firestore-rs#fluent-query-api
Full Changelog: v0.11.3...v0.12.0
v0.11.3
What's Changed
- Query cursors support and example by @abdolence in #22
Full Changelog: v0.11.1...v0.11.3
v0.11.1
- 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
- Gcloud SDK v0.19 support
Full Changelog: v0.10.3...v0.11.0
v0.10.3
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
- Firestore timestamp serialization support for queries
Full Changelog: v0.10.0...v0.10.1
v0.10.0
- Batch get support
listen_doc
now islisten_doc_changes
- Initial transactions support
Full Changelog: v0.9.2...v0.10.0