History

1.2.0 (2019-09-25)

  • Add user’s favorite albums, artists, tracks and playlists in user resource.
  • Add headers kwarg in Client to force session headers.

1.1.2 (2019-06-02)

  • Added contributors table in README.

1.1.1 (2019-05-25)

  • Fix classifier.

1.1.0 (2019-05-25)

  • Tests with vcr.py instead of requests_mock.
  • Support for Python 3.7 & 3.8 is finally official.
  • Breaking: drop support for Python 3.4.

1.0.0 (2019-02-11)

  • Breaking: drop support for Python 2.

0.9.0 (2019-02-10)

  • Add Client.advanced_search.

0.8.0 (2018-10-30)

  • Added index and limit to Client.search & Client.get_charts. Defaults are set to Deezer API defaults.
  • Changed tornado to be an optional requirement. If you want to use the asynchronous client, you need to install the library as follow pip install deezer-python[tornado].
  • Simplified a couple of things to rely more on six for Python compatibility.
  • Auto-format code using black.

0.7.0 (2018-10-03)

  • Breaking: the async module has been renamed asynchronous as it was breaking under Python 3.7, thanks Matheus Horstmann for the patch
  • Optimisation: the session is now stored internally by the client

0.6.1 (2017-06-19)

  • Added access token to the request kwargs. Thanks Nikolay Sheregeda for the patch.
  • Documentation update, thanks Khamaileon for the correction.

0.6.0 (2016-12-27)

  • Refactoring to use requests instead of urllib, mocking using Requests mock instead of manual patching. Use six for Python 2 and 3 compatibility.

0.5.0 (2016-12-26)

  • Python 3.6 support
  • Remove Python 3.2 classifier, support was dropped since 0.2.3
  • Updated docs and testing setup

0.4.0 (2016-12-08)

  • Add the chart resource. Thanks to Pascal.
  • Documentation updates regarding changelog and list of authors.

0.3.0 (2016-11-09)

  • Enriching the API for resources to get related resources as iterators. Thanks to Pascal.

0.2.3 (2016-11-07)

  • Drop support for Python 3.2. It should still work, but we are not testing it anymore, as this version as reached end of life.

0.2.2 (2015-09-14)

  • Python 3.5 support
  • Various doc updates

0.2.0 (2015-01-31)

  • Enriching the API for resources to get artists for a genre, top tracks of an artist, etc… Thanks to Misuzu.

0.1.0 (2014-11-22)

  • Initial release.