Skip to content

Releases: trim21/transmission-rpc

v4.1.4

31 Mar 18:08
v4.1.4
0a8065d
Compare
Choose a tag to compare

Support python37

v4.1.3

11 Mar 22:29
v4.1.3
b7668d9
Compare
Choose a tag to compare

Features

  • add some torrent properties

v3.4.2

11 Mar 21:38
v3.4.2
68826ca
Compare
Choose a tag to compare

Features

  • support transmission v4

Code Refactoring

  • backport Torrent.get to v3 (#245)

v4.1.2

01 Mar 04:48
v4.1.2
0e1cd74
Compare
Choose a tag to compare

Bug Fixes

  • remove debug print

v4.1.1

01 Mar 04:35
v4.1.1
bea1143
Compare
Choose a tag to compare

Bug Fixes

  • session: default trackers

v4.1.0

26 Feb 10:01
v4.1.0
b289913
Compare
Choose a tag to compare

Features

  • session: set default trackers

v4.0.0

23 Feb 01:45
v4.0.0
88607b3
Compare
Choose a tag to compare

Features

  • add new function from_url to create client from url (#204)
  • new method Client().get_recently_active_torrents() to get recently removed torrents (#186)
  • support transmission 4.00 rpc version 17 (#164)
  • torrent: add Torrent.trackers

Bug Fixes

  • upstream wrong group-get rpc response
  • group-set request payload
  • client: strip torrnet new location path

Code Refactoring

  • do not subclass from requests exception
  • rename Torrent.files to Torrent.get_files
  • stop using dataclasses
  • new Session and Torrent object (#188)
  • add id to file object
  • add a rpc method enum (#187)
  • remove pydantic
  • add rpc version warning to new method in rpc 17
  • remove unused methods and deprecated function (#184)
  • drop py37 (#183)

v3.4.1

23 Feb 01:25
v3.4.1
c435f93
Compare
Choose a tag to compare

Features

  • support transmission v4

Notes

transmission-rpc will warning about deprecated methods and they will be removed in v4

v4.0.0-alpha.5

16 Nov 15:52
v4.0.0-alpha.5
c3126e0
Compare
Choose a tag to compare
v4.0.0-alpha.5 Pre-release
Pre-release

Features

  • add new function from_url to create client from url (#204)
  • torrent: add Torrent.trackers

v4.0.0-alpha.4

16 Nov 14:13
v4.0.0-alpha.4
c7516d4
Compare
Choose a tag to compare
v4.0.0-alpha.4 Pre-release
Pre-release

Notice

some properties of Group is not woking with transmission version 4.0.0-beta.1, you may need to use group.get(...) to get the raw value.

Bug Fixes

  • match rpc spec of group-get

Code Refactoring

  • rename Torrent.files to Torrent.get_files
  • stop using dataclasses

BREAKING CHANGES

  • rename Torrent.files() to Torrent.get_files()