Skip to content

Releases: abdolence/firestore-rs

v0.9.0

07 Sep 19:40
cf7eb7f
Compare
Choose a tag to compare

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

05 Sep 21:19
590b827
Compare
Choose a tag to compare
  • create_doc/update_doc API updates and small fixes

Full Changelog: v0.7.1...v0.8.0

v0.7.1

25 Aug 12:48
c9413aa
Compare
Choose a tag to compare
  • List documents/object support with pages auto scrolling;

Full Changelog: v0.7.0...v0.7.1

v0.7.0

25 Aug 09:11
83b358b
Compare
Choose a tag to compare
  • 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) support
  • stream_query_obj_with_errors support
  • aux type FirestoreValue renamed to FirestoreQueryValue to avoid confusion with Value defined on proto level

Full Changelog: v0.6.3...v0.7.0

v0.6.3

22 Aug 12:19
b8b5684
Compare
Choose a tag to compare
  • Improved error handling for querying/streaming objects

Full Changelog: v0.6.2...v0.6.3

v0.6.2

21 Aug 20:08
001249c
Compare
Choose a tag to compare
  • Support Eq trait where possible on structures;
  • Removed unused Hyper features from deps;

Full Changelog: v0.6.1...v0.6.2

v0.6.1

08 Aug 15:20
40ed072
Compare
Choose a tag to compare
  • Docs updates

Full Changelog: v0.6.0...v0.6.1

v0.6.0

31 Jul 21:36
93abeb9
Compare
Choose a tag to compare
  • Prost v0.11
  • Tonic v0.8
  • Gcloud SDK v0.18

Full Changelog: v0.5.1...v0.6.0

v0.5.1

24 Jul 14:19
55ceb99
Compare
Choose a tag to compare
  • Improved observability for Tracing with additional spans

Full Changelog: v0.5.0...v0.5.1

v0.5.0

23 Jul 09:03
4e15f7e
Compare
Choose a tag to compare
  • Gcloud sdk v0.17.x

Full Changelog: v0.4.1...v0.5.0