HypixelDev / PublicAPI

Official Java implementation of the Hypixel Public API.
https://api.hypixel.net
MIT License
533 stars 151 forks source link

Update version to 3.0.0 #270

Closed TheNullicorn closed 3 years ago

TheNullicorn commented 4 years ago

Since 2.0.0, there have been a few changes to the Java API that break backwards-compatibility. Most notably is the removal of the session endpoint, as well as the deletion of certain fields from the guild endpoint. There have also been some changes that should have merited minor releases, such as a the addition of new endpoints (status, recentGames, resources, and skyblock), but those seem to have been missed as well.

Increasing the version to 3.0.0 would also make it easier to get the new changes on JitPack without referencing a specific commit or using a snapshot version. In the future, it would be nice if a GitHub release could be made whenever there are changes to the Java API that change the way it can be used.