Releases: browniebroke/deezer-python
Releases · browniebroke/deezer-python
v7.1.0
v7.0.0
v7.0.0 (2024-07-11)
Breaking
-
Migrate from requests to httpx: the Client should now be instantiated as context manager (
06e20d8
) -
The
app_id
andapp_secret
parameters have ben removed from theClient
class. They were not actually used. (c1bbf37
)
Documentation
Feature
- Add custom auth class for httpx (
e8d1955
)
Refactor
- Make query params more explicit (
553df43
)
Test
v6.2.0
v6.1.1
v6.1.0
v6.0.0
Feature
Breaking
- Drop support for Python 3.7 as it reached EOL on June 27, 2023. More infos: https://devguide.python.org/versions/ (
d80f1e7
)
v5.12.0
Feature
- Add
User.create_playlist
method (c768a8b
) - Add
User.remove_playlist
method (289f021
) - Add
User.add_playlist
method (7ec9bc9
) - Add
User.unfollow
method (59b9329
) - Add
User.follow
method (949918a
) - Add
User.remove_artist
method (70825bf
) - Add
User.add_artist
method (3ad512b
) - Add
User.remove_Track
method (ccc7b76
) - Add
User.add_track
method (1d9d3d2
) - Add
User.remove_album
method (103c58b
) - Add
User.add_album
method (013adde
)