Releases: ioxiocom/firedantic
Releases · ioxiocom/firedantic
0.8.1
0.8.0
0.7.2
0.7.1
0.7.1 - 2024-06-14
Fixed
- Don't raise an
AttributeError
when setting up indexes for models if there's a model
without any indexes (i.e. a model does not at all define the__composite_indexes__
). - Fix bug that the configured prefix was not used when creating indexes. Please note
that if you have been using indexes and a collection name prefix, the indexes created
before this fix will be for the wrong collection names (i.e. missing the prefix)! Thus
please go through your indexes and remove the accidentally created ones after updating
to this version.
0.7.0
0.6.0
0.5.1
0.5.0
0.4.0
0.4.0 - 2023-10-03
Added
- Support for TTL policies and specifying a
__ttl_field__
in the model classes.
Removed
- Remove support for Python 3.7, which is EOL, require 3.8.1 or newer.
Changed
- Switch tests to use new firestore emulator, improve documentation about running it.
- Update authors (company was renamed to IOXIO Ltd).