We are replacing the leaderboard source for certain API and in-game /leaderboard queries, to improve performance and resolve frequent leaderboard outages.
The modern source will become the default in the future, but you can opt-in now.
Noticeable changes and side effects:
- Previously, the position of an individual player was calculated by getting the sum of players that had a score higher than that player, meaning multiple players could have the same position. Now, players with the same score are sorted in reverse lexicographical order. If this affects your use case, or you think this might have any consequences, you can let us know at api[@]hivemc.com.
- For individual player leaderboard requests, uncached requests might be a few ms slower for players near the top of the leaderboard, but many (up to ~50) ms quicker for those lower down. Cached requests are unaffected when it comes to speed.
To opt-in, set the X-Hive-Leaderboard-Source header to 'modern'. Not sending this header, or to an invalid value, will default to 'legacy'. The used source will be reflected in the response header of the same name.
Caching is dependent on the header, that is, the cache will not be 'poisoned' by requests to the same endpoint with different headers.