Releases: spotipy-dev/spotipy
Releases · spotipy-dev/spotipy
2.9: Extra parameters
Added
- Support
position_ms
optional parameter instart_playback
- Add
requests_timeout
parameter to authentication methods - Make cache optional in
get_access_token
2.8: Auto-refresh token
Added
- Support for
playlist_cover_image
- Support
after
andbefore
parameter incurrent_user_recently_played
- CI for unit tests
- Automatic
token
refresh auth_manager
andoauth_manager
optional parameters added toSpotify
's init.- Optional
username
parameter to be passed toSpotifyOAuth
, to infer acache_path
automatically - Optional
as_dict
parameter to controlSpotifyOAuth
'sget_access_token
output type. However, this is going to be deprecated in the future, and the method will always return a token string - Optional
show_dialog
parameter to be passed toSpotifyOAuth
Changed
- Both
SpotifyClientCredentials
andSpotifyOAuth
inherit from a commonSpotifyAuthBase
which handles common parameters and logics.
2.7.1
Changed
- PyPi release mistake without pulling last merge first
2.7: Upload covers
Added
- Support for
playlist_tracks
- Support for
playlist_upload_cover_image
Changed
user_playlist_tracks
doesn't require a user anymore
Deprecated
- Deprecated
user_playlist
anduser_playlist_tracks
2.6.3
Fixed
- Fixed broken doc in previous version
2.6.2: 2x performance boost
Fixed
- Fixed broken examples in README, examples and doc
Changed
- Allow session keepalive (improves performance x2)
- Bump requests to 2.20.0
2.6.1: Minor fixes
Fixed
- Fixed inconsistent behaviour with some API methods when
a full HTTP URL is passed. - Fixed invalid calls to logging warn method
Removed
mock
no longer needed for install. Only used intox
.
2.6: Pull from Harrison97's fork
Added
- Support for
playlist
to get a playlist without specifying a user - Support for
current_user_saved_albums_delete
- Support for
current_user_saved_albums_contains
- Support for
user_unfollow_artists
- Support for
user_unfollow_users
- Lint with flake8 using Github action
Changed
- Fix typos in doc
- Start following SemVer properly
2.5: Added follow and player endpoints
2.5.0 Bump to 2.5.0