Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 2, 2020

Bumps rspotify from 0.8.0 to 0.10.0.

Release notes

Sourced from rspotify's releases.

adds async/await support

  • Adds async/await support.
  • Keeps the previous synchronous API, enabled by extra feature blocking, disabled by default.
  • Shorten the import path.
  • Add missing Show and Episode types.

Rspotify supports for async/await pre release

As title, draft a alpha release of supporting for async/await

Changelog

Sourced from rspotify's changelog.

0.10 (2020/07/01)

  • Add get_access_token_without_cache and refresh_access_token_without_cache to get and refresh access token without caching it.

  • Add cross compile support.

  • Add podcast support:

    • add save_shows endpoint.
    • add get_saved_shows endpoint.
    • add get_a_show endpoint.
    • add get_several_shows endpoint.
    • add get_shows_episodes endpoint.
    • add get_an_episode endpoint.
    • add get_several_episodes endpoint.
    • add check_users_saved_shows endpoint.
    • add remove_users_saved_shows endpoint

    Breaking Change

    • update the current_playing endpoint, add a new parameter named additional_types, and add some new fields for return object, change the return object type from SimplifiedPlayingContext to CurrentlyPlaybackContext.
    • update the current_playback endpoint, add a new parameter named current_playback, and add some new fields for return object, change the return object type from FullPlayingContext to CurrentlyPlaybackContext.
    • update the search endpoint, which adds support of podcast shows and spisodes, add a new parameter named include_external, change search function from private to public.
    • remove search_album, search_artist, search_playlist, and search_track, now there is only search method left, it's the search endpoint.

0.9 (2020/02/28)

  • Adds async/await support.
  • Keeps the previous synchronous API, enabled by extra feature blocking, disabled by default.
  • Shorten the import path.
  • Add missing Show and Episode types.

0.8 (2020/01/30)

  • Provide more informational error strings for API.
  • Fix tuneable attribute passing for recommendations.
  • Support system proxy setting.
  • Add two endpoint functions: current_user_saved_albums_contains, user_artist_check_follow.
  • (Breaking change)Change AlbumType::from_str, SearchType::from_str, RepeatState::from_str, Country::from_str, TimeRange::from_str, Type::from_str, AlbumType::from_str, implement FromStr trait for all of them.

0.7 (2019/10/11)

  • Code optimize, remove a unnecessary mut and add a missing reference
  • Fix reqwest breaking change
  • Add missing devices type
  • Add position_ms to `start_playback

0.6 (2019/07/22)

  • Make PrivateUser country optional

0.5 (2019/04/30)

  • Replace println! with log!
Commits

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 2, 2020
@dependabot-preview dependabot-preview bot requested a review from mainrs July 2, 2020 06:30
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/rspotify-0.10.0 branch from 36bb930 to 61af115 Compare July 23, 2020 19:22
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/rspotify-0.10.0 branch 2 times, most recently from f70b07e to 38c4137 Compare August 27, 2020 09:49
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/rspotify-0.10.0 branch from 38c4137 to a47af6b Compare October 2, 2020 16:51
MarinPostma
MarinPostma previously approved these changes Oct 5, 2020
@slondr
Copy link
Member

slondr commented Oct 15, 2020

The lint errors seem related to the dep bump, so I think this warrants further attention

Copy link
Member

@slondr slondr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix lint errors

@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/rspotify-0.10.0 branch from a47af6b to bc4b80b Compare October 16, 2020 08:21
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/rspotify-0.10.0 branch from bc4b80b to 7e88b59 Compare January 12, 2021 22:21
@slondr
Copy link
Member

slondr commented Jan 17, 2021

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/rspotify-0.10.0 branch 2 times, most recently from 7dd1a03 to 88caa4e Compare January 18, 2021 19:24
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/rspotify-0.10.0 branch from 88caa4e to 1cfa51c Compare January 21, 2021 12:03
@stale
Copy link

stale bot commented Apr 21, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix Issues that will not be fixed under any circumstances label Apr 21, 2021
@stale stale bot closed this May 1, 2021
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/rspotify-0.10.0 branch May 1, 2021 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file wontfix Issues that will not be fixed under any circumstances
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants