Releases: abdolence/firestore-rs
Releases · abdolence/firestore-rs
v0.9.0
What's Changed
- Native and performant Firestore Serde serializer without using intermediately
serde_json
by @abdolence in #10 - Timestamps data types support using
serde(with)
Full Changelog: v0.8.0...v0.9.0
v0.8.0
- create_doc/update_doc API updates and small fixes
Full Changelog: v0.7.1...v0.8.0
v0.7.1
- List documents/object support with pages auto scrolling;
Full Changelog: v0.7.0...v0.7.1
v0.7.0
get_obj_if_exists
support with Option<> result- Document ID now is any type able to have
as_ref()
to str select_only_fields
(query projection) supportstream_query_obj_with_errors
support- aux type
FirestoreValue
renamed toFirestoreQueryValue
to avoid confusion with Value defined on proto level
Full Changelog: v0.6.3...v0.7.0
v0.6.3
- Improved error handling for querying/streaming objects
Full Changelog: v0.6.2...v0.6.3
v0.6.2
- Support Eq trait where possible on structures;
- Removed unused Hyper features from deps;
Full Changelog: v0.6.1...v0.6.2
v0.6.1
- Docs updates
Full Changelog: v0.6.0...v0.6.1
v0.6.0
- Prost v0.11
- Tonic v0.8
- Gcloud SDK v0.18
Full Changelog: v0.5.1...v0.6.0
v0.5.1
- Improved observability for Tracing with additional spans
Full Changelog: v0.5.0...v0.5.1
v0.5.0
- Gcloud sdk v0.17.x
Full Changelog: v0.4.1...v0.5.0