Releases: abdolence/firestore-rs
Releases · abdolence/firestore-rs
v0.32.0
v0.31.0
What's Changed
- OR queries support for Firestore by @abdolence in #94
Firestore has recently added the support: https://cloud.google.com/firestore/docs/query-data/queries#or_queries
Full Changelog: v0.30.3...v0.31.0
v0.30.3
Full Changelog: v0.30.2...v0.30.3
- Log level improvements for changes listener restarts
v0.30.2
What's Changed
- Increased HTTP/2 keep alive timeouts to avoid server disconnecting clients with too many pings by @abdolence in #90
Full Changelog: v0.30.1...v0.30.2
v0.30.1
What's Changed
- TargetID pre validation on add_target() by @abdolence in #87
Full Changelog: v0.30.0...v0.30.1
v0.30.0
What's Changed
- Update Rust crate tokio to 1.26 by @renovate in #82
- Listen error handlings updates by @abdolence in #84
- FirestoreResumeStateStorage default implementations for Temp files and HashMap by @abdolence in #85
Migration notices:
- FirestoreListenerTarget(i32) was changed to FirestoreListenerTarget(u32), to avoid specifying invalid target IDs.
Full Changelog: v0.29.0...v0.30.0
v0.29.0
v0.28.0
- Firestore client instance cloning optimisations
Full Changelog: v0.27.0...v0.28.0
v0.27.0
What's Changed
- Firestore references serialization support by @abdolence in #75
Full Changelog: v0.26.2...v0.27.0