Releases: sonallux/spotify-web-api-java
Releases · sonallux/spotify-web-api-java
4.3.1
4.3.0
4.2.0
4.1.0
4.0.1
4.0.0
- Adjust the categories of some endpoints to match with the official Spotify Web API Reference. No endpoint have been removed, they just got moved to other categories.
- Added
CategoriesApiandGenresApicategory - Removed
BrowseApi,LibraryApiandPersonalizationApi - Renamed
UsersProfileApitoUsersApi
- Added
- Add "Get an Audiobook's Chapters" endpoint
- Add "Get User's Saved Audiobooks" endpoint
- Add "Save Audiobooks for Current User" endpoint
- Add "Remove User's Saved Audiobooks" endpoint
- Add "Check User's Saved Audiobooks" endpoint
- Fix type of
shuffleStateinCurrentlyPlayingContexttoboolean - Fix return type of "Get Category's Playlists request" from
PagedPlayliststoPagingFeaturedPlaylist - Fix return type of "Get Featured Playlists request" from
PagedPlaylistsAndMessagetoPagingFeaturedPlaylist - Fix type of
narratorsfield inAudiobookBasefromNarratortoList<Narrator> - Bump jackson to
2.15.2 - Bump okhttp to
4.11.0
3.1.0
- Change the API of the recommendations request. All
seed*parameters are now considered optional because not all of them are always required. It must be at least oneseed*parameter present. - Add player's get queue request
- Add audiobooks and chapters API
- Bump jackson to
2.13.4
v3.0.1
v3.0.0
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.2and jackson-databind to2.13.2.1to fix CVE-2020-36518 - Update to okhttp
4.9.3
v2.4.0
What's changed
- Update to spotify-web-api-core
2021.10.17- Mark
marketparameter in "Get Artist's Top Tracks" endpoint as optional - Mark
marketparameter in "Get User's Currently Playing Track" endpoint as optional
- Mark
- Update to okhttp
4.9.2 - Update to jackson
2.12.5