Skip to content

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

v2.1.1

02 Jan 22:50
Compare
Choose a tag to compare
  • Start/Resume Playback position_ms has to be a body parameter (#157)

v2.1.0

15 Oct 16:45
Compare
Choose a tag to compare

v2.0.5

15 Oct 14:27
Compare
Choose a tag to compare
  • 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.

v2.0.4

15 Oct 14:23
Compare
Choose a tag to compare
  • Correct playlist track URIs in example and test file

v2.0.3

22 Jun 01:04
Compare
Choose a tag to compare
  • Check for an empty response body to prevent an error (#144)

v2.0.2

22 Jun 01:03
Compare
Choose a tag to compare
  • SimpleDateFormat is now thread safe (#141)
  • Fixed measure parsing for audio analysis (#142)

v2.0.1

03 Mar 04:11
Compare
Choose a tag to compare
  • Fix for playlist track removal
  • Correction of URI usages

v2.0.0

03 Mar 04:10
Compare
Choose a tag to compare
  • Fix for request content
  • Enum key functions
  • JSON headers at all appropriate requests
  • Enhancement for "too many requests" error.
  • Several small bugfixes and optimizations

v2.0.0-RC2

03 Mar 04:05
Compare
Choose a tag to compare
v2.0.0-RC2 Pre-release
Pre-release
  • Major request parameter fix
  • Asynchronous exceptions
  • Several small bugfixes and optimizations
  • Travis release support

v2.0.0-RC1

04 Feb 01:41
Compare
Choose a tag to compare
v2.0.0-RC1 Pre-release
Pre-release
  • Major rewrite of the whole project. Too many changes to list them here. All current endpoints are now supported and documentation was added.