Skip to content

Commit a029d89

Browse files
committed
chore: Release
1 parent 2347565 commit a029d89

File tree

13 files changed

+84
-48
lines changed

13 files changed

+84
-48
lines changed

CHANGELOG.md

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

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

5-
## [0.23.0](https://github.com/n0-computer/iroh/compare/v0.22.0..0.23.0) - 2024-08-20
5+
## [0.24.0](https://github.com/n0-computer/iroh/compare/v0.23.0..0.24.0) - 2024-09-02
6+
7+
### ⛰️ Features
8+
9+
- *(bench)* Add `--with-relay` option to allow testing relay throughput ([#2664](https://github.com/n0-computer/iroh/issues/2664)) - ([5c09013](https://github.com/n0-computer/iroh/commit/5c090134227929bb978d7f16fe33c74125f25e56))
10+
- *(bench)* Add `--metrics` option printing iroh-net library metrics ([#2668](https://github.com/n0-computer/iroh/issues/2668)) - ([4f83c43](https://github.com/n0-computer/iroh/commit/4f83c43824eea7be3619f235f8944d228eaa79cc))
11+
- *(iroh-net)* [**breaking**] Upgrade to Quinn 0.11 and Rustls 0.23 ([#2595](https://github.com/n0-computer/iroh/issues/2595)) - ([34ec5e2](https://github.com/n0-computer/iroh/commit/34ec5e24b9cdae751a7fae8f9d14fb6fa77482f1))
12+
13+
### 🐛 Bug Fixes
14+
15+
- *(iroh-blobs)* Demote `warn!` to `trace!` logs ([#2689](https://github.com/n0-computer/iroh/issues/2689)) - ([6181455](https://github.com/n0-computer/iroh/commit/6181455e32d4e9f69430d89a7cb70bb622a5c29d))
16+
- *(iroh-blobs)* Turn `println!` into `tracing::debug!` ([#2686](https://github.com/n0-computer/iroh/issues/2686)) - ([5bbcb60](https://github.com/n0-computer/iroh/commit/5bbcb60838217ce2deaaeba259a1e6a56edf88bb))
17+
- *(iroh-blobs)* Timeout based on correct `max_write_duration` option ([#2688](https://github.com/n0-computer/iroh/issues/2688)) - ([2347565](https://github.com/n0-computer/iroh/commit/23475650e63178efd677e357737fa3972ef16ab9))
18+
- *(iroh-net)* Document the keylog environment variable correctly ([#2655](https://github.com/n0-computer/iroh/issues/2655)) - ([c70caaf](https://github.com/n0-computer/iroh/commit/c70caaf48ac39fcfb3b971366a76bff37b493ee9))
19+
- *(iroh-net)* Magic sock `recv_data_ipv4` and `recv_data_ipv6` metrics numbers ([#2667](https://github.com/n0-computer/iroh/issues/2667)) - ([cb1650a](https://github.com/n0-computer/iroh/commit/cb1650a5ebea2b27a3130b038159f7e04448c1ff))
20+
- *(iroh-net)* Also check the last packet in `MagicSock::poll_recv` ([#2650](https://github.com/n0-computer/iroh/issues/2650)) - ([54ca9c9](https://github.com/n0-computer/iroh/commit/54ca9c942fa7ce6e43825d1374483a049f4d4c13))
21+
- *(iroh-net)* Reduce noise in swarm discovery due to republish ([#2685](https://github.com/n0-computer/iroh/issues/2685)) - ([fd56763](https://github.com/n0-computer/iroh/commit/fd56763352bc2cc308234068ddd7bf0a2767c782))
22+
- Docker CI performance & release builds ([#2659](https://github.com/n0-computer/iroh/issues/2659)) - ([d567231](https://github.com/n0-computer/iroh/commit/d5672319d776789191c6e5b7076fea464d4f1208))
23+
24+
### 🚜 Refactor
25+
26+
- *(iroh, iroh-blobs, iroh-net)* [**breaking**] Remove deprecated items ([#2652](https://github.com/n0-computer/iroh/issues/2652)) - ([060bf83](https://github.com/n0-computer/iroh/commit/060bf8326d3d26b719c8e518c22708af4c20040b))
27+
28+
### 🧪 Testing
29+
30+
- *(iroh-gossip)* Wait for the relay to make `gossip_net_smoke` faster. ([#2663](https://github.com/n0-computer/iroh/issues/2663)) - ([1d3f3fa](https://github.com/n0-computer/iroh/commit/1d3f3fa8125761df509b94621eb173b91ed42904))
31+
32+
### ⚙️ Miscellaneous Tasks
33+
34+
- *(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))
35+
36+
### Deps
37+
38+
- *(iroh-gossip)* Do not depend directly on Quinn ([#2678](https://github.com/n0-computer/iroh/issues/2678)) - ([6296964](https://github.com/n0-computer/iroh/commit/6296964a596719afac3e734296be9fbbd6162d51))
39+
40+
## [0.23.0](https://github.com/n0-computer/iroh/compare/v0.22.0..v0.23.0) - 2024-08-20
641

742
### ⛰️ Features
843

@@ -52,6 +87,7 @@ All notable changes to iroh will be documented in this file.
5287

5388
- *(ci)* Use nextests groups to isolate some tests ([#2617](https://github.com/n0-computer/iroh/issues/2617)) - ([a5072c3](https://github.com/n0-computer/iroh/commit/a5072c3a0a11d931b3fc4e95ac48c32f12959a5b))
5489
- Fix deps issues ([#2643](https://github.com/n0-computer/iroh/issues/2643)) - ([83f6fcc](https://github.com/n0-computer/iroh/commit/83f6fccc2c0de6db47daded6af206ea59711ec99))
90+
- Release - ([855e1bb](https://github.com/n0-computer/iroh/commit/855e1bbdd2cf1fbf7a7af421603c114ae7d9d9be))
5591

5692
### Ref
5793

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.23.0"
3+
version = "0.24.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.23.0"
3+
version = "0.24.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.23.0", features = ["redb"], path = "../iroh-base" }
30+
iroh-base = { version = "0.24.0", features = ["redb"], path = "../iroh-base" }
3131
iroh-io = { version = "0.6.0", features = ["stats"] }
32-
iroh-metrics = { version = "0.23.0", path = "../iroh-metrics", default-features = false }
33-
iroh-net = { version = "0.23.0", path = "../iroh-net" }
32+
iroh-metrics = { version = "0.24.0", path = "../iroh-metrics", default-features = false }
33+
iroh-net = { version = "0.24.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.23.0"
3+
version = "0.24.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.23.0", path = "../iroh", features = ["metrics"] }
44-
iroh-gossip = { version = "0.23.0", path = "../iroh-gossip" }
45-
iroh-metrics = { version = "0.23.0", path = "../iroh-metrics" }
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" }
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.23.0"
3+
version = "0.24.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.23.0", path = "../iroh-metrics" }
27+
iroh-metrics = { version = "0.24.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.23.0", path = "../iroh-net" }
56+
iroh-net = { version = "0.24.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.23.0"
3+
version = "0.24.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.23.0", path = "../iroh-base" }
29-
iroh-blobs = { version = "0.23.0", path = "../iroh-blobs", optional = true, features = ["downloader"] }
30-
iroh-gossip = { version = "0.23.0", path = "../iroh-gossip", optional = true }
31-
iroh-metrics = { version = "0.23.0", path = "../iroh-metrics", default-features = false }
32-
iroh-net = { version = "0.23.0", optional = true, path = "../iroh-net" }
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" }
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.23.0"
3+
version = "0.24.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.23.0", path = "../iroh-base" }
26-
iroh-metrics = { version = "0.23.0", path = "../iroh-metrics" }
25+
iroh-base = { version = "0.24.0", path = "../iroh-base" }
26+
iroh-metrics = { version = "0.24.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.23.0", optional = true, default-features = false }
36+
iroh-net = { path = "../iroh-net", version = "0.24.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.8", optional = true, features = ["codec"] }
3939
tracing = "0.1"
4040

4141
[dev-dependencies]
4242
clap = { version = "4", features = ["derive"] }
43-
iroh-net = { path = "../iroh-net", version = "0.23.0", default-features = false, features = ["test-utils"] }
43+
iroh-net = { path = "../iroh-net", version = "0.24.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.23.0"
3+
version = "0.24.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.23.0"
3+
version = "0.24.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.23.0", path = "../iroh-base", features = ["key"] }
41+
iroh-base = { version = "0.24.0", path = "../iroh-base", features = ["key"] }
4242
libc = "0.2.139"
4343
num_enum = "0.7"
4444
once_cell = "1.18.0"
@@ -87,7 +87,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"], optional = tr
8787
tokio-rustls-acme = { version = "0.4", optional = true }
8888

8989
# metrics
90-
iroh-metrics = { version = "0.23.0", path = "../iroh-metrics", default-features = false }
90+
iroh-metrics = { version = "0.24.0", path = "../iroh-metrics", default-features = false }
9191
strum = { version = "0.26.2", features = ["derive"] }
9292

9393
# local-swarm-discovery

0 commit comments

Comments
 (0)