Skip to content

Releases: Ringobot/SpotifyApi.NetCore

v3.5.0

12 Aug 09:26
Compare
Choose a tag to compare

PlayerApi is now complete:

  • GetCurrentPlaybackInfo() adds support for additional types (episodes)
  • New GetRecentlyPlayedTracks()
  • New GetCurrentlyPlayingTrack()
  • New TransferPlayback()

Several Models were moved from SpotifyApi.NetCore.Models (namspace) to SpotifyApi.NetCore

PlaylistsApi:

  • GetPlaylist() adds support for fields, additional types and market
  • GetTracks() adds support for additional types (episodes)
  • New AddItemsToPlaylist()
  • New ChangePlaylistDetails()
  • New CreatePlaylist()
  • All other methods throw NotImplementedException (coming soon)

This release changes the return types of Post() and Put() from HttpResponseMessage to SpotifyResponse<T>. No internal callers were using the return type so this is not a breaking change. A new generic Post<T>() internal helper has been added to deserialize POST response bodies to an object typed T

Description is added to PlaylistSimplified

v3.4.0

12 Jul 17:20
Compare
Choose a tag to compare

The release adds support for the following APIs:

  • Library
  • Personalization
  • Episodes
  • Shows

This brings API coverage to 81%! Huge thanks to @akshays2112 for all of his hard work here 👏

v3.3.0

30 Jun 07:59
Compare
Choose a tag to compare

100% coverage of Follow API

v3.2.1

25 Jun 02:02
Compare
Choose a tag to compare

New Follow endpoint: Check if Current User Follows Artists or Users

  • FollowApi.CheckCurrentUserFollowsArtists(ids)
  • FollowApi.CheckCurrentUserFollowsUsers(ids)

v3.2.0

16 Jun 07:56
Compare
Choose a tag to compare

Adds User Profile endpoints:

  • GetCurrentUsersProfile
  • GetUsersProfile

v3.1.0

30 May 09:47
Compare
Choose a tag to compare

Completes the Browse API to 100% coverage
Completes the Artists API to 100% coverage

v3.1.0-preview

29 May 09:00
Compare
Choose a tag to compare
v3.1.0-preview Pre-release
Pre-release
  • Completes the Browse API to 100% coverage
  • Completes the Artists API to 100% coverage

v3.0.2

09 Jan 04:05
Compare
Choose a tag to compare

Fixes bug #18 in ArtistsApi.GetRelatedArtists. Thanks @brandongregoryscott !

v3.0.1

06 Jan 07:23
Compare
Choose a tag to compare

A major version overhaul with many improvements including:

  • Removal of multi-user authentication in favour of bring-your-own auth
  • Simplification of Authentication services
  • Consistent approach to paging and auth params throughout the library
  • Removal of many overloads in favour of optional params
  • Complete XML comment documentation of public methods including links to Spotify reference docs

v3.0.1-preview

11 Aug 07:26
Compare
Choose a tag to compare
v3.0.1-preview Pre-release
Pre-release

A preview of the version 3 of SpotifyApi.NetCore. A major version overhaul with many improvements including:

  • Removal of multi-user authentication in favour of bring-your-own auth
  • Simplification of Authentication services
  • Consistent approach to paging and auth params throughout the library
  • Removal of many overloads in favour of optional params
  • Complete XML comment documentation of public methods including links to Spotify reference docs