Releases: adamint/spotify-web-api-kotlin
Releases · adamint/spotify-web-api-kotlin
Invoke httpResponseSubscriber only after all caching and other transformations have been complete
Invoke httpResponseSubscriber only after all caching and other transformations have been complete
Latest
httpResponseSubscriber otherwise could be called multiple times before a successful response is obtained, and is not called before caching is completed.
Fix multiple token refresh for client credentials flow
Spotify does not return a new refresh token after refreshing an old token, contrary to both their documentation and to good security practice. We now will update the new token with the old token's refresh token after token refresh.
Adds locale parameter to search, small bug fixes
What's Changed
- Feat: Add locale parameter to search api by @EnderGamingFilms in #336
- Several bug fixes by @adamint in #337
New Contributors
- @EnderGamingFilms made their first contribution in #336
Full Changelog: v4.1.0...v4.1.1
v4.1.0
v4.0.2 - android pkce bugfix
Merge pull request #326 from adamint/dev/adamint/fix-progress-bar-and…
v4.0.1
Release version 3.8.8
3.8.6 release
3.8.5 release - fix #302
3.8.4 release - PlayerApi updates to support episodes
- Episodes are now supported in player state and player current track