mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-25 23:45:52 +03:00
-
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