Skip to content

SpotifyAPI Web 7.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 13:45
db6976b

➕ Additions

  • Adding Endpoint to get a User's Queue (thanks to @gavinsteinhoff #807)
  • Added .NET 7 support
  • All API calls now have an optional CancellationToken parameter, which can be used to prematurely cancel the request (Thanks to @esskar #813 )
  • The RemoveLibrary endpoints silently stopped accepting ids in the body paremter, so we moved them to the query parameters
  • PlaylistGetRequest and PlaylistGetItemRequest now use List for the type of the fields value. We can now use AddRangeetc. to add multiple entries at once

Miscellaneous

  • Updated dependencies

Breaking Changes

All API Endpoint calls have a new CancellationToken parameter, which is optional however. Thus, the type signatures of the methods have changed.