Version 8.0.0
Recommended Gamevault App Version: v1.7.0
Breaking Changes & Migration
-
Issue #234: Added a new Health API endpoint for administrators to access detailed server information.
-
The health endpoints now provide data in JSON format, replacing the previous fancy HTML page.
Changes
- Issue #253: Implemented the Database Backup and Restoration API.
- Improved data management: The server no longer saves empty progress entries with a "UNPLAYED" state and 0 minutes of playtime.
- This change involved a database migration to remove such empty progress entries.
- The Progress API now permanently deletes entries marked as unplayed with 0 minutes of playtime.
- Enhanced the Progress Upsert API to handle nullable fields, enabling partial updates.
- Performed additional code refactoring to ensure consistency in code structure and naming.