- Introducing official docker image for digger backend (https://github.com/diggerhq/digger/pkgs/container/digger_backend)
- Migration to Atlas for gorm migrations, this will lead to more stable database changes for self-hosted (#982)
Note: for folks migrating backend from versions from previous version to v0.3.9: Due to moving to atlas our initial migration will cause your upgrade to break since it will try to apply the same migration twice after moving from gorm. In order to avoid this after upgrade you can specify BASELINE_MIGRATION = 20231227132525
as an environment variable in order for the backend to skip the initial migration