[ 1.0.211 ] - 2026/07/28
- Updated
spotifywebapipythonpackage requirement tospotifywebapipython>=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.SpotifyClientmethods 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 adeprecatedexception for these methods if the Spotify Web API returns a404 - Not Foundstatus. The methods restored were:GetAlbumNewReleases,GetArtistRelatedArtists,GetArtistTopTracks,GetBrowseCategory,GetBrowseCategorys,GetCategoryPlaylists,GetFeaturedPlaylists,GetGenres,GetMarkets,GetPlaylistsForUser,GetTrackAudioFeatures,GetTracksAudioFeatures,GetTrackRecommendations,GetUsersPublicProfile.