v0.15.3 - Fixed export/import, Docker secrets support for sensitive env vars, warning for invalid FERNET_KEY value and added missing translations
- Fixed export/import
- New import and export services that based on system resources do steps in batches so memory is not exhausted
- Add new file security module for secure file upload validation, v0.16.0 will introduce this as an external module - safeuploads
 
- Add Docker secrets support for sensitive env vars (DB_PASSWORD,SECRET_KEYandFERNET_KEY) #383
- New Docker Compose example for use with secrets
- Invalid FERNET_KEYnow displays a warning in app.log
- Add MariaDB to Postgres migration guide using export/import - Thanks @rubenixnagios for all the testing #364
- Docs now use material theme
- Added missing translations
- Bumped dependencies