Skip to content

2.23: Misc. updates

Latest
Compare
Choose a tag to compare
@stephanebruckert stephanebruckert released this 07 Apr 17:46
· 6 commits to master since this release
796c033

Added

  • Added optional encoder_cls argument to CacheFileHandler, which overwrite default encoder for token before writing to disk #941 by @shawncruz
  • Integration tests for searching multiple types in multiple markets (non-user endpoints) #901 by @rngolam
  • Publish to PyPI action #958 by @stephanebruckert

Fixed

  • Fixed CVE-2023-23608 regex for matching playlist URIs with the format spotify:user:USERNAME:playlist:PLAYLISTID #949 by @ludwigjo
  • search_markets now factors the counts of all types in the total rather than just the first type (#534) #901 by @rngolam