Skip to content

Releases: ikatson/rqbit

v3.0.0-beta.0

20 Nov 10:48
b06ef71
Compare
Choose a tag to compare

This release and its artifacts were built with a GitHub action

v3.0.0

20 Nov 16:23
e557d76
Compare
Choose a tag to compare

Major new features:

  • Peers now reconnect with exponential backoff. This should make downloads more stable and faster. Also in case of network errors, eventually it will reconnect to peers.
  • Replaced log with tracing.
    • When using as a library, you can now configure tracing / logging.
    • When using as the binary RUST_LOG environment variable is now much more advanced
  • Reduced default connect timeout to 2 seconds, so that slow peers don't exhaust semaphores, and we connect to faster peers earlier
  • Re-architected some internal librqbit pieces in a major way, there may be bugs

v2.2.2

16 Nov 08:00
c10f4fc
Compare
Choose a tag to compare

This release and its artifacts were built with a GitHub action

v2.2.1

11 Jul 21:34
3428de8
Compare
Choose a tag to compare

This release and its artifacts were built with a GitHub action

v2.2.0

10 Jul 12:27
159e90b
Compare
Choose a tag to compare

This release and its artifacts were built with a GitHub action

  • added --exit-on-download option
  • attempted to fix #17

Full Changelog: v2.2.0...v2.1.5

v2.1.5

04 Dec 15:00
9e8f235
Compare
Choose a tag to compare

This release and its artifacts were built with a GitHub action

v2.1.4

23 May 20:46
4cf5381
Compare
Choose a tag to compare

This release and its artifacts were built with a GitHub action

v2.1.3

13 Nov 21:28
99c5830
Compare
Choose a tag to compare

This release and its artifacts were built with a GitHub action

v2.1.2

28 Oct 10:06
cc8011c
Compare
Choose a tag to compare

This release and its artifacts were built with a GitHub action

Full Changelog: v2.1.1...v2.1.2

v2.1.1

25 Oct 19:10
804303c
Compare
Choose a tag to compare

This release and its artifacts were built with a GitHub action

What's Changed

  • Fix: multiply the number of bytes by 8 by @pcmid in #8
  • Update: add sub_folder in AddTorrentOptions by @pcmid in #9

New Contributors

  • @pcmid made their first contribution in #8

Full Changelog: v2.1.0...v2.1.1