Skip to content

v3.0.0

Compare
Choose a tag to compare
@sonallux sonallux released this 26 Mar 14:57
· 183 commits to main since this release

The Java wrapper generator has been completely rewritten and uses now OpenAPI definition of the Spotify Web API as source.
The OpenAPI definition contains fixes and improvements from my spotify-web-api repository.
Therefore, some model class names have changed and many fixes are included.

  • The library now also requires Java 17
  • Update to jackson 2.13.2 and jackson-databind to 2.13.2.1 to fix CVE-2020-36518
  • Update to okhttp 4.9.3