Skip to content

Releases: Ringobot/SpotifyApi.NetCore

v2.4.7

03 Aug 09:29
Compare
Choose a tag to compare

Fix bug in AccountsService constructor overload AccountsService(HttpClient, IConfiguration) where HttpClient param was not being used.

v2.4.4

22 Mar 09:35
Compare
Choose a tag to compare
  • IPlayerApi.Seek()

v.2.4.0

09 Mar 09:05
Compare
Choose a tag to compare
  • Implemented AlbumsApi
  • Added new Playlist.GetTracks()
  • Fixed several bugs and enhanced SpotifyUriHelper

v2.3.9

02 Feb 08:06
Compare
Choose a tag to compare

Minor enhancements for Bot framework authentication.

v2.3.8

10 Jan 08:46
Compare
Choose a tag to compare

Minor release to add better logging.

v2.3.6

08 Jan 18:57
Compare
Choose a tag to compare
  • Adds optional accessToken params and additional constructors to ArtistsApi, PlaylistsApi, SearchApi and TrackApi.
  • Improves multi-part Spotify URI handling

v2.3.5

03 Jan 03:08
Compare
Choose a tag to compare

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

01 Jan 08:48
Compare
Choose a tag to compare

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

13 Nov 09:06
Compare
Choose a tag to compare
  • Added a new SearchApi that consolidates all search methods.
  • Added a SearchTracks method to TracksApi.
  • Added a TracksApiExtensions helper and a GetTrackByIsrc 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

05 Nov 08:43
Compare
Choose a tag to compare

Adds Track Audio Analysis and Track Audio Features endpoints.