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 - v7.0.0

Published by dargmuesli almost 3 years ago

  • build for java 9
  • remove deprecated methods
  • rename package internally to se.michaelthelin
  • switch from travis ci to github actions
spotify-web-api-java - v6.5.4

Published by dargmuesli over 3 years ago

  • add header logging
spotify-web-api-java - v6.5.3

Published by dargmuesli over 3 years ago

  • add fine logger statements
spotify-web-api-java - v6.5.2

Published by dargmuesli over 3 years ago

  • fixed bug with regex (#244)
spotify-web-api-java - 6.5.1

Published by dargmuesli over 3 years ago

  • fix a bug causing URL encoding to be applied twice on ids (#235)
spotify-web-api-java - v6.5.0

Published by dargmuesli over 3 years ago

  • moved duplicated IPlaylistItem attributes to the root interface (#233)
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