Skip to content

Releases: ikatson/rqbit

v6.0.0-beta.1

04 May 22:32
3b0987e
Compare
Choose a tag to compare
v6.0.0-beta.1 Pre-release
Pre-release

v6.0.0-beta.0

03 May 16:32
c07ebba
Compare
Choose a tag to compare
v6.0.0-beta.0 Pre-release
Pre-release

There's a ton of internal changes an refactorings.

librqbit API might have changed a tiny bit, mostly from newly added options.

Biggest changes:

  • streaming API + exposed HTTP endpoint
  • librqbit: dynamic storage backends
  • ability to write to disk in background with buffering up to certain memory size. Isn't proven useful yet, but may be useful for disks with occasional latency spikes.
  • optimisations
  • probably new bugs

What's Changed

  • Streaming API for existing on-disk storage by @ikatson in #124
  • Bump up peer semaphore to increase per-peer speed on high-latency connections by @ikatson in #130
  • Dynamic configurable storages by @ikatson in #129
  • More storage backends and middlewares + ability to write to storage in background (with a flag / option) by @ikatson in #131
  • A lot of changes and refactorings while simulating slow disks by @ikatson in #132

Full Changelog: v5.6.4...v6.0.0-beta.0

v5.6.4

29 Apr 18:44
28f65ef
Compare
Choose a tag to compare

What's Changed

  • Fix merging DHT and tracker streams by @ikatson in #127
  • NOTE: there was a 5.6.3 release, but it was removed quickly after publish because it had a new bug which was fixed in c22bbe8, part of 5.6.4

Full Changelog: v5.6.2...v5.6.4

REMOVED v5.6.3

29 Apr 18:55
517d05d
Compare
Choose a tag to compare
REMOVED v5.6.3 Pre-release
Pre-release

See notes in 5.6.4. This one is bugged

Full Changelog: v5.6.4...v5.6.3

v5.6.2

29 Apr 11:13
9f806d7
Compare
Choose a tag to compare

What's Changed

  • Fix a bug in stealing code by @ikatson in #126. This should make live peers more stable and disconnect less frequently.

Full Changelog: v5.6.1...v5.6.2

v5.6.1 - bug fixes

23 Apr 22:22
5dbba80
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.6.0...v5.6.1

v5.6.0

07 Apr 10:02
Compare
Choose a tag to compare

What's Changed

You can now change the list of selected files and see their download progress, through UI and API.
This is displayed by clicking the cog icon, hidden by default.

Screenshot 2024-04-07 at 13 50 19

Full Changelog: v5.5.4...v5.6.0

v5.6.0-beta.1

06 Apr 08:58
e18a711
Compare
Choose a tag to compare
v5.6.0-beta.1 Pre-release
Pre-release

Major

  • Ability to change the list of files at any time, including through UI by @ikatson in #115

What's Changed

New Contributors

Full Changelog: v5.6.0-beta.0...v5.6.0-beta.1

v5.6.0-beta.0

30 Mar 20:48
Compare
Choose a tag to compare
v5.6.0-beta.0 Pre-release
Pre-release

What's Changed

There's a lot of internal changes to the math in attempt to make it simpler to understand and to work with. Also a bunch of tests.
But as there's many changes, it could bring new bugs. So marking beta for now.

Full Changelog: v5.5.4...v5.6.0-beta.0

v5.5.4 - security update

29 Mar 21:09
8402a82
Compare
Choose a tag to compare

Main update in 5.5.4

There was a bug in rqbit where it didn't check hashes after downloading pieces. It was a one line fix, but took a long to debug. This manifested in super rare cases where after restarting rqbit, it would initialize already downloaded torrents to 99.*% and then would redownload broken pieces.

What's Changed

Full Changelog: v5.5.3...v5.5.4