Skip to content

Releases: JohnnyCrazy/SpotifyAPI-NET

SpotifyAPI-NET 2.16.1

19 Nov 15:56
Compare
Choose a tag to compare

Web-API

  • Fix: SeekPlayback now uses the correct HTTP Method #190 (Thanks to @Kinian )

SpotifyAPI-NET 2.16.0

03 Sep 13:09
Compare
Choose a tag to compare

Local-API

  • Updated default scheme to http and port to 4381
  • Added method to configure local api (docs)
  • Fixed Chinese songs resulting in an error, thanks to @tyutony 👍 ( #174 )

SpotifyAPI-NET 2.15.1

16 Jul 22:04
Compare
Choose a tag to compare

Web-API

  • Fixed wrong HTTP-Methods used for some endpoints ( #167 )

SpotifyAPI-NET 2.15.0

02 Jul 17:45
Compare
Choose a tag to compare

Web-API

SpotifyAPI-NET 2.14.2

22 Jun 16:41
Compare
Choose a tag to compare

Web-API

  • Async auth support for ClientCredentialsAuth
  • Fixed WebApiFactory not producing a correct HTTP URI when there is a HTTP path given.

Local-API

  • Fixed GetAlbumArtUrl

SpotifyAPI-NET 2.14.1

31 May 17:56
Compare
Choose a tag to compare

Web-API

  • Fixed a format-exception which occured when you added some headers

SpotifyAPI-NET 2.14.0

31 May 16:31
Compare
Choose a tag to compare

All

  • Removed wc.Proxy = null ( #120 )

Web-API

  • Added new player endpoints, docs ( #141 )
  • Switched from WebClient to HTTPClient (#113 , Let's hope there are no issues 😅)
  • Added StatusCode to the models and fixed headers ( #113 )

We also have gitter now, so come by if there you have any issues or questions!

SpotifyAPI-NET 2.13.1

09 Mar 22:22
Compare
Choose a tag to compare

Local-API

  • Fixed fetching of OAuth Tokens ( #134 #135 )

SpotifyAPI-NET 2.13.0

02 Mar 21:33
Compare
Choose a tag to compare

Web API

  • Added new Endpoint "Recently Played Tracks"
  • Added PlaylistReadCollaborative scope

Local API

  • Added workaround for SSL certs and changed host to "127.0.0.1"

SpotifyAPI-NET 2.12.0

09 Sep 13:14
Compare
Choose a tag to compare

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