Skip to content

Releases: rmartin16/qbittorrent-api

release-2020.11.13

29 Nov 20:29
eec3062
Compare
Choose a tag to compare

Version 2020.11.13

  • Bump for Web API v2.6.1 release
  • Path of torrent content now available via content_path from torrents/info

release-2020.11.12

16 Nov 21:34
fa3e960
Compare
Choose a tag to compare

Version 2020.11.12

  • Fix support for raw bytes for torrent_files in torrents_add() for Python 3. Fixes #34.

release-2020.10.11

30 Oct 04:54
d6edf0b
Compare
Choose a tag to compare

Version 2020.10.11

  • Support qBittorrent v4.3.0.1 and Web API v2.6
  • Due to qBittorrent changes, /search/categories no longer returns anything and /rss/renameRule works again

release-2020.10.10

07 Oct 04:57
e4a52ed
Compare
Choose a tag to compare

Version 2020.10.10

  • Advertise support for Python 3.9

release-2020.9.9

13 Sep 01:46
Compare
Choose a tag to compare

Version 2020.9.9

  • Only require enum34 for Python 2

release-2020.8.8

14 Aug 05:15
6edd97a
Compare
Choose a tag to compare

Version 2020.8.8

  • Support adding torrents from raw torrent files as bytes or file handles. Fixes #23.
  • Introduce TorrentStates enum for qBittorrent list of torrent states.

release-2020.7.7

27 Jul 03:37
d08b423
Compare
Choose a tag to compare

Version 2020.7.7

  • Update tests and misc small fixes.

release-2020.7.6

25 Jul 22:17
Compare
Choose a tag to compare

Version 2020.7.6

  • Re-release of v2020.7.5.

release-2020.7.5

25 Jul 22:05
Compare
Choose a tag to compare

Version 2020.7.5

  • Add RTD documentation.

release-2020.6.4

09 Jun 22:48
Compare
Choose a tag to compare

Version 2020.6.4

  • Bug fix release. Reorganized code and classes to be more logical.
  • Started returning None from many methods that were returning Requests Responses.
  • Content-Length header is now explicitly sent as "0" for any POSTs without a body.
  • Endpoint input parameters "hash" and "hashes" are renamed to "torrent_hash" and "torrent_hashes". "hash" and "hashes" remain supported.
  • search_uninstall_plugin now works. search_enable_plugin now supports multiple plugins.
  • Torrent.download_limit now only return the value instead of a dictionary. Torrent.upload_limit now works.
  • Drop advertising Python 2.6 and 3.4 support; add PyPy3 support.
  • Implement test suite and CI that can test all supported qBittorrent versions on all pythons.