SpotifyAPI Web API 6.0.0-beta.8
Pre-release
Pre-release
·
366 commits
to master
since this release
🏗 Fixes:
- Fixed
SimpleRetryHandler
by ignoring the case of the header key. #475 - When specifying enums in requests, there was a bug where wrong values have been used. #478
- Some API calls allow a request parameter called
fields
to specify which fields of the JSON should be returned. To reflect this subset of fields in the models, the properties of such API calls have been made nullable. #477