spotify-web-api-java

A Java wrapper for Spotify's Web API.

MIT License

Stars
1K

Bot releases are hidden (Show)

spotify-web-api-java - v6.4.1

Published by dargmuesli over 3 years ago

Just housekeeping.

spotify-web-api-java - v6.4.0

Published by dargmuesli about 4 years ago

  • Generated toString() overrides for all model objects (#227)
spotify-web-api-java - v6.3.0

Published by dargmuesli about 4 years ago

  • Add missing body parameter options (#223)
spotify-web-api-java - v6.2.0

Published by dargmuesli about 4 years ago

  • Remove incorrect line (#218)
  • Add support for PKCE auth extension + small corrections (#221)
spotify-web-api-java - v6.1.0

Published by dargmuesli about 4 years ago

  • Correct "AuthorizationCodeRequest" parameter usage (#210)
  • Add automatic module name to MANIFEST (#215)
spotify-web-api-java - v6.0.0

Published by dargmuesli over 4 years ago

  • Let IModelObject implement Serializable (#204)
  • Change slf4j to api dependency (#205)
  • Fix AudioAnalysisMeta builder, adapting new endpoint names (#206)
  • Fix raw type & unchecked warnings in example (#207)

See also: 6.0.0-RC1

spotify-web-api-java - v6.0.0-RC1

Published by dargmuesli over 4 years ago

  • Revert "Correct 'Category' Plural"
  • Fix deprecated "JsonParser::parse"
  • Add podcasts endpoint (#203)
spotify-web-api-java - v5.0.4

Published by dargmuesli over 4 years ago

  • Fix cache logging (#202)
  • Correct a variable type from int to Integer
spotify-web-api-java - v5.0.3

Published by dargmuesli over 4 years ago

  • Correct "category" plural, which might be a breaking change for you, if you didn't notice this misspelling "bug" before.
  • Use caching http manager only for GET requests (#200)
spotify-web-api-java - v5.0.2

Published by dargmuesli over 4 years ago

  • Fix json deserializing
  • Several optimizations and reformatting
spotify-web-api-java - v5.0.1

Published by dargmuesli over 4 years ago

  • Several small improvements
  • Internal generic restructuring, which might be a breaking change for you if you do not use the SpotifyApi class only (#198)
spotify-web-api-java - v5.0.0

Published by dargmuesli over 4 years ago

  • Migrate To "httpclient5-cache"
  • Use static JsonParser
spotify-web-api-java - v4.3.0

Published by dargmuesli over 4 years ago

  • Add "AddItemToUsersPlaybackQueue" (#195)
spotify-web-api-java - v4.2.2

Published by dargmuesli over 4 years ago

  • Maven fixes
  • Fix Travis script hints
  • Update PGP key
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.