Skip to content

Releases: browniebroke/deezer-python

v4.1.0

20 Oct 18:00
Compare
Choose a tag to compare

Feature

  • Add all documented fields to resources and type annotate them (9b093b2)
  • Add support for getting the current user (5e9b56e)

v4.0.0

17 Oct 11:31
Compare
Choose a tag to compare

Feature

  • Port Client's request method to AsyncClient (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 regular search method. (46cf5f1)
  • The get_object, object_url and url methods have been removed from the Client and AsyncClient classes (3b7c167)
  • The Client.get_radios method has been removed and replaced by Client.list_radios (b7d940f)
  • The Client.get_genres method has been removed and replaced by Client.list_genres (2e284af)
  • A DeezerErrorResponse is now raised in case of error, instead of ValueError (0ddc5c2)

v3.2.0

15 Oct 21:31
Compare
Choose a tag to compare

Feature

  • Get current user's listening history (43ea8ca)

Documentation

  • Update contributing guide with recent simplifications (0181cda)
  • Add Carababusha as a contributor for code (#390) (257a48f)
  • Update contributing guide to avoid leaking API tokens (784146e)

v3.1.0

09 Oct 18:15
Compare
Choose a tag to compare

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)

v3.0.0

09 Oct 11:20
Compare
Choose a tag to compare

Breaking

  • remove deprecated asdict method on Resource class (daeee61)
  • remove deprecated host and use_ssl arguments for Client (2bd2c39)

Documentation

v2.4.0

07 Oct 10:58
Compare
Choose a tag to compare

Feature

  • Add official python 3.10 support (b29b0cb)

v2.3.1

13 Sep 22:31
Compare
Choose a tag to compare

Fix

  • deps: Update dependency sphinx-rtd-theme to v1 (af43757)

Documentation

v2.3.0

27 Jun 12:08
Compare
Choose a tag to compare

Feature

  • Deprecate the asdict method from the Resource class (412b954)

v2.2.4

13 Jun 01:53
Compare
Choose a tag to compare

Fix

  • deps: Update dependency myst-parser to ^0.15 (81ed3d8)

v2.2.3

04 May 20:47
Compare
Choose a tag to compare

Fix

  • deps: Update dependency myst-parser to ^0.14 (9fbc55a)