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](https://github.com/Trim21/transmission-rpc/issues/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](https://github.com/Trim21/transmission-rpc/issues/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.