Skip to content

Commit ea50b94

Browse files
chore: Release
1 parent 82aa93f commit ea50b94

File tree

13 files changed

+80
-46
lines changed

13 files changed

+80
-46
lines changed

CHANGELOG.md

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

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

5-
## [0.17.0](https://github.com/n0-computer/iroh/compare/v0.16.0..0.17.0) - 2024-05-24
5+
## [0.18.0](https://github.com/n0-computer/iroh/compare/v0.17.0..0.18.0) - 2024-06-07
6+
7+
### ⛰️ Features
8+
9+
- *(iroh-gossip)* Configure the max message size ([#2340](https://github.com/n0-computer/iroh/issues/2340)) - ([7153a38](https://github.com/n0-computer/iroh/commit/7153a38bc52a8cec877c8b874f37a37658b99370))
10+
11+
### 🐛 Bug Fixes
12+
13+
- *(docs)* Prevent deadlocks with streams returned from docs actor ([#2346](https://github.com/n0-computer/iroh/issues/2346)) - ([98914ee](https://github.com/n0-computer/iroh/commit/98914ee4dcdb78f7477311f933d84f4f2478e168))
14+
- *(iroh-net)* Fix extra delay ([#2330](https://github.com/n0-computer/iroh/issues/2330)) - ([77f92ef](https://github.com/n0-computer/iroh/commit/77f92efd16e523c41b0e01aa5a7e11e9aae3e795))
15+
- *(iroh-net)* Return `Poll::Read(Ok(n))` when we have no relay URL or direct addresses in `poll_send` ([#2322](https://github.com/n0-computer/iroh/issues/2322)) - ([b2f0b0e](https://github.com/n0-computer/iroh/commit/b2f0b0eb84ef8f4a9962d540805a148a103d1e2b))
16+
17+
### 🚜 Refactor
18+
19+
- *(iroh)* [**breaking**] Replace public fields in iroh client with accessors and use ref-cast to eliminate them entirely ([#2350](https://github.com/n0-computer/iroh/issues/2350)) - ([35ce780](https://github.com/n0-computer/iroh/commit/35ce7805230ac7732a1bf3213be5424a1e019a44))
20+
- *(iroh)* [**breaking**] Remove tags from downloader ([#2348](https://github.com/n0-computer/iroh/issues/2348)) - ([82aa93f](https://github.com/n0-computer/iroh/commit/82aa93fc5e2f55499ab7d29b18029ae47c519c3a))
21+
- *(iroh-blobs)* [**breaking**] Make TempTag non-Clone ([#2338](https://github.com/n0-computer/iroh/issues/2338)) - ([d0662c2](https://github.com/n0-computer/iroh/commit/d0662c2d980b9fe28c669f2e6262c446d08bf7bf))
22+
- *(iroh-blobs)* [**breaking**] Implement some collection related things on the client side ([#2349](https://github.com/n0-computer/iroh/issues/2349)) - ([b047b28](https://github.com/n0-computer/iroh/commit/b047b28ddead8f357cb22c67c6e7ada23db5deb8))
23+
- Move docs engine into iroh-docs ([#2343](https://github.com/n0-computer/iroh/issues/2343)) - ([3772889](https://github.com/n0-computer/iroh/commit/3772889cd0a8e02731e5dc9c2a1e2f638ab2691a))
24+
25+
### 📚 Documentation
26+
27+
- *(iroh-net)* Update toplevel module documentation ([#2329](https://github.com/n0-computer/iroh/issues/2329)) - ([4dd69f4](https://github.com/n0-computer/iroh/commit/4dd69f44d62e3b671339ce586a2f7e97a47559ff))
28+
- *(iroh-net)* Update endpoint docs ([#2334](https://github.com/n0-computer/iroh/issues/2334)) - ([8d91b10](https://github.com/n0-computer/iroh/commit/8d91b10e25e5a8363edde3c41a1bce4f9dc7455a))
29+
30+
### 🧪 Testing
31+
32+
- Disable a flaky tests ([#2332](https://github.com/n0-computer/iroh/issues/2332)) - ([23e8c7b](https://github.com/n0-computer/iroh/commit/23e8c7b3d5cdc83783822e3fa10b09e798d24f22))
33+
34+
### ⚙️ Miscellaneous Tasks
35+
36+
- *(ci)* Update clippy ([#2351](https://github.com/n0-computer/iroh/issues/2351)) - ([7198cd0](https://github.com/n0-computer/iroh/commit/7198cd0f69cd0a178db3b71b7ee58ea5f285b95e))
37+
38+
## [0.17.0](https://github.com/n0-computer/iroh/compare/v0.16.0..v0.17.0) - 2024-05-24
639

740
### ⛰️ Features
841

@@ -42,6 +75,7 @@ All notable changes to iroh will be documented in this file.
4275
### ⚙️ Miscellaneous Tasks
4376

4477
- Minimize use of raw base32 in examples ([#2304](https://github.com/n0-computer/iroh/issues/2304)) - ([1fafc9e](https://github.com/n0-computer/iroh/commit/1fafc9ea8c8eb085f1c51ce8314d5f62f8d1b260))
78+
- Release - ([5ad15c8](https://github.com/n0-computer/iroh/commit/5ad15c8accc547fc33dd9e66839bd371834a3e35))
4579

4680
## [0.16.0](https://github.com/n0-computer/iroh/compare/v0.15.0..v0.16.0) - 2024-05-13
4781

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.17.0"
3+
version = "0.18.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.17.0"
3+
version = "0.18.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.17.0", features = ["redb"], path = "../iroh-base" }
30+
iroh-base = { version = "0.18.0", features = ["redb"], path = "../iroh-base" }
3131
iroh-io = { version = "0.6.0", features = ["stats"] }
32-
iroh-metrics = { version = "0.17.0", path = "../iroh-metrics", optional = true }
33-
iroh-net = { version = "0.17.0", path = "../iroh-net" }
32+
iroh-metrics = { version = "0.18.0", path = "../iroh-metrics", optional = true }
33+
iroh-net = { version = "0.18.0", path = "../iroh-net" }
3434
num_cpus = "1.15.0"
3535
parking_lot = { version = "0.12.1", optional = true }
3636
postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] }

iroh-cli/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-cli"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "Bytes. Distributed."
@@ -39,8 +39,8 @@ futures-lite = "2.3"
3939
hex = "0.4.3"
4040
human-time = "0.1.6"
4141
indicatif = { version = "0.17", features = ["tokio"] }
42-
iroh = { version = "0.17.0", path = "../iroh", features = ["metrics"] }
43-
iroh-metrics = { version = "0.17.0", path = "../iroh-metrics" }
42+
iroh = { version = "0.18.0", path = "../iroh", features = ["metrics"] }
43+
iroh-metrics = { version = "0.18.0", path = "../iroh-metrics" }
4444
parking_lot = "0.12.1"
4545
pkarr = { version = "1.1.5", default-features = false }
4646
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.17.0"
3+
version = "0.18.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.24.0"
2525
hickory-server = { version = "0.24.0", features = ["dns-over-rustls"] }
2626
http = "1.0.0"
27-
iroh-metrics = { version = "0.17.0", path = "../iroh-metrics" }
27+
iroh-metrics = { version = "0.18.0", path = "../iroh-metrics" }
2828
lru = "0.12.3"
2929
parking_lot = "0.12.1"
3030
pkarr = { version = "1.1.4", features = [ "async", "relay", "dht"], default-features = false }
@@ -52,7 +52,7 @@ z32 = "1.1.1"
5252

5353
[dev-dependencies]
5454
hickory-resolver = "0.24.0"
55-
iroh-net = { version = "0.17.0", path = "../iroh-net" }
55+
iroh-net = { version = "0.18.0", path = "../iroh-net" }
5656
iroh-test = { path = "../iroh-test" }
5757
mainline = "<1.5.0"
5858

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.17.0"
3+
version = "0.18.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.17.0", path = "../iroh-base" }
29-
iroh-blobs = { version = "0.17.0", path = "../iroh-blobs", optional = true, features = ["downloader"] }
30-
iroh-gossip = { version = "0.17.0", path = "../iroh-gossip", optional = true }
31-
iroh-metrics = { version = "0.17.0", path = "../iroh-metrics", optional = true }
32-
iroh-net = { version = "0.17.0", optional = true, path = "../iroh-net" }
28+
iroh-base = { version = "0.18.0", path = "../iroh-base" }
29+
iroh-blobs = { version = "0.18.0", path = "../iroh-blobs", optional = true, features = ["downloader"] }
30+
iroh-gossip = { version = "0.18.0", path = "../iroh-gossip", optional = true }
31+
iroh-metrics = { version = "0.18.0", path = "../iroh-metrics", optional = true }
32+
iroh-net = { version = "0.18.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-gossip"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "gossip messages over broadcast trees"
@@ -27,12 +27,12 @@ rand = { version = "0.8.5", features = ["std_rng"] }
2727
rand_core = "0.6.4"
2828
serde = { version = "1.0.164", features = ["derive"] }
2929
tracing = "0.1"
30-
iroh-metrics = { version = "0.17.0", path = "../iroh-metrics" }
31-
iroh-base = { version = "0.17.0", path = "../iroh-base" }
30+
iroh-metrics = { version = "0.18.0", path = "../iroh-metrics" }
31+
iroh-base = { version = "0.18.0", path = "../iroh-base" }
3232

3333
# net dependencies (optional)
3434
futures-lite = { version = "2.3", optional = true }
35-
iroh-net = { path = "../iroh-net", version = "0.17.0", optional = true, default-features = false, features = ["test-utils"] }
35+
iroh-net = { path = "../iroh-net", version = "0.18.0", optional = true, default-features = false, features = ["test-utils"] }
3636
tokio = { version = "1", optional = true, features = ["io-util", "sync", "rt", "macros", "net", "fs"] }
3737
tokio-util = { version = "0.7.8", optional = true, features = ["codec"] }
3838
genawaiter = { version = "0.99.1", default-features = false, features = ["futures03"] }

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.17.0"
3+
version = "0.18.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.17.0"
3+
version = "0.18.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "networking support for iroh"
@@ -41,7 +41,7 @@ http-body-util = "0.1.0"
4141
hyper = { version = "1", features = ["server", "client", "http1"] }
4242
hyper-util = "0.1.1"
4343
igd-next = { version = "0.14.3", features = ["aio_tokio"] }
44-
iroh-base = { version = "0.17.0", path = "../iroh-base", features = ["key"] }
44+
iroh-base = { version = "0.18.0", path = "../iroh-base", features = ["key"] }
4545
libc = "0.2.139"
4646
num_enum = "0.7"
4747
once_cell = "1.18.0"
@@ -86,7 +86,7 @@ toml = { version = "0.8", optional = true }
8686
tracing-subscriber = { version = "0.3", features = ["env-filter"], optional = true }
8787

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

9292
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]

0 commit comments

Comments
 (0)