Skip to content

Releases: browniebroke/deezer-python

v7.1.0

31 Oct 19:28
Compare
Choose a tag to compare

v7.1.0 (2024-10-31)

Features

  • Drop support for Python 3.8 (#1171)

v7.0.0

11 Jul 10:21
Compare
Choose a tag to compare

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 and app_secret parameters have ben removed from the Client class. They were not actually used. (c1bbf37)

Documentation

Feature

  • Add custom auth class for httpx (e8d1955)

Refactor

  • Make query params more explicit (553df43)

Test

  • Separate client fixtures to avoid leaking auth to non-auth (81f11bf)

  • Simplify mocked responses (#1039) (6df900f)

v6.2.0

20 May 22:49
Compare
Choose a tag to compare

v6.2.0 (2024-05-20)

Documentation

  • docs: update language for python REPL blocks (#1033) (f66dec4)

Feature

  • feat: mark Client app_id and app_secret parameters as deprecated (#1047) (999ae5f)

Test

  • test: simplify mocked responses

(cherry picked from commit 6df900f) (dd4fa25)

v6.1.1

18 Oct 10:49
Compare
Choose a tag to compare

v6.1.1 (2023-10-18)

Fix

  • fix: potential unset response attribute on HTTPError (82a47be)

v6.1.0

07 Aug 16:06
Compare
Choose a tag to compare

v6.1.0 (2023-08-07)

Documentation

Feature

  • feat: add official support for Python 3.12 (#791) (2eead31)

v6.0.0

27 Jun 12:38
Compare
Choose a tag to compare

Feature

Breaking

v5.12.0

11 May 11:04
Compare
Choose a tag to compare

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)

v5.11.1

10 May 19:56
Compare
Choose a tag to compare

Fix

  • Rename argument for Playlist.reorder_tracks back to order to match parameter name from REST API (ea469e9)

v5.11.0

09 May 11:21
Compare
Choose a tag to compare

Feature

  • Add ability to remove a bookmark on an episode (4eb896a)
  • Add ability to add a bookmark to an episode (6dc32ac)
  • Add ability to mark a playlist as seen (dac1530)

v5.10.0

08 May 15:02
Compare
Choose a tag to compare

Feature

  • playlists: Add functions to create, edit, reorder and delete playlists and edit user library playlists (#709) (5257988)