• v0.12.0 7f16397814

    v0.12.0 Stable

    kerem 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 GMT

    What'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 position parameter in playlist_add_items endpoint from Opinion<Duration> to Opinion<u32>
    • (#421) Change type of AudioFeaturesPayload.audio_features from Vec<AudioFeatures> to Vec<Option<AudioFeatures>>
    • (#429) Enable Token refreshing by default.
    • (#432) Add optional market field to track, album, albums, and album_track[_manual]. Make market field in artist_top_tracks optional.

    Bugfixes

    • (#419) Base64url encode instead of plain base64 encode for PKCE challenge code.
    • (#421) Filter nulls on tracks_features requests
    • (#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