Releases: browniebroke/deezer-python
Releases · browniebroke/deezer-python
v4.1.0
v4.0.0
Feature
- Port
Client
'srequest
method toAsyncClient
(bd9edb2
) - Refactor existing methods to use newer request (
0ddc5c2
)
Fix
- Remove
Comment
resource as it's no longer in the Deezer API (6bb0647
) - Make
Resource.get_relation
work with Tornado client (0980055
)
Breaking
- the
advanced_search
method no longer exists and has been merged into the regularsearch
method. (46cf5f1
) - The
get_object
,object_url
andurl
methods have been removed from theClient
andAsyncClient
classes (3b7c167
) - The
Client.get_radios
method has been removed and replaced byClient.list_radios
(b7d940f
) - The
Client.get_genres
method has been removed and replaced byClient.list_genres
(2e284af
) - A
DeezerErrorResponse
is now raised in case of error, instead ofValueError
(0ddc5c2
)
v3.2.0
v3.1.0
Feature
- Ability to manage tracks from the user's library (
59b0f57
) - Ability to manage artists from the user's library (
10f2967
) - Ability to manage albums from the user's library (
45f9bba
) - Add support to rate an album (
c8dc771
) - Add support to rate an album (
1c72557
) - Basic structure to support POST method (
9da4e81
)