v8.0.0a0
Pre-release
Pre-release
💥 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