Releases: abdolence/firestore-rs
Releases · abdolence/firestore-rs
v0.26.2
v0.26.0
What's Changed
- Update Rust crate gcloud-sdk to 0.19.15 by @renovate in #66
- Support for retry for batch write by @abdolence in #65
- Re-export ValueStruct import by @anna-hope in #67
- Update Rust crate tokio to 1.25 by @renovate in #68
- Re-export async_trait by @anna-hope in #69
New Contributors
- @anna-hope made their first contribution in #67
Full Changelog: v0.25.0...v0.26.0
v0.25.0
What's Changed
- Select aggregation Fluent API support by @abdolence in #64
Full Changelog: v0.24.0...v0.25.0
v0.24.0
What's Changed
- Allow FIRESTORE_EMULATOR_HOST to be set without a scheme by @chanced in #61
- Allow to return user errors in run transactions by @abdolence in #60
- Update Rust crate gcloud-sdk to 0.19.14 by @renovate in #63
New Contributors
Full Changelog: v0.23.0...v0.24.0
v0.23.0
v0.22.0
What's Changed
- Changes Listener API improvements and Fluent API support by @abdolence in #47
- Listen API updates: ReadTime and multi target support by @abdolence in #49
- Update Rust crate gcloud-sdk to 0.19.11 by @renovate in #44
- Update Rust crate tokio to 1.23 by @renovate in #45
Full Changelog: v0.19.0...v0.22.0
v0.19.0
What's Changed
- Update Rust crate tokio to 1.22 by @renovate in #40
- Update Rust crate gcloud-sdk to 0.19.10 by @renovate in #42
- Document transformations support by @abdolence in #43
- Documentations available at: https://github.com/abdolence/firestore-rs#document-transformations
- Transaction response now contains transformations and commit time
Full Changelog: v0.18.3...v0.19.0
v0.18.3
What's Changed
- Implement serialize_as_optional_timestamp for Option<DateTime> by @ajw221 in #38
- Implement run_transaction by @NickCaplinger in #37
- Explicit null serialization support by @abdolence in #39
New Contributors
- @ajw221 made their first contribution in #38
- @NickCaplinger made their first contribution in #37
Full Changelog: v0.18.2...v0.18.3
v0.18.2
- Wrapping type
FirestoreTimestamp
supports nowClone
,Debug
,PartialEq
,PartialOrd
Full Changelog: v0.18.1...v0.18.2
v0.18.1
What's Changed
- Batch writes support by @abdolence in #36
- Strict error handling version for listing doc/objects: stream_list_doc_with_errors/stream_list_obj_with_errors support
- Update/Delete precondition support by @abdolence in #35
Full Changelog: v0.16.3...v0.18.1