Added
- async_model_actions.AsyncDeleter enables async deletion
Changed
- installer loads *.json files from regular directory (instead of *.py from
python package)
- AsyncPersister now requires dictionaries returned by as_doc_for_store()
in derived classes of Model always return a type property of the form
^[^\s]+_v\d+\.\d+$ - this change is key to enabling automated conflict
resolution
- Update dependencies