Skip to content

Releases: abdolence/firestore-rs

v0.43.1

05 Sep 15:49
84f999f
Compare
Choose a tag to compare

What's Changed

  • Gcloud SDK v0.25.6 support and new options support for Find Nearest search by @abdolence in #189

Full Changelog: v0.43.0...v0.43.1

v0.43.0

12 Jul 11:35
5b22b09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.42.0...v0.43.0

v0.42.0

13 Jun 18:27
c229476
Compare
Choose a tag to compare

What's Changed

  • Update Rust crate redb to 2.1 by @renovate in #167
  • Handle sporadic tonic transport errors by @abdolence in #179
  • Add randomised delay for retries on transient errors by @abdolence in #182
  • Improve serialize/deserialize errors. Now they include document paths when possible by @abdolence in #183

Full Changelog: v0.41.0...v0.42.0

v0.41.0

12 Apr 14:36
8130a25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.40.1...v0.41.0

v0.40.1

04 Apr 16:27
358e5ca
Compare
Choose a tag to compare

What's Changed

  • explain() now returns an allocated inner structure instead of a type alias to be able to customize output

Full Changelog: v0.40.0...v0.40.1

v0.40.0

03 Apr 17:17
83c53ad
Compare
Choose a tag to compare

What's Changed

  • Migrated to redb v2 by @abdolence in #163
    The DB structure is not compatible, so before migration you need to remove cache related files if persistence cache was used.

  • Explain plan support by @abdolence in #164
    This version has introduced:

    • .explain()/.explain_with_options() support in Fluent API to explain queries
    • .stream_query_with_metadata() to be able to receive additional meta information related to documents/objects.

Full Changelog: v0.39.4...v0.40.0

v0.39.4

02 Apr 15:27
4dc0968
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.39.3...v0.39.4

v0.39.3

19 Mar 15:51
04b20fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.39.2...v0.39.3

v0.39.2

05 Mar 17:37
f01f5d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.39.1...v0.39.2

v0.39.1

17 Feb 11:11
c42a5b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.39.0...v0.39.1