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 - 8.4.1 Latest Release

Published by github-actions[bot] 3 months ago

No significant changes

    View changes on GitHub
spotify-web-api-java - 8.4.0

Published by dargmuesli 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/spotify-web-api-java/spotify-web-api-java/compare/8.3.6...8.4.0

spotify-web-api-java - 8.3.6

Published by github-actions[bot] 8 months ago

   🐞 Bug Fixes

  • fix: retrieving playlists for a user with a $ symbol in their user id by @SergioBarbero #392
    View changes on GitHub
spotify-web-api-java - 9.0.0-RC1

Published by github-actions[bot] 9 months ago

Migration

The SpotifyHttpManager uses a pooling connection manager instead of a basic one by default now.
If you want to keep using a basic connection manager, e.g. if you've been setting a connectTimeout before, you can pass in a BasicHttpClientConnectionManager with a custom ConnectionConfig setting connectTimeout.

   🚀 Features

  • http-manager: Align builder pattern  -  by @gahisee and @dargmuesli (63f30)
    View changes on GitHub
spotify-web-api-java - 8.3.5

Published by github-actions[bot] 9 months ago

   🐞 Bug Fixes

  • fix: add temporary workaround for local files' duration_ms anomaly by @Selbi182 #382
    View changes on GitHub
spotify-web-api-java - 8.3.4

Published by github-actions[bot] 11 months ago

No significant changes

    View changes on GitHub
spotify-web-api-java - 8.3.2

Published by dargmuesli 11 months ago

spotify-web-api-java - 8.3.3

Published by github-actions[bot] 12 months ago

   🐞 Bug Fixes

  • ci: Checkout with fetch depth 0  -  by @dargmuesli (0a684)
    View changes on GitHub
spotify-web-api-java - 8.3.1

Published by dargmuesli 12 months ago

spotify-web-api-java - v8.3.0

Published by dargmuesli 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/spotify-web-api-java/spotify-web-api-java/compare/8.2.1...8.3.0

spotify-web-api-java - v8.2.1

Published by dargmuesli 12 months ago

spotify-web-api-java - v8.2.0

Published by dargmuesli 12 months ago

spotify-web-api-java - v8.1.0

Published by dargmuesli 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/spotify-web-api-java/spotify-web-api-java/compare/8.0.0...8.1.0

spotify-web-api-java - v8.0.0

Published by dargmuesli over 1 year ago

  • feat!: added missing fields to "Get Playback Queue" endpoint (#329)
  • docs(album-group): use description from api reference
  • docs(readme): fix ci badge
  • docs(readme): replace lgtm with codeql badge
spotify-web-api-java - v7.3.0

Published by dargmuesli over 1 year ago

  • feat: add endpoint "Get Playback Queue" (#316)
  • docs: generate with jdk 19
spotify-web-api-java - v7.2.2

Published by dargmuesli about 2 years ago

  • chore: upgrade to JUnit Jupiter (#306)
  • feat: add hash methods to the base classes (#307)
spotify-web-api-java - v7.2.1

Published by dargmuesli about 2 years ago

  • fix(audio-analysis-track): correct json key (#302)
spotify-web-api-java - v7.2.0

Published by dargmuesli about 2 years ago

  • add is_private_session to device model (#301)
spotify-web-api-java - v7.1.0

Published by dargmuesli over 2 years ago

  • add AuthScope enum (#293)
spotify-web-api-java - v7.0.1

Published by dargmuesli over 2 years ago

  • dependency updates only