github rmartin16/qbittorrent-api v2020.12.14
release-2020.12.14

latest releases: v2024.3.60, v2024.2.59, v2024.1.58...
3 years ago

Version 2020.12.14

  • Add support for non-standard API endpoint paths (Fixes #37)
  • Allows users to leverage this client when qBittorrent is configured behind a reverse proxy.
    • For instance, if the Web API is being exposed at "http://localhost/qbt/", then users can instantiate via Client(host='localhost/qbt') and all API endpoint paths will be prefixed with "/qbt".
  • Additionally, the scheme (i.e. http or https) from the user will now be respected as the first choice for which scheme is used to communicate with qBittorrent.
    • However, users still don't need to even specify a scheme; it'll be automatically determined on the first connection to qBittorrent.
  • Neither of these should be breaking changes, but if you're instantiating with an incorrect scheme or an irrelevant path, you may need to prevent doing that now.

Don't miss a new qbittorrent-api release

NewReleases is sending notifications on new releases.