Skip to content

v0.6.2

Compare
Choose a tag to compare
@DrewCarlson DrewCarlson released this 12 Jul 23:37
· 197 commits to main since this release

v0.6.2

  • Torrent model replaces id with index
  • Add renameFolder endpoint
  • Correct error dispatching behavior of sync flows
  • Wrap internal networking exceptions in QBittorrentException, the response will be null in these cases
  • Remove println of file path when reading files on Windows
  • Workaround Ktor cookie storage bug causing authentication to loop

v0.6.1

  • Add missing params to AddTorrentBody
  • Do not include unset properties from AddTorrentBody
  • Support torrent file paths and ByteArrays in AddTorrentBody

v0.6.0

  • The login function now coordinates with auto login/retry internals (i.e. all auth attempts share a lock)
  • syncMainData or torrentFlow flows now throw request and authentication errors
  • Replace Ktor v1 style error transformers with response handler
  • Include the original HttpResponse in QBittorrentException
  • Update Kotlin to 1.7.10

Full Changelog: v0.6.1...v0.6.2