2.21: Flask cache handler
stephanebruckert
released this
29 Oct 11:56
·
95 commits
to master
since this release
Added
- Added
market
parameter toalbum
andalbums
to address #753 by @ivyadam - Added 'show_featured_artists.py' to 'examples'.
- Expanded contribution and license sections of the documentation.
- Added
FlaskSessionCacheHandler
, a cache handler that stores the token info in a flask session. - Added Python 3.10 in GitHub Actions