Skip to content

v8.0.0a0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 12:58
· 8 commits to master since this release
v8.0.0a0
2d53c70

💥 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: return BitMap 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 to client.change_torrent()
    • add sequential_download to client.get_torrent()
    • add ip_protocol argument to client.port_test()
    • support file.beginPiece and file.endPiece

🐛 Bug Fixes