Skip to content

Releases: adamint/spotify-web-api-kotlin

Invoke httpResponseSubscriber only after all caching and other transformations have been complete

30 Apr 03:32
Compare
Choose a tag to compare

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

27 Apr 19:33
Compare
Choose a tag to compare

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

27 Mar 04:37
1b2c9f8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.1.1

v4.1.0

21 Feb 14:33
507416f
Compare
Choose a tag to compare

Updates Spotify endpoints

v4.0.2 - android pkce bugfix

08 Jul 06:43
bfa7de9
Compare
Choose a tag to compare
Merge pull request #326 from adamint/dev/adamint/fix-progress-bar-and…

…-maven-central-issues

Remove progress bar entirely, allow custom loading logic during PKCE login

v4.0.1

08 Jul 01:31
64c1843
Compare
Choose a tag to compare

What's Changed

  • Dev/generate rest action methods update api by @adamint in #319
  • fix loop request when getCurrentlyPlaying got 204 by @ShellWen in #322
  • Fix progress bar and maven central issues by @adamint in #325

Full Changelog: v3.8.8...v4.0.1

Release version 3.8.8

19 Sep 06:08
Compare
Choose a tag to compare

Publishes tvosArm64 and iosArm64 versions

What's Changed

  • update dependencies and save scopes to credential store by @adamint in #314
  • Fixed issue where endpoint would infinitely retry for a nullable resource (#312) by @Nielssg in #313

Full Changelog: 3.8.6...v3.8.8

3.8.6 release

02 Apr 05:22
Compare
Choose a tag to compare

What's Changed

  • add getNullable method for 204-available methods to use, update dependencies by @adamint in #307
  • only set pkce verifier on android pkce activity launch by @adamint in #308

Full Changelog: 3.8.5...3.8.6

3.8.5 release - fix #302

28 Dec 02:45
ea2e3c1
Compare
Choose a tag to compare

What's Changed

  • Fixed #302: PlayHistory should contain a Track object rather than a SimpleTrack, due to a change in the Spotify API by @Nielssg in #303
  • update playhistory to take Track by @adamint in #304

Full Changelog: 3.8.4...3.8.5

3.8.4 release - PlayerApi updates to support episodes

22 Nov 16:10
29f5ca8
Compare
Choose a tag to compare
  • Episodes are now supported in player state and player current track