Releases: JohnnyCrazy/SpotifyAPI-NET
Releases · JohnnyCrazy/SpotifyAPI-NET
SpotifyAPI-NET 2.11.0
31 Jul 14:35
Compare
Sorry, something went wrong.
No results found
Web-API
Fixed various HTTP-Server issues ( #91 , #92 )
Fixed wrong CheckSavedAlbum-URL ( #93 )
Fixed issue with empty response bodies ( #94 )
Added a simpler auth method WebAPIFactory, based on ImplicitGrantAuth ( #92 ) --> Docs
SpotifyAPI-NET 2.10.1
07 Jul 19:57
Compare
Sorry, something went wrong.
No results found
Web-API
Fixed wrong visibility of AddResponseInfo
SpotifyAPI-NET 2.10.0
07 Jul 19:46
Compare
Sorry, something went wrong.
No results found
Web-API
Added a way to get response headers on any response model #82 :
string model.Header(string headerName)
WebHeaderCollection model.Headers()
SpotifyAPI-NET 2.9.0
24 May 16:43
Compare
Sorry, something went wrong.
No results found
Web-API
A wrong WebClient was used in Async-methods. Fixed. ( #55 )
Added support for custom GetNextPage, GetPreviousPage deserialziation ( #85 )
Response-Headers will be added in a future version.
SpotifyAPI-NET 2.8.0
04 Apr 20:59
Compare
Sorry, something went wrong.
No results found
Web-API
Added following Endpoints:
GetUsersTopTracks
GetUsersTopArtists
GetRecommendations
GetRecommendationSeedsGenres
GetAudioFeatures
GetSeveralAudioFeatures
NOTE : Some new endpoints return wrong error models (spotify/web-api#199 ) , so use it with caution
Local-API
Added ParseUri() to the SpotifyResource-class ( #76 )
Fixed GetAlbumArt() ( #79 )
SpotifyAPI-NET 2.7.1
05 Mar 13:22
Compare
Sorry, something went wrong.
No results found
Web-API
Added support for Playlist Searching
Fixed Searching for albums: SimpleArtist -> FullArtist
SpotifyAPI-NET 2.7.0
22 Jan 22:25
Compare
Sorry, something went wrong.
No results found
Local-API :
All Events are now of type EventHandler<T> #70
Web-API
SpotifyAPI-NET 2.6.1
26 Dec 19:41
Compare
Sorry, something went wrong.
No results found
local API
Fixed Volume control Bug #66 #68
Prop. dispose HTTP Server #62
SpotifyAPI-NET 2.6.0
07 Dec 13:29
Compare
Sorry, something went wrong.
No results found
Web-API:
Added support for /me/album endpoints ( #59 )
WebClients now use correct Proxy-Settings ( #57 ) Thanks to @haefele
Fixed various bugs ( #61 #60 ) Thanks to @CVertex
SpotifyAPI-NET 2.5.1
15 Nov 19:59
Compare
Sorry, something went wrong.
No results found
Web
Fixed concurrent IO/Exception ( #55 ) in asny web-api calls