Skip to content

Releases: trim21/transmission-rpc

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

v3.0.0a4

17 Aug 13:05
Compare
Choose a tag to compare
v3.0.0a4 Pre-release
Pre-release

Code Refactoring

  • remove kwargs checker as a ValueError will be raised
  • return File instead of return dict (#23)

BREAKING CHANGES

Torrent.files() will return List[File]
Client.get_files() will return Dict[int, List[File]]

v3.0.0a3

03 Jul 06:35
Compare
Choose a tag to compare
v3.0.0a3 Pre-release
Pre-release

Bug Fixes

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

v3.0.0a2

01 Jun 01:32
Compare
Choose a tag to compare
v3.0.0a2 Pre-release
Pre-release

Document:

  • client: remove deprecated kwargs.

v3.0.0a1

01 Jun 00:55
Compare
Choose a tag to compare
v3.0.0a1 Pre-release
Pre-release

Code Refactoring

  • Client will use yarl to build url

Features

  • check rpc version for kwargs

BREAKING CHANGE

  • Client take kwargs only
  • Client args address and user is not avaliable anymore
  • Drop python3.5 support

v2.0.4

01 Jun 00:59
Compare
Choose a tag to compare

Bug Fixes

  • client: host parameter in Client.__init__ works without address (#6)