Releases: trim21/transmission-rpc
Releases · trim21/transmission-rpc
v7.0.7a0
v7.0.7a0
v7.0.6
v7.0.5
v7.0.4
v7.0.3
v7.0.2
v7.0.1
This version doesn't change any code, only to trigger readthedocs to build latest docs.
v4.3.1
Bug Fixes
- Make Status enum format to its str value by @gazpachoking in #314
v7.0.0
if you didn't see any DeprecationWarning
when you are using 6.0.0, it's safe to upgrade to this version.
BREAKING CHANGES:
some deprecated properties and methods are removed:
client.locate_torrent_data
, useclient.move_torrent_data(move=False)
instread.torrent.seedRatioLimit
, use.seed_ratio_limit
instead.torrent.seedRatioLimited
, use.seed_ratio_limited
instead.torrent.files
, usetorrent.get_files()
instead.torrent.date_active
, usetorrent.activity_date
instread.torrent.date_added
, usetorrent.added_date
instread.torrent.date_started
, usetorrent.start_date
instread.torrent.date_done
, usetorrent.done_date
instread.
v6.0.0
Breaking Changes:
- remove
PRIORITY
,RATIO_LIMIT
RatioLimit
andIdleLimit
, use enumPriority
,RatioLimitMode
andIdleMode
instead. File.priority
are now enumPriority
instead of string.Torrent.priority
are now enumPriority
instead of string.Torrent.seed_idle_mode
are now enumIdleMode
instead of string.Torrent.seed_ratio_mode
are now enumRatioLimitMode
instead of string.