Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: support rpc version 18 #399

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

feat!: support rpc version 18 #399

wants to merge 32 commits into from

Conversation

trim21
Copy link
Owner

@trim21 trim21 commented Apr 8, 2024

feature:

  • 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

BREAKING CHANGE:client.port_test() now return a PortTestResult instead of a bool.

@trim21 trim21 changed the title feat: support rpc version 18 feat!: support rpc version 18 Apr 8, 2024
Copy link

codecov bot commented Apr 8, 2024

Codecov Report

Attention: Patch coverage is 86.66667% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 77.63%. Comparing base (b6337ac) to head (bc1ee30).

Files Patch % Lines
transmission_rpc/types.py 90.90% 2 Missing ⚠️
transmission_rpc/client.py 75.00% 1 Missing ⚠️
transmission_rpc/torrent.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #399      +/-   ##
==========================================
+ Coverage   77.49%   77.63%   +0.13%     
==========================================
  Files          14       14              
  Lines        1471     1489      +18     
==========================================
+ Hits         1140     1156      +16     
- Misses        331      333       +2     
Flag Coverage Δ
3.10 77.63% <86.66%> (+0.13%) ⬆️
3.11 77.63% <86.66%> (+0.13%) ⬆️
3.12 77.63% <86.66%> (+0.13%) ⬆️
3.8 77.51% <82.60%> (+0.03%) ⬆️
3.9 77.51% <82.60%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant