===================
Added
-----
- Expose ``status`` on ``collection`` and ``entity`` viewset and allow
filtering and sorting by it
- Add generic filtering by related objects which respects permissions
Changed
-------
- Make processing container startup script ``Python`` 3.12 compatible
- Fix stop null executor processing in the preparation phase
- Respect image mapper in ``list_docker_images`` management command
- Use image mapper in docker executor
- Make maximal number of pool connections in ``S3`` connector configurable
- Catch ``EndpointConnectionError`` in retry decorator
Fixed
-----
- Add status ``DataStatus.PROCESSING`` to the sort order
===================