Skip to content

Releases: spotify-web-api-java/spotify-web-api-java

v4.2.0

01 Nov 00:06
Compare
Choose a tag to compare
  • Added Missing "album_group" attribute of AlbumSimplified (#181)
  • enums: Implement AlbumGroup

v4.1.0

27 Oct 00:54
Compare
Choose a tag to compare
  • Adds missing fields to AlbumSimplified (#177)
  • Adds missing .editorconfig (#179)

v4.0.2

27 Oct 00:52
Compare
Choose a tag to compare
  • CompletableFuture replaces Future ( #173)

v4.0.1

30 Sep 11:58
Compare
Choose a tag to compare
  • Add list parameters for requests only once, overwriting existing values when setting a new value

As there is currently no known valid usage of multiple parameters with the same name, only the most recently set parameter is to keep. Opposite usage was never intended, but can be reconsidered in a future if necessary. Thus it was decided that this change is a patch-level release as it most likely fixes the bug of not being able to change already set values.

v4.0.0

28 Sep 22:48
Compare
Choose a tag to compare
  • Extends internal usage of generics (8e88046)
  • Some code style improvements

This release should not break any usage as intended via the main SpotifyApi class. As it changes internal structures that may be used by other projects too, this is released as a new major version.

v3.1.0

28 Sep 22:46
Compare
Choose a tag to compare
  • Adds Jackson for deserialization of classes that follow the builder pattern (pretty much all)

v3.0.0

08 Sep 21:51
Compare
Choose a tag to compare
  • Removes Java 1.7 from supported versions

v2.2.1

07 Sep 23:39
Compare
Choose a tag to compare
  • Bugfix for copyright types (#168)

v2.2.0

31 May 07:28
Compare
Choose a tag to compare
  • The unfollow-playlist request was updated, making the old version legacy (#165)

v2.1.2

02 Jan 22:51
Compare
Choose a tag to compare
  • Only parse JSON objects as such (#160)