🐞 Bugfix Release
Note
This will be the last minor release available from Docker hub.
The new image is available under ghcr.io/gameyfin/gameyfin
, so please update your setup accordingly.
Caution
This release performs some database migrations in order to set a baseline for future releases.
While there should be no issues since only the schemas are updated and not the data itself it is strongly recommended to perform a backup before updating.
If any issues arise during the update, delete your data
and db
folders and run a clean installation.
What's Changed
- Add image deprecation notice for Docker Hub image by @grimsi in #c1656c0
- Recreate foreign key constraints for game cover and header images in DB by @grimsi in #730
- Fix check of request limit of limit is set to 0 (unlimited) by @grimsi in #727
- Handle error case in setup by @grimsi in #731
Full Changelog: v2.1.0...v2.1.1