Skip to content

SpotifyAPI-NET 2.12.0

Compare
Choose a tag to compare
@JohnnyCrazy JohnnyCrazy released this 09 Sep 13:14
· 678 commits to master since this release

Web-API

  • Added Auto-Retry support (docs for it coming ASAP) #97 :
    • UseAutoRetry - defaults to false
    • RetryAfter - Specifies after how many miliseconds should a failed request be retried. defaults to 50
    • RetryTimes - Maximum number of tries for one failed request. defaults to 10
    • RetryErrorCodes - Error codes that will trigger auto-retry
  • Async methods now use ConfigureAwait(false) #106

Local-API

  • Updated to HTTPS and Port 4371 (should fix usage with the latest spotify version)
  • Added open_graph_state back
  • Some small "breaking" change: Play, Pause, PlayURL, (AddToQueue) are now async #107
  • Fixed spelling mistake in shuffle ec32ba8
  • Tracks are compared by Uri instead of the name #103
  • Async methods now use ConfigureAwait(false) #106