Skip to content

v4.0.0-beta.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 09:47
· 936 commits to main since this release
1a5716a

New features:

  • Torrents can be in multiple states:
    • Initializing / Paused / Live / Error (e.g. out of space on disk or no permissions)
  • You can now pause/resume/delete torrent through HTTP API and web UI
  • Added armv7 build
  • You can now configure "RUST_LOG" through HTTP API

Breaking changes:

  • A lot of internal shuffling of things around. If you used the library might need to tweak a thing or two.
  • The server that starts with "rqbit download" is now read-only. It also doesn't have persistence. To have a server that allows to upload/pause torrents etc, you need to run "rqbit server start"
  • DHT now throttles itself not to send as many requests per second as it used to. This may make things a bit slower. But at least on my Macbook Air it used to lock up system UI (even cursor) because it was sending too many UDP packets in quick succession.
Screenshot 2023-11-27 at 09 30 10

What's Changed

  • A ton of new features + huge refactor by @ikatson in #37

Full Changelog: v3.2.0...v4.0.0-beta.0