Skip to content

Version 1.5

Latest
Compare
Choose a tag to compare
@dec4234 dec4234 released this 06 May 15:01
· 6 commits to master since this release

Since its been over 2.5 years since the last JAR release, there have been too many updates to specifically track. (More like I don't want to bother writing all of them). The major points are as follows...

  • The API is now more secure with the addition of APIException. This allows the developer to handle error conditions with the API wherever it is called. Previously the library would throw unchecked runtime NullPointerExceptions whenever something went wrong.
  • Some parts of the clan library are now more efficient with the addition of ClanMember. This allows you to grab more info about clan members without making extra calls.
  • OAuth has been refined more with the introduction of OAuthManager
  • I have updated lots of things to keep up with the updates to the API which can be seen here
  • Dependencies have been updated.
  • The HTTPUtils system has been internally reworked to be a little more performant but also to reduce a lot of redundancy.

Please check commit history for more information.

What's Changed

Full Changelog: https://github.com/dec4234/JavaDestinyAPI/commits/1.5