spotify-web-api-java

A Java wrapper for Spotify's Web API.

MIT License

Stars
1K

Bot releases are visible (Hide)

spotify-web-api-java - v4.2.1

Published by dargmuesli almost 5 years ago

  • Correct documentation typos (#186, #187)
  • Set up code coverage analysis (#189, #190, #191)
spotify-web-api-java - v4.2.0

Published by dargmuesli almost 5 years ago

  • Added Missing "album_group" attribute of AlbumSimplified (#181)
  • enums: Implement AlbumGroup
spotify-web-api-java - v4.1.0

Published by dargmuesli almost 5 years ago

  • Adds missing fields to AlbumSimplified (#177)
  • Adds missing .editorconfig (#179)
spotify-web-api-java - v4.0.2

Published by dargmuesli almost 5 years ago

  • CompletableFuture replaces Future ( #173)
spotify-web-api-java - v4.0.1

Published by dargmuesli about 5 years ago

  • 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.

spotify-web-api-java - v4.0.0

Published by dargmuesli about 5 years ago

  • Extends internal usage of generics (8e88046296d3a3233f8727855341d7d329f89108)
  • 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.

spotify-web-api-java - v3.1.0

Published by dargmuesli about 5 years ago

  • Adds Jackson for deserialization of classes that follow the builder pattern (pretty much all)
spotify-web-api-java - v3.0.0

Published by dargmuesli about 5 years ago

  • Removes Java 1.7 from supported versions
spotify-web-api-java - v2.2.1

Published by dargmuesli about 5 years ago

  • Bugfix for copyright types (#168)
spotify-web-api-java - v2.2.0

Published by thelinmichael over 5 years ago

  • The unfollow-playlist request was updated, making the old version legacy (#165)
spotify-web-api-java - v2.1.2

Published by dargmuesli almost 6 years ago

  • Only parse JSON objects as such (#160)
spotify-web-api-java - v2.1.1

Published by dargmuesli almost 6 years ago

  • Start/Resume Playback position_ms has to be a body parameter (#157)
spotify-web-api-java - v2.1.0

Published by dargmuesli about 6 years ago

spotify-web-api-java - v2.0.5

Published by dargmuesli about 6 years ago

  • HTML5 Javadoc
  • Add ability to set http request timeouts in HttpManager (#150)
  • Small fix to use cacheMaxObjectSize for cache object size instead of cacheMaxEntries (#150)
  • Make httpClient final instead of static.
spotify-web-api-java - v2.0.4

Published by dargmuesli about 6 years ago

  • Correct playlist track URIs in example and test file
spotify-web-api-java - v2.0.3

Published by dargmuesli over 6 years ago

  • Check for an empty response body to prevent an error (#144)
spotify-web-api-java - v2.0.2

Published by dargmuesli over 6 years ago

  • SimpleDateFormat is now thread safe (#141)
  • Fixed measure parsing for audio analysis (#142)
spotify-web-api-java - v2.0.1

Published by dargmuesli over 6 years ago

  • Fix for playlist track removal
  • Correction of URI usages
spotify-web-api-java - v2.0.0

Published by dargmuesli over 6 years ago

  • Fix for request content
  • Enum key functions
  • JSON headers at all appropriate requests
  • Enhancement for "too many requests" error.
  • Several small bugfixes and optimizations
spotify-web-api-java - v2.0.0-RC2

Published by dargmuesli over 6 years ago

  • Major request parameter fix
  • Asynchronous exceptions
  • Several small bugfixes and optimizations
  • Travis release support