Skip to content

Commit 285101e

Browse files
committed
chore: Release
1 parent 9583729 commit 285101e

File tree

13 files changed

+93
-48
lines changed

13 files changed

+93
-48
lines changed

CHANGELOG.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,51 @@
22

33
All notable changes to iroh will be documented in this file.
44

5-
## [0.24.0](https://github.com/n0-computer/iroh/compare/v0.23.0..0.24.0) - 2024-09-02
5+
## [0.25.0](https://github.com/n0-computer/iroh/compare/v0.24.0..0.25.0) - 2024-09-16
6+
7+
### ⛰️ Features
8+
9+
- *(iroh-base)* Implement `From` & `Into` between `NodeAddr` and `NodeTicket` ([#2717](https://github.com/n0-computer/iroh/issues/2717)) - ([8a4bb09](https://github.com/n0-computer/iroh/commit/8a4bb09d6367e6a8e8daa2e269df9fd23140d6b2))
10+
- Allow to bind to a specific address ([#2694](https://github.com/n0-computer/iroh/issues/2694)) - ([2e5188a](https://github.com/n0-computer/iroh/commit/2e5188a1f350a4d277d43ed747b9856305ffb285))
11+
12+
### 🐛 Bug Fixes
13+
14+
- *(ci)* Fix docker builds on release & release rebuilds ([#2712](https://github.com/n0-computer/iroh/issues/2712)) - ([21d75c7](https://github.com/n0-computer/iroh/commit/21d75c75eb831f812bcb4e9ecf1e9b4bdddf059b))
15+
- *(iroh)* Handle out of bounds requests for blobs read_at ([#2729](https://github.com/n0-computer/iroh/issues/2729)) - ([28cf153](https://github.com/n0-computer/iroh/commit/28cf153e729e7d4e9fc8ff27d61bbca6763b6e9f))
16+
- *(iroh-blobs)* Unconditionally delete blobs ([#2692](https://github.com/n0-computer/iroh/issues/2692)) - ([567577d](https://github.com/n0-computer/iroh/commit/567577d339f05b0100790977c8b2e90e3e20f4e8))
17+
- *(iroh-net)* Fix a hot-loop when the probes time out ([#2699](https://github.com/n0-computer/iroh/issues/2699)) - ([874030a](https://github.com/n0-computer/iroh/commit/874030a374632f1e4e482e94a04674021ea3db24))
18+
- Put `--with-relay` feature in iroh-net bench behind `local-relay` feature flag ([#2700](https://github.com/n0-computer/iroh/issues/2700)) - ([b8c0513](https://github.com/n0-computer/iroh/commit/b8c051303be45d3c832b7893de8b72aa9f50c9ce))
19+
20+
### 🚜 Refactor
21+
22+
- *(iroh)* Remove custom impl of `SharedAbortingJoinHandle` ([#2715](https://github.com/n0-computer/iroh/issues/2715)) - ([098b11f](https://github.com/n0-computer/iroh/commit/098b11f81e28a7de4d43e9b1066c4f993b85c815))
23+
- *(iroh-gossip)* Make use of Endpoint::direct_addresses in iroh_gossip::net ([#2731](https://github.com/n0-computer/iroh/issues/2731)) - ([9583729](https://github.com/n0-computer/iroh/commit/9583729420a74dfd80cbcc88a9e23f4ddf7662d3))
24+
- *(iroh-net)* [**breaking**] Make netcheck::Client !Clone ([#2716](https://github.com/n0-computer/iroh/issues/2716)) - ([ce2cfee](https://github.com/n0-computer/iroh/commit/ce2cfee00677fb0b17d1cc213e834cc273f6a1b8))
25+
- [**breaking**] Migrate to tokio's AbortOnDropHandle ([#2701](https://github.com/n0-computer/iroh/issues/2701)) - ([35e9873](https://github.com/n0-computer/iroh/commit/35e9873901297a49434d1e8043e12e3a78ae5c72))
26+
27+
### 📚 Documentation
28+
29+
- *(iroh-cli)* Add docs to entrypoint ([#2697](https://github.com/n0-computer/iroh/issues/2697)) - ([c6e2f05](https://github.com/n0-computer/iroh/commit/c6e2f05e3ab8b7afbb8b8d6de77f975503ef3c46))
30+
- *(iroh-cli)* Udpate `doctor` command documentation ([#2710](https://github.com/n0-computer/iroh/issues/2710)) - ([93b400a](https://github.com/n0-computer/iroh/commit/93b400a067dd31b97a3e8367fe7f224d7c9306c8))
31+
- *(iroh-cli)* Update `authors` command documentation ([#2702](https://github.com/n0-computer/iroh/issues/2702)) - ([2c199a0](https://github.com/n0-computer/iroh/commit/2c199a02e8a02769565d183130dc17134c98574b))
32+
- *(iroh-cli)* Update `console` command documentation ([#2705](https://github.com/n0-computer/iroh/issues/2705)) - ([4964ee3](https://github.com/n0-computer/iroh/commit/4964ee3652ace5748cb5358b48041c362acd5be2))
33+
- *(iroh-cli)* Update `net` command documentation ([#2707](https://github.com/n0-computer/iroh/issues/2707)) - ([8c321a2](https://github.com/n0-computer/iroh/commit/8c321a2a482989291fe98a69a4f312dac94df8b7))
34+
- *(iroh-cli)* Update `start` command documentation ([#2708](https://github.com/n0-computer/iroh/issues/2708)) - ([2636be8](https://github.com/n0-computer/iroh/commit/2636be85869f8f760d69e991f61a4c9d88765112))
35+
- *(iroh-cli)* Update `rpc` command documentation ([#2711](https://github.com/n0-computer/iroh/issues/2711)) - ([518d439](https://github.com/n0-computer/iroh/commit/518d439684e0f4f1f17471b1b0a7a93839678ec2))
36+
- *(iroh-cli)* Update `gossip` command documentation ([#2706](https://github.com/n0-computer/iroh/issues/2706)) - ([bdaeba1](https://github.com/n0-computer/iroh/commit/bdaeba1b966922ea0d3ef5ce15d618b1af6e27e8))
37+
- *(iroh-cli)* Update `tags` command documentation ([#2709](https://github.com/n0-computer/iroh/issues/2709)) - ([7510a59](https://github.com/n0-computer/iroh/commit/7510a59b879856098d7165b221c4076c6f885ea9))
38+
- *(iroh-cli)* Update `blobs` command documentation ([#2704](https://github.com/n0-computer/iroh/issues/2704)) - ([76b1473](https://github.com/n0-computer/iroh/commit/76b1473d373c5333fd9263361dca31b306577127))
39+
- *(iroh-cli)* Update `docs` command documentation ([#2703](https://github.com/n0-computer/iroh/issues/2703)) - ([7b6c974](https://github.com/n0-computer/iroh/commit/7b6c974022777bfa6ea49e799bca2e401124b159))
40+
- *(iroh-cli)* Fix typo ([#2718](https://github.com/n0-computer/iroh/issues/2718)) - ([d2ecbdb](https://github.com/n0-computer/iroh/commit/d2ecbdbf7f26bfc224f797571c2bdefd6fdadbdf))
41+
42+
### ⚙️ Miscellaneous Tasks
43+
44+
- *(ci)* Move mac builds over to arm box ([#2675](https://github.com/n0-computer/iroh/issues/2675)) - ([1df0813](https://github.com/n0-computer/iroh/commit/1df08132744c61bb30d5bb5611263b871616f5fa))
45+
- *(iroh-net)* Remove direct dependency on rand_core ([#2719](https://github.com/n0-computer/iroh/issues/2719)) - ([b6a64e0](https://github.com/n0-computer/iroh/commit/b6a64e0764b2973497ee989910d2930ced3160f5))
46+
- Fix [email protected] and cargo deny ([#2714](https://github.com/n0-computer/iroh/issues/2714)) - ([52422cd](https://github.com/n0-computer/iroh/commit/52422cdb228e060c136d87b350fa9cfd35961b76))
47+
- Remove double spellchecks ([#2720](https://github.com/n0-computer/iroh/issues/2720)) - ([a733143](https://github.com/n0-computer/iroh/commit/a73314385084ae4e72e15bc15469991e139763ec))
48+
49+
## [0.24.0](https://github.com/n0-computer/iroh/compare/v0.23.0..v0.24.0) - 2024-09-02
650

751
### ⛰️ Features
852

@@ -32,6 +76,7 @@ All notable changes to iroh will be documented in this file.
3276
### ⚙️ Miscellaneous Tasks
3377

3478
- *(iroh-net)* Do not add the NodeId in the magicsock span field ([#2679](https://github.com/n0-computer/iroh/issues/2679)) - ([05fff6a](https://github.com/n0-computer/iroh/commit/05fff6a11d9afd181a59e119a5aa98d5304d3f58))
79+
- Release - ([a029d89](https://github.com/n0-computer/iroh/commit/a029d89a2b9cb1d04eba054960114801b755b582))
3580

3681
### Deps
3782

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iroh-base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-base"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "base type and utilities for Iroh"

iroh-blobs/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-blobs"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "blob and collection transfer support for iroh"
@@ -27,10 +27,10 @@ futures-lite = "2.3"
2727
genawaiter = { version = "0.99.1", features = ["futures03"] }
2828
hashlink = { version = "0.9.0", optional = true }
2929
hex = "0.4.3"
30-
iroh-base = { version = "0.24.0", features = ["redb"], path = "../iroh-base" }
30+
iroh-base = { version = "0.25.0", features = ["redb"], path = "../iroh-base" }
3131
iroh-io = { version = "0.6.0", features = ["stats"] }
32-
iroh-metrics = { version = "0.24.0", path = "../iroh-metrics", default-features = false }
33-
iroh-net = { version = "0.24.0", path = "../iroh-net" }
32+
iroh-metrics = { version = "0.25.0", path = "../iroh-metrics", default-features = false }
33+
iroh-net = { version = "0.25.0", path = "../iroh-net" }
3434
num_cpus = "1.15.0"
3535
oneshot = "0.1.8"
3636
parking_lot = { version = "0.12.1", optional = true }

iroh-cli/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-cli"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "Bytes. Distributed."
@@ -40,9 +40,9 @@ futures-util = { version = "0.3.30", features = ["futures-sink"] }
4040
hex = "0.4.3"
4141
human-time = "0.1.6"
4242
indicatif = { version = "0.17", features = ["tokio"] }
43-
iroh = { version = "0.24.0", path = "../iroh", features = ["metrics"] }
44-
iroh-gossip = { version = "0.24.0", path = "../iroh-gossip" }
45-
iroh-metrics = { version = "0.24.0", path = "../iroh-metrics" }
43+
iroh = { version = "0.25.0", path = "../iroh", features = ["metrics"] }
44+
iroh-gossip = { version = "0.25.0", path = "../iroh-gossip" }
45+
iroh-metrics = { version = "0.25.0", path = "../iroh-metrics" }
4646
parking_lot = "0.12.1"
4747
pkarr = { version = "2.2.0", default-features = false }
4848
portable-atomic = "1"

iroh-dns-server/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-dns-server"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
edition = "2021"
55
description = "A pkarr relay and DNS server"
66
license = "MIT OR Apache-2.0"
@@ -24,7 +24,7 @@ governor = "0.6.3"
2424
hickory-proto = "=0.25.0-alpha.2"
2525
hickory-server = { version = "=0.25.0-alpha.2", features = ["dns-over-rustls"] }
2626
http = "1.0.0"
27-
iroh-metrics = { version = "0.24.0", path = "../iroh-metrics" }
27+
iroh-metrics = { version = "0.25.0", path = "../iroh-metrics" }
2828
lru = "0.12.3"
2929
mainline = "2.0.1"
3030
parking_lot = "0.12.1"
@@ -53,7 +53,7 @@ z32 = "1.1.1"
5353

5454
[dev-dependencies]
5555
hickory-resolver = "=0.25.0-alpha.2"
56-
iroh-net = { version = "0.24.0", path = "../iroh-net" }
56+
iroh-net = { version = "0.25.0", path = "../iroh-net" }
5757
iroh-test = { path = "../iroh-test" }
5858
pkarr = { version = "2.2.0", features = ["rand"] }
5959

iroh-docs/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-docs"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "Iroh sync"
@@ -25,11 +25,11 @@ futures-buffered = "0.2.4"
2525
futures-lite = "2.3.0"
2626
futures-util = { version = "0.3.25" }
2727
hex = "0.4"
28-
iroh-base = { version = "0.24.0", path = "../iroh-base" }
29-
iroh-blobs = { version = "0.24.0", path = "../iroh-blobs", optional = true, features = ["downloader"] }
30-
iroh-gossip = { version = "0.24.0", path = "../iroh-gossip", optional = true }
31-
iroh-metrics = { version = "0.24.0", path = "../iroh-metrics", default-features = false }
32-
iroh-net = { version = "0.24.0", optional = true, path = "../iroh-net" }
28+
iroh-base = { version = "0.25.0", path = "../iroh-base" }
29+
iroh-blobs = { version = "0.25.0", path = "../iroh-blobs", optional = true, features = ["downloader"] }
30+
iroh-gossip = { version = "0.25.0", path = "../iroh-gossip", optional = true }
31+
iroh-metrics = { version = "0.25.0", path = "../iroh-metrics", default-features = false }
32+
iroh-net = { version = "0.25.0", optional = true, path = "../iroh-net" }
3333
lru = "0.12"
3434
num_enum = "0.7"
3535
postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] }

iroh-gossip/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-gossip"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "gossip messages over broadcast trees"
@@ -22,8 +22,8 @@ bytes = { version = "1.7", features = ["serde"] }
2222
derive_more = { version = "=1.0.0-beta.7", features = ["add", "debug", "deref", "display", "from", "try_into", "into"] }
2323
ed25519-dalek = { version = "2.0.0", features = ["serde", "rand_core"] }
2424
indexmap = "2.0"
25-
iroh-base = { version = "0.24.0", path = "../iroh-base" }
26-
iroh-metrics = { version = "0.24.0", path = "../iroh-metrics" }
25+
iroh-base = { version = "0.25.0", path = "../iroh-base" }
26+
iroh-metrics = { version = "0.25.0", path = "../iroh-metrics" }
2727
postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] }
2828
rand = { version = "0.8.5", features = ["std_rng"] }
2929
rand_core = "0.6.4"
@@ -33,14 +33,14 @@ serde = { version = "1.0.164", features = ["derive"] }
3333
futures-lite = { version = "2.3", optional = true }
3434
futures-concurrency = { version = "7.6.1", optional = true }
3535
futures-util = { version = "0.3.30", optional = true }
36-
iroh-net = { path = "../iroh-net", version = "0.24.0", optional = true, default-features = false }
36+
iroh-net = { path = "../iroh-net", version = "0.25.0", optional = true, default-features = false }
3737
tokio = { version = "1", optional = true, features = ["io-util", "sync", "rt", "macros", "net", "fs"] }
3838
tokio-util = { version = "0.7.12", optional = true, features = ["codec", "rt"] }
3939
tracing = "0.1"
4040

4141
[dev-dependencies]
4242
clap = { version = "4", features = ["derive"] }
43-
iroh-net = { path = "../iroh-net", version = "0.24.0", default-features = false, features = ["test-utils"] }
43+
iroh-net = { path = "../iroh-net", version = "0.25.0", default-features = false, features = ["test-utils"] }
4444
iroh-test = { path = "../iroh-test" }
4545
rand_chacha = "0.3.1"
4646
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

iroh-metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-metrics"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "metrics for iroh"

iroh-net/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-net"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "networking support for iroh"
@@ -38,7 +38,7 @@ http-body-util = "0.1.0"
3838
hyper = { version = "1", features = ["server", "client", "http1"] }
3939
hyper-util = "0.1.1"
4040
igd-next = { version = "0.14.3", features = ["aio_tokio"] }
41-
iroh-base = { version = "0.24.0", path = "../iroh-base", features = ["key"] }
41+
iroh-base = { version = "0.25.0", path = "../iroh-base", features = ["key"] }
4242
libc = "0.2.139"
4343
num_enum = "0.7"
4444
once_cell = "1.18.0"
@@ -86,7 +86,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"], optional = tr
8686
tokio-rustls-acme = { version = "0.4", optional = true }
8787

8888
# metrics
89-
iroh-metrics = { version = "0.24.0", path = "../iroh-metrics", default-features = false }
89+
iroh-metrics = { version = "0.25.0", path = "../iroh-metrics", default-features = false }
9090
strum = { version = "0.26.2", features = ["derive"] }
9191

9292
# local-swarm-discovery

iroh-net/bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-net-bench"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
publish = false

iroh-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-test"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "Internal utilities to support testing of iroh."

iroh/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh"
3-
version = "0.24.0"
3+
version = "0.25.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "A toolkit for building distributed applications"
@@ -26,16 +26,16 @@ futures-lite = "2.3"
2626
futures-util = "0.3"
2727
genawaiter = { version = "0.99", default-features = false, features = ["futures03"] }
2828
hex = { version = "0.4.3" }
29-
iroh-blobs = { version = "0.24.0", path = "../iroh-blobs", features = ["downloader"] }
30-
iroh-base = { version = "0.24.0", path = "../iroh-base", features = ["key"] }
29+
iroh-blobs = { version = "0.25.0", path = "../iroh-blobs", features = ["downloader"] }
30+
iroh-base = { version = "0.25.0", path = "../iroh-base", features = ["key"] }
3131
iroh-io = { version = "0.6.0", features = ["stats"] }
32-
iroh-metrics = { version = "0.24.0", path = "../iroh-metrics", optional = true }
33-
iroh-net = { version = "0.24.0", path = "../iroh-net", features = ["discovery-local-network"] }
32+
iroh-metrics = { version = "0.25.0", path = "../iroh-metrics", optional = true }
33+
iroh-net = { version = "0.25.0", path = "../iroh-net", features = ["discovery-local-network"] }
3434
nested_enum_utils = "0.1.0"
3535
num_cpus = { version = "1.15.0" }
3636
portable-atomic = "1"
37-
iroh-docs = { version = "0.24.0", path = "../iroh-docs" }
38-
iroh-gossip = { version = "0.24.0", path = "../iroh-gossip" }
37+
iroh-docs = { version = "0.25.0", path = "../iroh-docs" }
38+
iroh-gossip = { version = "0.25.0", path = "../iroh-gossip" }
3939
parking_lot = "0.12.1"
4040
postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] }
4141
quic-rpc = { version = "0.12", default-features = false, features = ["flume-transport", "quinn-transport"] }

0 commit comments

Comments
 (0)