Releases: spotify-web-api-java/spotify-web-api-java
Releases · spotify-web-api-java/spotify-web-api-java
9.1.0
What's Changed
- expose sharedCache to SpotifyHttpManager.Builder by @bruceadowns in #412
Full Changelog: 9.0.0...9.1.0
9.0.0
What's Changed
- feat(http-manager)!: default to configurable pooling connection manager by @gahisee in #375 and @dargmuesli in #384
New Contributors
Full Changelog: 8.5.0...9.0.0
8.5.0
🚀 Features
- http-manager: Keep current setter-only builder pattern - by @dargmuesli (c514b)
View changes on GitHub
8.4.1
8.4.0
8.3.6
🐞 Bug Fixes
- fix: retrieving playlists for a user with a $ symbol in their user id by @SergioBarbero #392
View changes on GitHub
9.0.0-RC1
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
8.3.5
🐞 Bug Fixes
View changes on GitHub
8.3.4
No significant changes