Releases: abdolence/firestore-rs
Releases · abdolence/firestore-rs
v0.16.1
- Partition query cursors fixes
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
- Partition query support by @abdolence in #34
- Improved the security of the path builder sanitizing document ids by @abdolence in #33
Full Changelog: v0.15.1...v0.16.0
v0.15.1
v0.15.0
- Reading Firestore document metadata as struct fields support (https://github.com/abdolence/firestore-rs#reading-firestore-document-metadata-as-struct-fields)
- Generated document IDs support for create_obj making them optional with the support in the Fluent API providing
.generate_document_id()
forinsert()
- Fixed a bug in the Firestore values serializer for None values
Full Changelog: v0.14.0...v0.15.0
v0.14.0
- API updates:
- Consistent naming for get_doc/get_obj/batch/create methods
- Fluent API support for get/batch get
- Get and batch get for doc/objects now support
return_only_fields
(both for the Fluent and the classic API)
Full Changelog: v0.12.14...v0.14.0
v0.12.14
- Error handling improvements for batch get operations
- Logging/tracing improvements for create/update/delete operations
Full Changelog: v0.12.12...v0.12.14
v0.12.12
What's Changed
- Delete/Update Fluent API transactions support by @abdolence in #28
Full Changelog: v0.12.11...v0.12.12
v0.12.11
What's Changed
- Firestore Emulator Support by @abdolence in #27
- parent_path() function implementation by @abdolence in #25
Full Changelog: v0.12.9...v0.12.11
v0.12.9
- Fixed start_at/end_at in Fluent API
Full Changelog: v0.12.8...v0.12.9
v0.12.8
- Fluent API for listing documents support
Full Changelog: v0.12.7...v0.12.8