Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

riot-api-java-v4.1.0

Compare
Choose a tag to compare
@taycaldwell taycaldwell released this 27 Jun 04:13
· 20 commits to master since this release

Updates:

  • Added support for Runes Reforged
  • Added support for Third-Party-Code v3
  • Updated tournament endpoints

Misc Enhancements:

  • Added BufferedRateLimitHandler (not used by default)
  • Renamed getLeagueBySummonerId to getLeaguesBySummonerId for
    consistency
  • Updated javadoc for static-data methods
  • Deprecated getRecentMatchListByAccountId()
  • Added getLeagueById() and deprecated getLeaguesBySummonerId()
  • Adjusted getCurrentGame() dto fields for new runes
  • Removed support for old runes and masteries endpoints
  • Added leagueId to LeaguePosition dto
  • README updates (blessed by the almighty Rito Tuxedo)
  • Fixed error handling for unexpected error responses

Bugfixes:

  • Fixed rare IllegalThreadStateException
  • Fixed rare NullPointerException when failing to get error stream
  • Fixed Java 7 i dot problem (see related thread on stackoverflow,
    mentioning the changes in java7
    https://stackoverflow.com/a/23524516/2015253)