Skip to content

Releases: adamint/spotify-web-api-kotlin

3.8.3 release - Spotify playback sdk fix, Market.FROM_TOKEN

01 Sep 16:14
Compare
Choose a tag to compare
  • Add Market.FROM_TOKEN (#296)
  • Add Player.activeElement to web playback sdk
  • Update PlayerInit interface to make getOAuthToken a var
  • Make AuthenticationError.error_description nullable

3.8.2 release - downgrade JVM/Android time apis away from java.time

01 Sep 16:11
Compare
Choose a tag to compare
  • downgrade JVM/Android time apis away from java.time (caused android crashes

3.8.1 release - remove jcenter dependency, open-source CI/CD

24 Aug 19:03
Compare
Choose a tag to compare
add dependency on jvm for mac/windows publishing

Signed-off-by: Adam Ratzman <[email protected]>

3.8.0 release - Paging object fixes, implement Market API, unimplemented episode/show endpoints, add addItemToEndOfQueue

25 May 21:15
1b3f534
Compare
Choose a tag to compare

Paging object fixes, implement Market API, unimplemented episode/show endpoints, add addItemToEndOfQueue #283

3.7.0 release - Add SpotifyRestAction, update kotlin to 1.4.32, rename com.adamratzman.spotify.endpoints.public to com.adamratzman.endpoints.pub

09 Apr 14:23
88e3cf0
Compare
Choose a tag to compare
  • (Re)adds SpotifyRestAction as an alternative to suspend methods. All endpoints have a corresponding rest action method - e.g. getTracks + getTracksRestAction
  • Rename com.adamratzman.spotify.endpoints.public to com.adamratzman.endpoints.pub
  • Updates kotlin dependency to 1.4.32

3.6.03 release - add tvOS and iOS targets, remove dependency on klock

31 Mar 12:38
a36ee08
Compare
Choose a tag to compare
  • Resolved #271 by adding tvOS (Arm/X64) and iOS (Arm/X64) targets
  • Replace klock dependency with kotlinx.datetime
  • Update kotlinx.serialization version to 1.1.0

3.6.02 release - automatically refresh PKCE token on Android if possible

29 Mar 23:26
ac77c9e
Compare
Choose a tag to compare
  • Automatically refresh PKCE token on Android if the token is invalid

3.6.01 release - make getting pkce client in credential store synchronous

10 Mar 16:41
438fb89
Compare
Choose a tag to compare
  • make getting pkce client in credential store synchronous #266

3.6.0 release - add SpotifyContinuation for JVM/Android

06 Mar 03:49
4a42098
Compare
Choose a tag to compare
Merge pull request #265 from adamint/dev

bump kotlin version and add SpotifyContinuation for JVM

3.6.0-rc.2 release - 3.6.0 release candidate including more API builders

24 Feb 14:11
68038d9
Compare
Choose a tag to compare
  • Renames getPkceAuthorizationUrl to getSpotifyPkceAuthorizationUrl
  • Adds more API builders for App/Client/PKCE API