Releases: Ringobot/SpotifyApi.NetCore
v2.4.7
Fix bug in AccountsService
constructor overload AccountsService(HttpClient, IConfiguration)
where HttpClient
param was not being used.
v2.4.4
- IPlayerApi.Seek()
v.2.4.0
- Implemented
AlbumsApi
- Added new
Playlist.GetTracks()
- Fixed several bugs and enhanced
SpotifyUriHelper
v2.3.9
Minor enhancements for Bot framework authentication.
v2.3.8
Minor release to add better logging.
v2.3.6
- Adds optional
accessToken
params and additional constructors toArtistsApi
,PlaylistsApi
,SearchApi
andTrackApi
. - Improves multi-part Spotify URI handling
v2.3.5
Added features and completed implementation of three Player endpoint APIs:
- Devices
- Player
- Play (including PlayArtist)
Refactored how user access tokens are passed to methods that require them and added a new IAccessTokenProvider. Several overloads have been made obsolete by this release and will be deprecated in the next major version (v3)
v2.3.3
Added features and completed implementation of three Player endpoint APIs:
- Devices
- Player
- Play
Refactored how user access tokens are passed to methods that require them and added a new IAccessTokenProvider. Several overloads have been made obsolete by this release and will be deprecated in the next major version (v3)
v2.3.2
- Added a new
SearchApi
that consolidates all search methods. - Added a
SearchTracks
method toTracksApi
. - Added a
TracksApiExtensions
helper and aGetTrackByIsrc
extension method
Had a big clean-up of the Models, particularly the Playlists models. There have been several changes to the model types returned from Playlist methods but, from a duck typing point of view, they should not be breaking. However, if you have any problems please create an issue.
Shims have been added to the ArtistsSearchResult
model to make it backwards compatible. It has been marked Obsolete
; this and other Models related issues will be fixed in v3.
v2.2.0
Adds Track Audio Analysis and Track Audio Features endpoints.