Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump listenbrainz from 0.7.0 to 0.8.0 #169

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps listenbrainz from 0.7.0 to 0.8.0.

Release notes

Sourced from listenbrainz's releases.

v0.8.0

  • Implemented additional API endpoints:
    • Core:
      • /1/user/(user_name)/similar-users - Client::user_similar_users;
      • /1/user/(user_name)/similar-to/(other_user_name) - Client::user_similar_to.
    • Playlists:
      • /1/user/(playlist_user_name)/playlists - Client::user_playlists;
      • /1/user/(playlist_user_name)/playlists/createdfor - Client::user_playlists_created_for;
      • /1/user/(playlist_user_name)/playlists/collaborator - Client::user_playlists_collaborator;
      • /1/playlist/(playlist_mbid) - Client::get_playlist (#19, [@​Kernald]).
      • /1/playlist/create - Client::playlist_create;
      • /1/playlist/(playlist_mbid)/delete - Client::playlist_delete;
      • /1/playlist/(playlist_mbid)/copy - Client::playlist_copy;
    • Statistics:
      • /1/stats/release-group/(release_group_mbid)/listeners - Client::release_group_listeners (#23, [@​RustyNova016]).
    • Social:
      • /1/user/(user_name)/followers - Client::user_followers;
      • /1/user/(user_name)/following - Client::user_following;
      • /1/user/(user_name)/follow - Client::user_follow;
      • /1/user/(user_name)/unfollow - Client::user_unfollow.
  • Added types for playlists in MusicBrainz's JSPF format.
  • Added MBID mapping to UserListensResponse models (#24, [@​RustyNova016]).
  • Derived Clone, PartialEq, Eq and Serialize for raw models (#26, #35, [@​RustyNova016]).
  • Removed the time_range parameter from Client::user_listens (#24, [@​RustyNova016]).
  • Updated attohttpc dependency from 0.24 to 0.28.
  • Pinned the minimum supported Rust version (MSRV) to 1.58.

#19: InputUsername/listenbrainz-rs#19 #23: InputUsername/listenbrainz-rs#23 #24: InputUsername/listenbrainz-rs#24 #26: InputUsername/listenbrainz-rs#26 #35: InputUsername/listenbrainz-rs#35 [@​Kernald]: https://github.com/Kernald [@​RustyNova016]: https://github.com/RustyNova016

Changelog

Sourced from listenbrainz's changelog.

v0.8.0 (2024-07-28)

  • Implemented additional API endpoints:
    • Core:
      • /1/user/(user_name)/similar-users - Client::user_similar_users;
      • /1/user/(user_name)/similar-to/(other_user_name) - Client::user_similar_to.
    • Playlists:
      • /1/user/(playlist_user_name)/playlists - Client::user_playlists;
      • /1/user/(playlist_user_name)/playlists/createdfor - Client::user_playlists_created_for;
      • /1/user/(playlist_user_name)/playlists/collaborator - Client::user_playlists_collaborator;
      • /1/playlist/(playlist_mbid) - Client::get_playlist (#19, [@​Kernald]).
      • /1/playlist/create - Client::playlist_create;
      • /1/playlist/(playlist_mbid)/delete - Client::playlist_delete;
      • /1/playlist/(playlist_mbid)/copy - Client::playlist_copy;
    • Statistics:
      • /1/stats/release-group/(release_group_mbid)/listeners - Client::release_group_listeners (#23, [@​RustyNova016]).
    • Social:
      • /1/user/(user_name)/followers - Client::user_followers;
      • /1/user/(user_name)/following - Client::user_following;
      • /1/user/(user_name)/follow - Client::user_follow;
      • /1/user/(user_name)/unfollow - Client::user_unfollow.
  • Added types for playlists in MusicBrainz's JSPF format.
  • Added MBID mapping to UserListensResponse models (#24, [@​RustyNova016]).
  • Derived Clone, PartialEq, Eq and Serialize for raw models (#26, #35, [@​RustyNova016]).
  • Removed the time_range parameter from Client::user_listens (#24, [@​RustyNova016]).
  • Updated attohttpc dependency from 0.24 to 0.28.
  • Pinned the minimum supported Rust version (MSRV) to 1.58.

#19: InputUsername/listenbrainz-rs#19 #23: InputUsername/listenbrainz-rs#23 #24: InputUsername/listenbrainz-rs#24 #26: InputUsername/listenbrainz-rs#26 #35: InputUsername/listenbrainz-rs#35 [@​Kernald]: https://github.com/Kernald [@​RustyNova016]: https://github.com/RustyNova016

Commits
  • 047664b Release v0.8.0
  • 05ccb3e Fix doc reference for StatsSitewideArtistsPayload
  • 1867bd9 Remove response types for users/recent-listens
  • 8f24bef Remove unused playlist item {delete, move} request types
  • bb79b4c Add derive to changelog
  • 7bf8233 Merge pull request #35 from RustyNova016/feat/serialize
  • 81afedb feat(response): allow serializing api responses
  • 18cd5a8 Merge pull request #32 from RustyNova016/feature/playlists/creation
  • 4df0567 Added playlist_create body structs
  • 6a78974 Merge pull request #29 from InputUsername/feature/new-endpoints
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 29, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/development/listenbrainz-0.8.0 branch from 3953ef8 to fefd814 Compare July 31, 2024 12:20
@dependabot dependabot bot force-pushed the dependabot/cargo/development/listenbrainz-0.8.0 branch from fefd814 to 5fe2b5a Compare August 20, 2024 15:53
Bumps [listenbrainz](https://github.com/InputUsername/listenbrainz-rs) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/InputUsername/listenbrainz-rs/releases)
- [Changelog](https://github.com/InputUsername/listenbrainz-rs/blob/main/CHANGELOG.md)
- [Commits](InputUsername/listenbrainz-rs@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: listenbrainz
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/development/listenbrainz-0.8.0 branch from 5fe2b5a to 319a64b Compare August 20, 2024 16:06
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants