-
v0.14.0 Stable
released this
2025-01-01 09:20:24 +03:00 | 93 commits to master since this release📅 Originally published on GitHub: Wed, 01 Jan 2025 07:18:05 GMT
🏷️ Git tag created: Wed, 01 Jan 2025 06:20:24 GMTBreaking changes
- (#487) Change the type of
TrackLink.idfromTrackId<'static>toOption<TrackId<'static>>
Bugfixes
- (#494) Fix endless sequential pagination problem.
New features
- (#496) Add support for searching multiple types
- (#512) Add
AuthCodePkceSpotify::from_token_with_config() - (#513)
- Automatically spawn a local TCPListener to handle redirect url without manually copy/paste URL into terminal.(The most exciting feature in this release, free developer from manually copying/pasting redirect_url into their terminal)
- Mark
artist_related_artists,track_features,tracks_features,track_analysisas deprecated because Spotify has deprecated these endpoints
It's the last release in 2024, Happy New Year, nerds :)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- (#487) Change the type of
-
v0.12.0 Stable
released this
2023-08-27 01:22:06 +03:00 | 213 commits to master since this release📅 Originally published on GitHub: Sat, 26 Aug 2023 22:35:30 GMT
🏷️ Git tag created: Sat, 26 Aug 2023 22:22:06 GMTWhat's Changed
New features
- (#390) The
scopes!macro supports to split the scope by whitespace. - (#418) Add a user-settable callback function whenever token is updated.
Breaking changes
- (#409) Change type of
positionparameter inplaylist_add_itemsendpoint fromOpinion<Duration>toOpinion<u32> - (#421) Change type of
AudioFeaturesPayload.audio_featuresfromVec<AudioFeatures>toVec<Option<AudioFeatures>> - (#429) Enable Token refreshing by default.
- (#432) Add optional
marketfield totrack,album,albums, andalbum_track[_manual]. Makemarketfield inartist_top_tracksoptional.
Bugfixes
- (#419) Base64url encode instead of plain base64 encode for PKCE challenge code.
- (#421) Filter
nulls ontracks_featuresrequests - (#424) Fix PKCE refresh token invalid error
- (#428) Fix PKCE url in doc
Full changelog
https://github.com/ramsayleung/rspotify/compare/v0.11.7...v0.12.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- (#390) The
-
v0.11.0 Stable
released this
2021-10-14 18:01:03 +03:00 | 581 commits to master since this release📅 Originally published on GitHub: Thu, 14 Oct 2021 15:56:51 GMT
🏷️ Git tag created: Thu, 14 Oct 2021 15:01:03 GMTThis release contains lots of breaking changes. These were necessary to continue Rspotify's development, and this shouldn't happen again. From now on we'll work on getting closer to the first stable release. Lots of internal code was rewritten to make RSpotify more flexible, performant and easier to use. Sorry for the inconvenience!
More info in the changelog. If you have problems upgrading, please let us know at #218 :)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.9 Stable
released this
2020-02-27 19:48:37 +03:00 | 1662 commits to master since this release📅 Originally published on GitHub: Thu, 27 Feb 2020 16:54:02 GMT
🏷️ Git tag created: Thu, 27 Feb 2020 16:48:37 GMT- Adds
async/awaitsupport. - Keeps the previous synchronous API, enabled by extra feature
blocking, disabled by default. - Shorten the import path.
- Add missing
ShowandEpisodetypes.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Adds
-
v0.9-alpha Pre-release
released this
2020-02-25 17:27:28 +03:00 | 1670 commits to master since this release📅 Originally published on GitHub: Tue, 25 Feb 2020 14:56:03 GMT
🏷️ Git tag created: Tue, 25 Feb 2020 14:27:28 GMTAlpha release supporting
async/awaitDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-25 23:45:52 +03:00