Skip to content

Commit d61227a

Browse files
committed
v0.2.0 — Better handling of many peers
- Increased MSRV to 1.70 - "Error communicating with {tracker}" warning messages now include the display name of the corresponding magnet, if known - Set the "yourip" field in outgoing BEP 10 handshakes, and log the field in received BEP 10 handshakes - If the first trackers to return provide a large number of peers, don't stop polling the futures for the remaining trackers
1 parent 692c42a commit d61227a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.2.0 (in development)
2-
-----------------------
1+
v0.2.0 (2023-12-29)
2+
-------------------
33
- Increased MSRV to 1.70
44
- "Error communicating with {tracker}" warning messages now include the display
55
name of the corresponding magnet, if known

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "demagnetize"
3-
version = "0.2.0-dev"
3+
version = "0.2.0"
44
edition = "2021"
55
rust-version = "1.70"
66
description = "Convert magnet links to .torrent files"

0 commit comments

Comments
 (0)