Releases: trim21/transmission-rpc
Releases · trim21/transmission-rpc
v8.0.0a0
💥 BREAKING CHANGES
due to a7c4047
- return BitMap
as .pieces
instead of base64 str (PR #485 by @trim21):
return BitMap
as .pieces
instead of base64 str (#485)
due to 8d2ee2c
- remove requests (PR #443 by @trim21):
remove requests (#443)
replace requests
with urllib3
, now client.timeout
is a urllib3.Timeout
instance.
due to 98fc4c4
- support 4.1.0-beta.1, rpc version 18 (PR #399 by @trim21):
client.port_test()
now return a PortTestResult
instead of a bool
.
✨ New Features
a7c4047
- torrent: returnBitMap
as.pieces
instead of base64 str (PR #485 by @trim21)98fc4c4
- support 4.1.0-beta.1, rpc version 18 (PR #399 by @trim21)- add
sequential_download
toclient.change_torrent()
- add
sequential_download
toclient.get_torrent()
- add
ip_protocol
argument toclient.port_test()
- support
file.beginPiece
andfile.endPiece
- add
🐛 Bug Fixes
v7.0.11
🐛 Bug Fixes
d571398
- client: improve error handling of empty torrent metadata (PR #449 by @dechamps)113716b
- make sure actually value are float type to match RPC double type fields (PR #457 by @cheeseandcereal)↘️ fixes issue #456 opened by @cheeseandcereal
7d8445d
- log: Expensive DEBUG log always run (PR #471 by @rpatterson)↘️ fixes issue #470 opened by @rpatterson
v7.0.10
v7.0.10a0
v7.0.9
v7.0.8
v7.0.7a3
v7.0.7a2
v7.0.7a2
v7.0.7a1
v7.0.7a0
v7.0.7a0