Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 01:45
· 385 commits to master since this release
v4.0.0
88607b3

Features

  • add new function from_url to create client from url (#204)
  • new method Client().get_recently_active_torrents() to get recently removed torrents (#186)
  • support transmission 4.00 rpc version 17 (#164)
  • torrent: add Torrent.trackers

Bug Fixes

  • upstream wrong group-get rpc response
  • group-set request payload
  • client: strip torrnet new location path

Code Refactoring

  • do not subclass from requests exception
  • rename Torrent.files to Torrent.get_files
  • stop using dataclasses
  • new Session and Torrent object (#188)
  • add id to file object
  • add a rpc method enum (#187)
  • remove pydantic
  • add rpc version warning to new method in rpc 17
  • remove unused methods and deprecated function (#184)
  • drop py37 (#183)