Releases: trim21/transmission-rpc
Releases · trim21/transmission-rpc
v3.2.1
v3.2.1 - 2020-08-28
Bug Fixes
- client: parse server version with non-int changeset
Code Refactoring
- warning about version deprecated
- client: set default server version to 2.40
v3.2.0
v3.2.0 - 2020-08-27
Code Refactoring
- enum transmission rpc type
Features
- make
File
importabled from package
v3.1.0
Features
- add rpc version 16 support
- torrent: add some common used attrs
v3.0.1
Can't publish 3.0.0
on pypi, so releasing a new version.
v3.0.0
Bug Fixes
- client: failed to add url which is http url but not end with 'torrent' (#16)
Code Refactoring
- return File object instead of returning a dict (#23)
- Client will use
yarl
to build url
BREAKING CHANGES
Torrent.files()
will return List[File]
Client.get_files()
will return Dict[int, List[File]]
- Client args
address
and user
is not available anymore
Features
- check rpc version for kwargs
v3.0.0a4
Code Refactoring
- remove kwargs checker as a ValueError will be raised
- return File instead of return dict (#23)
BREAKING CHANGES
Torrent.files()
will return List[File]
Client.get_files()
will return Dict[int, List[File]]
v3.0.0a3
Bug Fixes
- client: failed to add url which is http url but not end with 'torrent' (#16)
v3.0.0a2
Document:
- client: remove deprecated kwargs.
v3.0.0a1
Code Refactoring
- Client will use yarl to build url
Features
- check rpc version for kwargs
BREAKING CHANGE
- Client take kwargs only
- Client args
address
and user
is not avaliable anymore
- Drop python3.5 support
v2.0.4
Bug Fixes
- client: host parameter in Client.__init__ works without address (#6)