Breaking Changes & Migration
-
The
DELETE /api/v1/progress/:progress-idandGET /api/v1/progress/:progress-idendpoints are deprecated: UseDELETE /user/:user_id/game/:game_idandGET /user/:user_id/game/:game_idinstead. The deprecated endpoints will be removed in v15.0.0. -
Implemented Support for Savefile Uploads & Downloads: If you want to use this feature, mount a folder to
/savefilesand setSAVEFILES_ENABLEDto true.
Changes
- #339 Added option to disable the landing page: Set
SERVER_LANDING_PAGE_ENABLEDto false if you want to disable the landing page. - #469 IGDB Game Search Results now contain a description.
Thanks
- @Toylerrr
- @RobinDadswell
- Our Early Access Testers