stephanebruckert
released this
30 May 21:17
·
20 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
update
field 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_url
to ignore/intl-<countrycode>
in Spotify links - Improved README, docs and examples
Fixed
- Readthedocs build
- Split
test_current_user_save_and_save_tracks
unit test
Full Changelog: 2.23.0...2.24.0