Skip to content

v3.5.0

Latest
Compare
Choose a tag to compare
@DanielLarsenNZ DanielLarsenNZ released this 12 Aug 09:26
· 9 commits to master since this release

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