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 4.1.0, rpc version 18 #399

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

feat!: support 4.1.0, rpc version 18 #399

wants to merge 41 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 77.77778% with 4 lines in your changes missing coverage. Please review.

Project coverage is 77.68%. Comparing base (a672599) to head (1019a42).

Files with missing lines Patch % Lines
transmission_rpc/types.py 81.81% 2 Missing ⚠️
transmission_rpc/client.py 66.66% 1 Missing ⚠️
transmission_rpc/torrent.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #399      +/-   ##
==========================================
+ Coverage   77.62%   77.68%   +0.05%     
==========================================
  Files          14       14              
  Lines        1506     1519      +13     
==========================================
+ Hits         1169     1180      +11     
- Misses        337      339       +2     
Flag Coverage Δ
3.10 77.68% <77.77%> (+0.05%) ⬆️
3.11 77.68% <77.77%> (+0.05%) ⬆️
3.12 77.68% <77.77%> (+0.05%) ⬆️
3.8 77.46% <76.47%> (+0.03%) ⬆️
3.9 77.46% <76.47%> (+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.

@trim21 trim21 changed the title feat!: support rpc version 18 feat!: support 4.1.0, rpc version 18 Jun 9, 2024
@trim21 trim21 changed the title feat!: support 4.1.0, rpc version 18 feat!: support 5.0.0, rpc version 18 Sep 20, 2024
@trim21 trim21 changed the title feat!: support 5.0.0, rpc version 18 feat!: support 4.1.0, rpc version 18 Sep 20, 2024
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.

1 participant