Skip to content

v4.0.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 11:51
· 474 commits to master since this release
v4.0.0-alpha
7f20ec2

Notice

This is a unstable version of new transmission-rpc v4, the compatibility of this version is not promised.

You should wait for stable version of transmission-rpc v4 or just use v3 if the new feature of rpc interface added in transmission 4.00-beta.1 is not critical for you.

Features

  • support transmission 4.00-beta.1 rpc version 17 (#164)

If you are using transmission 4.00's new method group-set and group-get, they may break in the future, because transmission's rpc-spec is not correct now, and I'm not sure whether they will change their rpc-spec or their implement.

BREAKING CHANGES

  • drop py37 (#183)
  • supported for rpc version < 14 are fullly dropped, no more automatically kwargs fix or special patch for them.
  • Client.change_torrent() and Client.set_session() may take different kwargs with v3, they are now fully typed.