Skip to content

Releases: trim21/transmission-rpc

v3.2.6

25 Jun 03:38
Compare
Choose a tag to compare

Bug Fixes

  • make sure id is always in argumenets (#95)

v3.2.5

05 May 19:21
Compare
Choose a tag to compare

Bug Fixes

  • raise TransmissionAuthError for 403 response (#81)

Features

  • torrent: wrap Torrent.status to support simple comparison with attribute (#75)
  • torrent: add download_dir property (#62)

Performance Improvements

  • client: avoid load and dump HTTP query twice (#82)

v3.2.5-alpha

31 Mar 07:27
Compare
Choose a tag to compare

Features

  • support transmission 3.01 (#72)
  • torrent: add download_dir property (#62)

v3.2.4

09 Mar 15:15
Compare
Choose a tag to compare

v3.2.4 - 2021-03-09

Bug Fixes

  • incorrect auth info will raise TransmissionAuthError
  • type: client.add_torrent() should return Torrent object

Code Refactoring

  • wrap low level exception
  • replace yarl with std lib

Features

  • add additional properties (#51)

v3.2.2

22 Dec 16:19
Compare
Choose a tag to compare

v3.2.2 - 2020-12-22

Code Refactoring

  • sort args by added_version
  • torrent: use percentDone as progress when available (#47)

Features

  • torrent: add rateUpload and rateDownload properties (#45)

v3.2.1

27 Aug 19:11
Compare
Choose a tag to compare

v3.2.1 - 2020-08-28

Bug Fixes

  • client: parse server version with non-int changeset

Code Refactoring

  • warning about version deprecated
  • client: set default server version to 2.40

v3.2.0

27 Aug 14:35
Compare
Choose a tag to compare

v3.2.0 - 2020-08-27

Code Refactoring

  • enum transmission rpc type

Features

  • make File importabled from package

v3.1.0

24 Aug 14:44
Compare
Choose a tag to compare

Features

  • add rpc version 16 support
  • torrent: add some common used attrs

v3.0.1

18 Aug 14:58
Compare
Choose a tag to compare

Can't publish 3.0.0 on pypi, so releasing a new version.

v3.0.0

17 Aug 13:08
Compare
Choose a tag to compare

Bug Fixes

  • client: failed to add url which is http url but not end with 'torrent' (#16)

Code Refactoring

  • return File object instead of returning a dict (#23)
  • Client will use yarl to build url

BREAKING CHANGES

  • Torrent.files() will return List[File]
    Client.get_files() will return Dict[int, List[File]]
  • Client args address and user is not available anymore

Features

  • check rpc version for kwargs