2.24: Audiobooks support
·
49 commits
to master
since this release
Added
- Added
MemcacheCacheHandler, a cache handler that stores the token info using pymemcache. - Added support for audiobook endpoints:
get_audiobook,get_audiobooks, andget_audiobook_chapters. - Added integration tests for audiobook endpoints.
- Added
updatefield tocurrent_user_follow_playlist.
Changed
- Fixed error obfuscation when Spotify class is being inherited and an error is raised in the Child's
__init__ - Replaced
artist_albums(album_type=...)withartist_albums(include_groups=...)due to an API change. - Updated
_regex_spotify_urlto ignore/intl-<countrycode>in Spotify links - Improved README, docs and examples
Fixed
- Readthedocs build
- Split
test_current_user_save_and_save_tracksunit test
Full Changelog: 2.23.0...2.24.0