Skip to content

Commit 855e1bb

Browse files
committed
chore: Release
1 parent 717b3cd commit 855e1bb

File tree

13 files changed

+104
-48
lines changed

13 files changed

+104
-48
lines changed

CHANGELOG.md

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

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

5-
## [0.22.0](https://github.com/n0-computer/iroh/compare/v0.21.0..0.22.0) - 2024-08-05
5+
## [0.23.0](https://github.com/n0-computer/iroh/compare/v0.22.0..0.23.0) - 2024-08-20
6+
7+
### ⛰️ Features
8+
9+
- *(ci)* Notify discord of successfull flaky runs ([#2623](https://github.com/n0-computer/iroh/issues/2623)) - ([94cee34](https://github.com/n0-computer/iroh/commit/94cee34cefa0dc44d77d302c4d8963df1294b5c4))
10+
- *(iroh)* [**breaking**] Blob batch PR, attempt 3 ([#2545](https://github.com/n0-computer/iroh/issues/2545)) - ([9a55122](https://github.com/n0-computer/iroh/commit/9a55122c9772aadd16c7bda22d83177b4bc74b1d))
11+
- *(iroh-blobs)* Add outboard creation progress to the mem store ([#2625](https://github.com/n0-computer/iroh/issues/2625)) - ([47c8528](https://github.com/n0-computer/iroh/commit/47c8528b9e14c5121ba7eb69289d03ef0b8a168a))
12+
- *(iroh-net)* Upgrade to new `swarm-discovery` api ([#2605](https://github.com/n0-computer/iroh/issues/2605)) - ([a9c96a9](https://github.com/n0-computer/iroh/commit/a9c96a92fe7d2bb0f92f574b9c5b78e6f27316cf))
13+
- *(iroh-net)* Add PkarrNodeDiscovery to iroh-net ([#2628](https://github.com/n0-computer/iroh/issues/2628)) - ([9facd5a](https://github.com/n0-computer/iroh/commit/9facd5a333b545c7b036e6f7ce13a150e6aca492))
14+
- *(iroh-net)* Allow customizing republish delay for the pkarr publisher ([#2637](https://github.com/n0-computer/iroh/issues/2637)) - ([134dbee](https://github.com/n0-computer/iroh/commit/134dbeedc7242a8de57707c920bcedf7b12a6130))
15+
- Allow custom blob providing event handling ([#2583](https://github.com/n0-computer/iroh/issues/2583)) - ([bcc87a2](https://github.com/n0-computer/iroh/commit/bcc87a24c722362358c68251749b52eeaca31b53))
16+
17+
### 🐛 Bug Fixes
18+
19+
- *(ci)* Report flaky outupt only on success and failure ([#2627](https://github.com/n0-computer/iroh/issues/2627)) - ([8b6245e](https://github.com/n0-computer/iroh/commit/8b6245e3356df2e525a37512a44228ab52c864a9))
20+
- *(iroh-blobs)* Do not skip empty partial blobs in migration ([#2604](https://github.com/n0-computer/iroh/issues/2604)) - ([1c86dac](https://github.com/n0-computer/iroh/commit/1c86dace54e243f9d1a65634bf1bfc385d573236))
21+
- *(iroh-cli)* `cli_provide_addresses` to use the correct `iroh status` command ([#2649](https://github.com/n0-computer/iroh/issues/2649)) - ([717b3cd](https://github.com/n0-computer/iroh/commit/717b3cdd52be5cb0e71217e2097e8c5ec8162daf))
22+
- *(iroh-gossip)* Clarify docs and semantics of gossip joined event ([#2597](https://github.com/n0-computer/iroh/issues/2597)) - ([5d98a5c](https://github.com/n0-computer/iroh/commit/5d98a5cb8194be58aff995a6aa463c36571d5399))
23+
- *(tests)* For DNS discovery only use a local DNS server ([#2598](https://github.com/n0-computer/iroh/issues/2598)) - ([5eee643](https://github.com/n0-computer/iroh/commit/5eee643e8b52b40c7a48e41de2f9867403b30d79))
24+
25+
### 🚜 Refactor
26+
27+
- *(iroh)* [**breaking**] Convert node to net module ([#2642](https://github.com/n0-computer/iroh/issues/2642)) - ([6354e04](https://github.com/n0-computer/iroh/commit/6354e04f348dc4e0cc57411c0193880225d56141))
28+
- *(iroh,iroh-net)* [**breaking**] Prefer `remote` to `connection` in api ([#2610](https://github.com/n0-computer/iroh/issues/2610)) - ([9d06888](https://github.com/n0-computer/iroh/commit/9d068886f1c16d6a47ac3ce1c454369b00cd6de7))
29+
- *(iroh-blobs)* Use oneshot channel from oneshot crate ([#2624](https://github.com/n0-computer/iroh/issues/2624)) - ([2e01d47](https://github.com/n0-computer/iroh/commit/2e01d47e7b2d34341a9a23614bada43d54ab155f))
30+
- *(iroh-blobs)* [**breaking**] Expand docs ([#2638](https://github.com/n0-computer/iroh/issues/2638)) - ([217ac06](https://github.com/n0-computer/iroh/commit/217ac06b2128af9721ed6780a6bb2f0092a46ace))
31+
- *(iroh-blobs, iroh)* [**breaking**] Deprecate flat stores ([#2629](https://github.com/n0-computer/iroh/issues/2629)) - ([168fa5b](https://github.com/n0-computer/iroh/commit/168fa5b1e745576dc98f3f8c77fbc685126098ae))
32+
- *(iroh-bytes)* [**breaking**] Remove flume dependency ([#2622](https://github.com/n0-computer/iroh/issues/2622)) - ([e9c5088](https://github.com/n0-computer/iroh/commit/e9c5088c60862368113fe117d4a1d47d20b7c4ba))
33+
- *(iroh-cli)* [**breaking**] Metrics-addr cli arg, metrics off by default ([#2631](https://github.com/n0-computer/iroh/issues/2631)) - ([4df1c91](https://github.com/n0-computer/iroh/commit/4df1c91f4ddd66f680145b5656e3fb61b3faa4a7))
34+
- *(iroh-net)* [**breaking**] Remove async channel ([#2620](https://github.com/n0-computer/iroh/issues/2620)) - ([74a527b](https://github.com/n0-computer/iroh/commit/74a527b9699e5da06c0b85bcb32a873397906472))
35+
- *(iroh-net)* [**breaking**] Rename the local-swarm-discovery feature to discovery-local-network ([#2634](https://github.com/n0-computer/iroh/issues/2634)) - ([d1578ee](https://github.com/n0-computer/iroh/commit/d1578ee832da8f39efac1e916914557b9d219cde))
36+
- *(iroh-net)* Move all timeouts into one file ([#2641](https://github.com/n0-computer/iroh/issues/2641)) - ([bb808b4](https://github.com/n0-computer/iroh/commit/bb808b45b9c3041454c0f8497f3ed566154e1edf))
37+
- *(iroh-net,iroh)* Rename to remote_info_iter, fixup some docs ([#2645](https://github.com/n0-computer/iroh/issues/2645)) - ([b17bf1d](https://github.com/n0-computer/iroh/commit/b17bf1d55185cc9469719f02e6df7e174235a901))
38+
- Normalize feature names ([#2633](https://github.com/n0-computer/iroh/issues/2633)) - ([d02c21f](https://github.com/n0-computer/iroh/commit/d02c21f50f90e42a872ccf3f1b445723e22a5c1a))
39+
40+
### 📚 Documentation
41+
42+
- *(iroh-cli)* Fix help text for incomplete blobs ([#2615](https://github.com/n0-computer/iroh/issues/2615)) - ([ceb94da](https://github.com/n0-computer/iroh/commit/ceb94dab985400958da8f9902c6bde4ef5ccdc7c))
43+
- Also list `iroh-gossip` as a re-export ([#2606](https://github.com/n0-computer/iroh/issues/2606)) - ([3b7881c](https://github.com/n0-computer/iroh/commit/3b7881cccbd0b8fe09317695bd4c4808608cb149))
44+
45+
### 🧪 Testing
46+
47+
- *(iroh)* Reduce entry amount in `sync_gossip_bulk` ([#2608](https://github.com/n0-computer/iroh/issues/2608)) - ([a2d2ec6](https://github.com/n0-computer/iroh/commit/a2d2ec69e327da09b32e0e90a148d371e37d4f3a))
48+
- *(iroh)* Re-enable some flaky tests to see if they are still flaky ([#2458](https://github.com/n0-computer/iroh/issues/2458)) - ([b8f2b3f](https://github.com/n0-computer/iroh/commit/b8f2b3f4eb16d7f47020ef17f0fc7917ca1f7ee1))
49+
- *(iroh-cli)* Replace `cli_provide_one_file_large` with a faster test ([#2607](https://github.com/n0-computer/iroh/issues/2607)) - ([7494566](https://github.com/n0-computer/iroh/commit/7494566ef2da183f49b8d8e8418a33bebfb03bb0))
50+
51+
### ⚙️ Miscellaneous Tasks
52+
53+
- *(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))
54+
- Fix deps issues ([#2643](https://github.com/n0-computer/iroh/issues/2643)) - ([83f6fcc](https://github.com/n0-computer/iroh/commit/83f6fccc2c0de6db47daded6af206ea59711ec99))
55+
56+
### Ref
57+
58+
- *(iroh-net)* Move PathState to its own module ([#2587](https://github.com/n0-computer/iroh/issues/2587)) - ([2e937a8](https://github.com/n0-computer/iroh/commit/2e937a834d25c6ea003f6666099d73f72f3e09f3))
59+
60+
## [0.22.0](https://github.com/n0-computer/iroh/compare/v0.21.0..v0.22.0) - 2024-08-05
661

762
### ⛰️ Features
863

@@ -54,6 +109,7 @@ All notable changes to iroh will be documented in this file.
54109
- *(iroh-net)* Remove need for relay info in best_addr ([#2579](https://github.com/n0-computer/iroh/issues/2579)) - ([d662bfc](https://github.com/n0-computer/iroh/commit/d662bfc663ad956bbb38716bd5b8022a699bfce4))
55110
- Fix clippy warnings ([#2550](https://github.com/n0-computer/iroh/issues/2550)) - ([73de21b](https://github.com/n0-computer/iroh/commit/73de21b35d6b83def03f51caca06c1931ea8ee77))
56111
- Generate docs for each PR ([#2547](https://github.com/n0-computer/iroh/issues/2547)) - ([0812333](https://github.com/n0-computer/iroh/commit/081233357d4dbe0cabe890009d674839d9de18be))
112+
- Release - ([d54a5de](https://github.com/n0-computer/iroh/commit/d54a5deb099754eaccd28fdb3cc8da93122f1376))
57113

58114
### Ref
59115

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.22.0"
3+
version = "0.23.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.22.0"
3+
version = "0.23.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.22.0", features = ["redb"], path = "../iroh-base" }
30+
iroh-base = { version = "0.23.0", features = ["redb"], path = "../iroh-base" }
3131
iroh-io = { version = "0.6.0", features = ["stats"] }
32-
iroh-metrics = { version = "0.22.0", path = "../iroh-metrics", default-features = false }
33-
iroh-net = { version = "0.22.0", path = "../iroh-net" }
32+
iroh-metrics = { version = "0.23.0", path = "../iroh-metrics", default-features = false }
33+
iroh-net = { version = "0.23.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.22.0"
3+
version = "0.23.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.22.0", path = "../iroh", features = ["metrics"] }
44-
iroh-gossip = { version = "0.22.0", path = "../iroh-gossip" }
45-
iroh-metrics = { version = "0.22.0", path = "../iroh-metrics" }
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" }
4646
parking_lot = "0.12.1"
4747
pkarr = { version = "2.0.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.22.0"
3+
version = "0.23.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.22.0", path = "../iroh-metrics" }
27+
iroh-metrics = { version = "0.23.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.24.0"
56-
iroh-net = { version = "0.22.0", path = "../iroh-net" }
56+
iroh-net = { version = "0.23.0", path = "../iroh-net" }
5757
iroh-test = { path = "../iroh-test" }
5858
pkarr = { version = "2.0.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.22.0"
3+
version = "0.23.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.22.0", path = "../iroh-base" }
29-
iroh-blobs = { version = "0.22.0", path = "../iroh-blobs", optional = true, features = ["downloader"] }
30-
iroh-gossip = { version = "0.22.0", path = "../iroh-gossip", optional = true }
31-
iroh-metrics = { version = "0.22.0", path = "../iroh-metrics", default-features = false }
32-
iroh-net = { version = "0.22.0", optional = true, path = "../iroh-net" }
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" }
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.22.0"
3+
version = "0.23.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "gossip messages over broadcast trees"
@@ -25,9 +25,9 @@ futures-concurrency = { version = "7.6.1", optional = true }
2525
futures-lite = { version = "2.3", optional = true }
2626
futures-util = { version = "0.3.30", optional = true }
2727
indexmap = "2.0"
28-
iroh-base = { version = "0.22.0", path = "../iroh-base" }
29-
iroh-metrics = { version = "0.22.0", path = "../iroh-metrics" }
30-
iroh-net = { path = "../iroh-net", version = "0.22.0", optional = true, default-features = false }
28+
iroh-base = { version = "0.23.0", path = "../iroh-base" }
29+
iroh-metrics = { version = "0.23.0", path = "../iroh-metrics" }
30+
iroh-net = { path = "../iroh-net", version = "0.23.0", optional = true, default-features = false }
3131
postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] }
3232
rand = { version = "0.8.5", features = ["std_rng"] }
3333
rand_core = "0.6.4"
@@ -38,7 +38,7 @@ tracing = "0.1"
3838

3939
[dev-dependencies]
4040
clap = { version = "4", features = ["derive"] }
41-
iroh-net = { path = "../iroh-net", version = "0.22.0", default-features = false, features = ["test-utils"] }
41+
iroh-net = { path = "../iroh-net", version = "0.23.0", default-features = false, features = ["test-utils"] }
4242
iroh-test = { path = "../iroh-test" }
4343
rand_chacha = "0.3.1"
4444
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.22.0"
3+
version = "0.23.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.22.0"
3+
version = "0.23.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.22.0", path = "../iroh-base", features = ["key"] }
41+
iroh-base = { version = "0.23.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.3", optional = true }
8888

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

9393
# 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.22.0"
3+
version = "0.23.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.22.0"
3+
version = "0.23.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.22.0"
3+
version = "0.23.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.22.0", path = "../iroh-blobs", features = ["downloader"] }
30-
iroh-base = { version = "0.22.0", path = "../iroh-base", features = ["key"] }
29+
iroh-blobs = { version = "0.23.0", path = "../iroh-blobs", features = ["downloader"] }
30+
iroh-base = { version = "0.23.0", path = "../iroh-base", features = ["key"] }
3131
iroh-io = { version = "0.6.0", features = ["stats"] }
32-
iroh-metrics = { version = "0.22.0", path = "../iroh-metrics", optional = true }
33-
iroh-net = { version = "0.22.0", path = "../iroh-net", features = ["discovery-local-network"] }
32+
iroh-metrics = { version = "0.23.0", path = "../iroh-metrics", optional = true }
33+
iroh-net = { version = "0.23.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.22.0", path = "../iroh-docs" }
38-
iroh-gossip = { version = "0.22.0", path = "../iroh-gossip" }
37+
iroh-docs = { version = "0.23.0", path = "../iroh-docs" }
38+
iroh-gossip = { version = "0.23.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.11", default-features = false, features = ["flume-transport", "quinn-transport"] }

0 commit comments

Comments
 (0)