v2.4.0
What's Changed
- Added Album member to SimpleTrack struct by @obrhoff in #184
- build(deps): bump golang.org/x/net from 0.0.0-20210813160813-60bc85c4be6d to 0.7.0 by @dependabot in #214
- fix: support HTTP status 202 by @rmillet42 in #215
- Change incorrect player repeat options by @beatzzz in #216
- add features example by @ahmed-deftoner in #222
- Make spotify.PlaybackOffset.Position an *int by @aditya-K2 in #220
- Add episode endpoint by @coolbaluk in #234
New Contributors
- @obrhoff made their first contribution in #184
- @dependabot made their first contribution in #214
- @rmillet42 made their first contribution in #215
- @beatzzz made their first contribution in #216
- @ahmed-deftoner made their first contribution in #222
- @aditya-K2 made their first contribution in #220
- @coolbaluk made their first contribution in #234
Full Changelog: v2.3.1...v2.4.0
Breaking Changes
PlaybackOffset.Position
has changed from int
to *int
. This is to account for a behaviour in the Spotify API where the position can be specified separately inside the URI. See https://github.com/zmb3/spotify/pull/220/files for specific details.