Skip to content

v1.0.211

Choose a tag to compare

@thlucas1 thlucas1 released this 28 Jul 19:23

[ 1.0.211 ] - 2026/07/28

  • Updated spotifywebapipython package requirement to spotifywebapipython>=1.0.283.
  • This updates configuration data read / write to be thread safe. This was causing issues in Home Assistant where multiple service definitions were defined that were overwriting configurations.
  • Updated the following spotifywebapipython.SpotifyClient methods to remove the "deprecated" exception, as they can still be used by older authorization access tokens; note that new Spotify authorization access tokens (as of 2024/11/27 and later) will return a deprecated exception for these methods if the Spotify Web API returns a 404 - Not Found status. The methods restored were: GetAlbumNewReleases, GetArtistRelatedArtists, GetArtistTopTracks, GetBrowseCategory, GetBrowseCategorys, GetCategoryPlaylists, GetFeaturedPlaylists, GetGenres, GetMarkets, GetPlaylistsForUser, GetTrackAudioFeatures, GetTracksAudioFeatures, GetTrackRecommendations, GetUsersPublicProfile.