Skip to content

v1.5.0 - REST Api update, ssl-ignore option for rtmp, more functionality for GameUpdateTask

Compare
Choose a tag to compare
@strangeglyph strangeglyph released this 29 Sep 22:26
· 161 commits to master since this release
Domain
  • Added getByName to Shard
Rtmp
  • Added support for ignoring SSL certificate chain errors.
  • Added missing fields: LoginDataPacket.restrictedGamesRemainingForRanked, LeagueList.nextApexUpdate, LeagueList.maxLeagueSize
Rest
  • Added support for Status v1.0
  • Added summoner id to ParticipantPlayer
  • Added runes and masteries to Participant
  • Added match game and mode to Match
  • Added dominion victory score to PostMatchTeamOverview
  • Added missing fields and constants for the Ascension Event
Spectator
  • GameUpdateTask now supports callbacks for failed chunks and keyframes
  • GameUpdateTask now supports multiple callbacks per event
  • Deprecated: setOnError, setOnFinished, setOnChunkPulled, setOnKeyframePulled (use add* instead)
  • InProgressGame now adds the encryption key to the metadata if it isn't transmitted by the server