Releases: adamint/spotify-web-api-kotlin
Releases · adamint/spotify-web-api-kotlin
3.8.3 release - Spotify playback sdk fix, Market.FROM_TOKEN
- 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
- downgrade JVM/Android time apis away from java.time (caused android crashes
3.8.1 release - remove jcenter dependency, open-source CI/CD
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
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
- (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
- 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
- Automatically refresh PKCE token on Android if the token is invalid
3.6.01 release - make getting pkce client in credential store synchronous
- make getting pkce client in credential store synchronous #266
3.6.0 release - add SpotifyContinuation for JVM/Android
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
- Renames getPkceAuthorizationUrl to getSpotifyPkceAuthorizationUrl
- Adds more API builders for App/Client/PKCE API