- models: handle bucket quota update on delete - models: update bucket size on object version delete - storage: pyfs handle file upload interruption
2.0.0
- models: `Bucket.sync` method now returns a tuple of (bucket, list_of_changes) instead of bucket. That is a breaking change if you were consuming the return value.
1.5.0
- remove deprecated flask-babelex dependency and imports - install invenio-i18n
1.4.0
- tasks: add orphan cleaning celery task
1.3.3
- Fix Flask v2.1 issues. - Refactor dependencies to respect Invenio dependency strategy and remove pin on Flask-Login.