===================
Changed
-------
- **BACKWARD INCOMPATIBLE:** Set ``BaseManager`` as default objects manager.
The manager supports objects versions by grouping them together by common
fields and returning only the one with the latest version from every group.
- **BACKWARD INCOMPATIBLE:** Set ``PermissionManager`` as default manager for
objects with permissions
- Restrict processing container from using service account permissions
- Support creating multiple entries at once in create mixin
- Rename ``modified`` field in the ``AnnotationValue`` model to ``created``
- Set annotation method on entity accepts optional contributor as argument
Added
-----
- Add ``version`` field to the ``AnnotationField`` model
- Add ``contributor`` field to the ``AnnotationValue`` model
- Add version of base managers without versioning support
- Add abstract base classes for annotation fields
- Add ``annotate_status`` to collection and entity queryset
Fixed
-----
- Use ``all_objects`` manager in related lookups in viewsets
- Veriy change when moving data to another ``entity``
===================