Skip to content

Releases: browniebroke/deezer-python

v7.2.0

18 Sep 07:49
Compare
Choose a tag to compare

v7.2.0 (2025-09-18)

This release is published under the MIT License.

Features


Detailed Changes: v7.1.2...v7.2.0

v7.1.2

25 Aug 14:33
Compare
Choose a tag to compare

v7.1.2 (2025-08-25)

This release is published under the MIT License.

Bug Fixes


Detailed Changes: v7.1.1...v7.1.2

v7.1.1

20 Dec 19:23
Compare
Choose a tag to compare

v7.1.1 (2024-12-20)

Bug Fixes

  • No forward parent when getting artist radio (#1211, 6807997)

Documentation


Detailed Changes: v7.1.0...v7.1.1

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)