Skip to content

Commit 82eb549

Browse files
author
“ramfox”
committed
chore: Release
1 parent ef3645e commit 82eb549

File tree

8 files changed

+50
-19
lines changed

8 files changed

+50
-19
lines changed

CHANGELOG.md

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

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

5-
## [0.33.0](https://github.com/n0-computer/iroh/compare/v0.32.1..0.33.0) - 2025-02-24
5+
## [0.34.0](https://github.com/n0-computer/iroh/compare/v0.33.0..0.34.0) - 2025-03-17
6+
7+
### ⛰️ Features
8+
9+
- *(iroh)* Enable `netwatch::netmon::Monitor` and the `metrics` feature in Wasm ([#3206](https://github.com/n0-computer/iroh/issues/3206)) - ([7acfe39](https://github.com/n0-computer/iroh/commit/7acfe395429edc5810efa5136fbd77e7ae9d4952))
10+
- *(iroh)* [**breaking**] Allow for limiting incoming connections on the router ([#3157](https://github.com/n0-computer/iroh/issues/3157)) - ([3e16848](https://github.com/n0-computer/iroh/commit/3e168483b08d3e9705f616812b567634ed35cf9b))
11+
- *(iroh)* [**breaking**] Switch TLS authentication to raw public keys ([#2937](https://github.com/n0-computer/iroh/issues/2937)) - ([d8c8c8e](https://github.com/n0-computer/iroh/commit/d8c8c8e393243a1858f84354b7e92443ed665146))
12+
- [**breaking**] Add `DiscoveryItem::user_data` method and adjust `locally-discovered-nodes` example ([#3215](https://github.com/n0-computer/iroh/issues/3215)) - ([f6b5f5c](https://github.com/n0-computer/iroh/commit/f6b5f5cf0d8b6e75e2f87707b71855f32b12481f))
13+
14+
### 🐛 Bug Fixes
15+
16+
- *(iroh)* Don't cause re-stuns all the time in browsers ([#3234](https://github.com/n0-computer/iroh/issues/3234)) - ([ef3645e](https://github.com/n0-computer/iroh/commit/ef3645e8b7d5700e309de3cd13b745bbf352f151))
17+
- *(iroh-base)* [**breaking**] Remove unused `getrandom` dependency ([#3202](https://github.com/n0-computer/iroh/issues/3202)) - ([0c7a122](https://github.com/n0-computer/iroh/commit/0c7a1227cf1b9f640145c059c7581f2c502e6691))
18+
- *(iroh-relay)* Report round-trip-latency instead of single-trip for QAD ([#3230](https://github.com/n0-computer/iroh/issues/3230)) - ([00f8309](https://github.com/n0-computer/iroh/commit/00f8309b00158fdb7a4565d4cd85c404262cd19b))
19+
- *(relay)* [**breaking**] Change default cert format from der to pem ([#3204](https://github.com/n0-computer/iroh/issues/3204)) - ([4930837](https://github.com/n0-computer/iroh/commit/493083765083c77fd74c7575236d8b7696b61754))
20+
- Update project_sync ([#3213](https://github.com/n0-computer/iroh/issues/3213)) - ([aa7463b](https://github.com/n0-computer/iroh/commit/aa7463bcc025aae69b164c101e8d7d52c96184db))
21+
22+
### 🚜 Refactor
23+
24+
- *(iroh)* Factor out socket-related state & construction into `magicsock::SocketState` and `ActorSocketState` ([#3203](https://github.com/n0-computer/iroh/issues/3203)) - ([2a49265](https://github.com/n0-computer/iroh/commit/2a492652b3c322dfd05c5f43a90d368195d6d121))
25+
- *(iroh, iroh-net-report)* [**breaking**] Make ports more private ([#3207](https://github.com/n0-computer/iroh/issues/3207)) - ([906250b](https://github.com/n0-computer/iroh/commit/906250bb28244ad62c23399c9b10494226610c5a))
26+
27+
### 📚 Documentation
28+
29+
- *(iroh)* Fix quicwg.org link ([#3235](https://github.com/n0-computer/iroh/issues/3235)) - ([f09c89e](https://github.com/n0-computer/iroh/commit/f09c89e8bda4a7d09a5335b9439bede5eec73d5d))
30+
31+
### ⚙️ Miscellaneous Tasks
32+
33+
- Switch from `backoff` to `backon` ([#3227](https://github.com/n0-computer/iroh/issues/3227)) - ([14795ab](https://github.com/n0-computer/iroh/commit/14795ab89747ec72868fad07f91424b8a408b45c))
34+
35+
## [0.33.0](https://github.com/n0-computer/iroh/compare/v0.32.1..v0.33.0) - 2025-02-24
636

737
### ⛰️ Features
838

@@ -33,6 +63,7 @@ All notable changes to iroh will be documented in this file.
3363
### ⚙️ Miscellaneous Tasks
3464

3565
- Add additional todos in the "change checklist" ([#3180](https://github.com/n0-computer/iroh/issues/3180)) - ([31efead](https://github.com/n0-computer/iroh/commit/31efead8e8de8fc24af0594d80148d9281eee995))
66+
- Release - ([d551ead](https://github.com/n0-computer/iroh/commit/d551ead06543b3e05b05db1d1c1fbaeacb57b5b8))
3667

3768
## [0.32.1](https://github.com/n0-computer/iroh/compare/v0.32.0..v0.32.1) - 2025-02-05
3869

Cargo.lock

Lines changed: 6 additions & 6 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.33.0"
3+
version = "0.34.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "base type and utilities for Iroh"

iroh-dns-server/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-dns-server"
3-
version = "0.33.0"
3+
version = "0.34.0"
44
edition = "2021"
55
description = "A pkarr relay and DNS server"
66
license = "MIT OR Apache-2.0"

iroh-net-report/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-report"
3-
version = "0.33.0"
3+
version = "0.34.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "detailed reporting on network conditions"
@@ -24,9 +24,9 @@ workspace = true
2424
anyhow = "1"
2525
bytes = "1.7"
2626
derive_more = { version = "1.0.0", features = ["display"] }
27-
iroh-base = { version = "0.33.0", path = "../iroh-base", default-features = false, features = ["relay"] }
27+
iroh-base = { version = "0.34.0", path = "../iroh-base", default-features = false, features = ["relay"] }
2828
iroh-metrics = { version = "0.32", default-features = false }
29-
iroh-relay = { version = "0.33", default-features = false, path = "../iroh-relay" }
29+
iroh-relay = { version = "0.34", default-features = false, path = "../iroh-relay" }
3030
n0-future = "0.1.2"
3131
quinn = { package = "iroh-quinn", version = "0.13.0", default-features = false }
3232
rand = "0.8"

iroh-relay/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-relay"
3-
version = "0.33.0"
3+
version = "0.34.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "Iroh's relay server and client"
@@ -32,7 +32,7 @@ http = "1"
3232
http-body-util = "0.1.0"
3333
hyper = { version = "1", features = ["server", "client", "http1"] }
3434
hyper-util = "0.1.1"
35-
iroh-base = { version = "0.33.0", path = "../iroh-base", default-features = false, features = ["key", "relay"] }
35+
iroh-base = { version = "0.34.0", path = "../iroh-base", default-features = false, features = ["key", "relay"] }
3636
iroh-metrics = { version = "0.32", default-features = false }
3737
n0-future = "0.1.2"
3838
num_enum = "0.7"

iroh/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"
3-
version = "0.33.0"
3+
version = "0.34.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "p2p quic connections dialed by public key"
@@ -40,8 +40,8 @@ derive_more = { version = "1.0.0", features = [
4040
] }
4141
ed25519-dalek = { version = "2.0.0", features = ["serde", "rand_core", "zeroize", "pkcs8", "pem"] }
4242
http = "1"
43-
iroh-base = { version = "0.33.0", default-features = false, features = ["key", "relay"], path = "../iroh-base" }
44-
iroh-relay = { version = "0.33", path = "../iroh-relay", default-features = false }
43+
iroh-base = { version = "0.34.0", default-features = false, features = ["key", "relay"], path = "../iroh-base" }
44+
iroh-relay = { version = "0.34", path = "../iroh-relay", default-features = false }
4545
n0-future = "0.1.2"
4646
netwatch = { version = "0.4" }
4747
pin-project = "1"
@@ -78,7 +78,7 @@ webpki = { package = "rustls-webpki", version = "0.102" }
7878
webpki-roots = "0.26"
7979
x509-parser = "0.16"
8080
z32 = "1.0.3"
81-
net-report = { package = "iroh-net-report", path = "../iroh-net-report", version = "0.33", default-features = false }
81+
net-report = { package = "iroh-net-report", path = "../iroh-net-report", version = "0.34", default-features = false }
8282

8383
# metrics
8484
iroh-metrics = { version = "0.32", default-features = false }

iroh/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-bench"
3-
version = "0.33.0"
3+
version = "0.34.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
publish = false

0 commit comments

Comments
 (0)