Releases: JohnnyCrazy/SpotifyAPI-NET
Releases · JohnnyCrazy/SpotifyAPI-NET
SpotifyAPI-NET 2.16.1
SpotifyAPI-NET 2.16.0
SpotifyAPI-NET 2.15.1
Web-API
- Fixed wrong HTTP-Methods used for some endpoints ( #167 )
SpotifyAPI-NET 2.15.0
Web-API
- Added AudioAnalysis Endpoint (Thanks to @wgraham17 #161 )
SpotifyAPI-NET 2.14.2
Web-API
- Async auth support for
ClientCredentialsAuth - Fixed
WebApiFactorynot producing a correct HTTP URI when there is a HTTP path given.
Local-API
- Fixed
GetAlbumArtUrl
SpotifyAPI-NET 2.14.1
Web-API
- Fixed a format-exception which occured when you added some headers
SpotifyAPI-NET 2.14.0
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
StatusCodeto 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
SpotifyAPI-NET 2.13.0
Web API
- Added new Endpoint "Recently Played Tracks"
- Added
PlaylistReadCollaborativescope
Local API
- Added workaround for SSL certs and changed host to "127.0.0.1"
SpotifyAPI-NET 2.12.0
Web-API
- Added Auto-Retry support (docs for it coming ASAP) #97 :
UseAutoRetry- defaults tofalseRetryAfter- Specifies after how many miliseconds should a failed request be retried. defaults to 50RetryTimes- Maximum number of tries for one failed request. defaults to 10RetryErrorCodes- Error codes that will trigger auto-retry
- Async methods now use
ConfigureAwait(false)#106
Local-API
- Updated to
HTTPSand Port4371(should fix usage with the latest spotify version) - Added
open_graph_stateback - Some small "breaking" change:
Play,Pause,PlayURL, (AddToQueue) are now async #107 - Fixed spelling mistake in
shuffleec32ba8 - Tracks are compared by
Uriinstead of thename#103 - Async methods now use
ConfigureAwait(false)#106