Spotify-Stream-Widget icon indicating copy to clipboard operation
Spotify-Stream-Widget copied to clipboard

Bump SpotifyAPI.Web.Auth from 6.0.0 to 6.2.2

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps SpotifyAPI.Web.Auth from 6.0.0 to 6.2.2.

Release notes

Sourced from SpotifyAPI.Web.Auth's releases.

SpotifyAPI Web 6.2.2

🏗 Fixes

  • Added RefreshToken to AuthorizationCodeRefreshResponse

Miscellaneous

  • Bumped dependencies

SpotifyAPI Web 6.2.1

🏗 Fixes

  • All types based on IPlayableItem can now correctly be serialized/deserialized, #604
  • Added all episode library functions, #608
  • Added TrackMeta and TrackAudio in TrackAudioAnalysis, #648

Miscellaneous

  • Bumped dependencies

SpotifyAPI Web 6.2.0

➕ Additions

  • Added ErrorReceived event to the auth server of SpotifyAPI.Web.Auth. An example can be found in the docs

🏗 Fixes:

  • Add TotalTracks to SimpleAlbum.cs and FullAlbum.cs (#597)
  • PlayHistoryItem SimpleTrack --> FullTrack (#524)

Miscellaneous

  • Bumped dependencies

SpotifyAPI Web 6.1.0

➕ Additions

  • Added NextPage and PreviousPage.
var browse = await spotify.Browse.GetCategoryPlaylists("at_home", new CategoriesPlaylistsRequest { Limit = 10 });
var browse2 = await spotify.NextPage(browse.Playlists);

🏗 Fixes:

  • Fixed query/body params An item with the same key has already been added. Key: limit (#567 )
  • Paginate methods were only available in .NET Standard 2.1. It's now available for all versions > .NET Standard 2.1 (e.g .NET 5)
Commits
  • a340eaf Also update authenticator if new refresh token was returned
  • eb97a0a Bump Microsoft.AspNetCore.Components.WebAssembly from 5.0.9 to 5.0.10 (#678)
  • 017187d Bump axios from 0.21.1 to 0.21.4 in /SpotifyAPI.Docs (#685)
  • df156b5 Bump axios in /SpotifyAPI.Web.Examples/Example.TokenSwap/Server (#684)
  • c740728 Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 (#663)
  • 427654a Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer (#679)
  • ae0dd31 Bump prismjs from 1.24.0 to 1.25.0 in /SpotifyAPI.Docs (#680)
  • 4bafdd4 Bump AspNet.Security.OAuth.Spotify from 5.0.9 to 5.0.14 (#683)
  • 9ca573f Add RefreshToken to AuthorizationCodeRefreshResponse
  • 4340515 Added TrackMeta and TrackAudio, closes #648
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Sep 29 '21 10:09 dependabot[bot]