Skip to content

3.5.0 release (adding native targets)

Compare
Choose a tag to compare
@adamint adamint released this 16 Jan 21:21
  • Introduces three new targets - mingwX64, macosX64, linuxX64 #198
  • Change cache from per-endpoint to global
  • Add documentation for public actual functions in each of the targets
  • Fixes #237 by recursively checking NeedsAPI objects and instantiating api field
  • Refactors URIs and simplifies (de)serialization utilities
  • Add option in SpotifyApiOptions to retry (once) on internal server error (5xx)
  • Native logic is abstracted into desktopMain to allow for more native targets to be easily added
  • Rename spotify-api-kotlin (JVM target) to spotify-api-kotlin-jvm