Releases: trim21/transmission-rpc
Releases · trim21/transmission-rpc
v8.0.0a4
✨ New Features
badb38e- add session_close method (PR #545 by @zhanghanyun)
🐛 Bug Fixes
4b83898- client: addClient.close()method (PR #558 by @vonZeppelin)
v8.0.0a3
🐛 Bug Fixes
516aeb0- types: incorrect return types inpeersandpeers_from(PR #544 by @zhanghanyun)
v8.0.0a2
v8.0.0a1
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: returnBitMapas.piecesinstead of base64 str (PR #485 by @trim21)98fc4c4- support 4.1.0-beta.1, rpc version 18 (PR #399 by @trim21)- add
sequential_downloadtoclient.change_torrent() - add
sequential_downloadtoclient.get_torrent() - add
ip_protocolargument toclient.port_test() - support
file.beginPieceandfile.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