-
Notifications
You must be signed in to change notification settings - Fork 132
Breaking changes
github-actions[bot] edited this page Sep 25, 2023
·
3 revisions
The SERVER_HOST
and SERVER_PORT
environment variables have been renamed to APP_HOST
and APP_PORT
respectively.
The minimum Python version has been changed to 3.11.
The behaviour of overall pp and accuracy has changed to encapsulate all of a user's scores rather than their top 100, in order to match Bancho's behaviour. This means a recalculation of user's stats is necessary. bancho.py has a recalculation tool which can be found in tools/recalc.py
in order to facilitate this.
The MIRROR_URL
environment variable has been split into MIRROR_SEARCH_ENDPOINT
and MIRROR_DOWNLOAD_ENDPOINT
.
-MIRROR_URL=https://api.chimu.moe/v1
+# Chimu: https://api.chimu.moe/cheesegull/search - https://api.chimu.moe/v1/download
+# Kitsu: https://kitsu.moe/api/search - https://kitsu.moe/d
+MIRROR_SEARCH_ENDPOINT=https://catboy.best/api/search
+MIRROR_DOWNLOAD_ENDPOINT=https://catboy.best/d