From 4f88be6dfad8892257e014cc130ddcd80ed9a8b4 Mon Sep 17 00:00:00 2001 From: Daniel Norman <1992255+2color@users.noreply.github.com> Date: Fri, 31 Jan 2025 15:40:44 +0100 Subject: [PATCH 1/3] docs: add webrtc-direct fixes to 0.33 release changelog --- docs/changelogs/v0.33.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelogs/v0.33.md b/docs/changelogs/v0.33.md index ad8d031a716..3e8f75a0ae5 100644 --- a/docs/changelogs/v0.33.md +++ b/docs/changelogs/v0.33.md @@ -99,6 +99,14 @@ We have fixed a number of issues that were triggered by writing or copying many - `.eth` TLD DNSLinks are now resolved via [DNS-over-HTTPS](https://en.wikipedia.org/wiki/DNS_over_HTTPS) endpoint at `https://dns.eth.limo/dns-query` - `.crypto` TLD DNSLinks are now resolved via DoH endpoint at `https://resolver.unstoppable.io/dns-query` +#### Reliability improvements to the WebRTC Direct listener + +Two fixes in go-libp2p imporve the reliability of the WebRTC Direct listner in Kubo, and by extension dialability from browsers. + +Relevant changes in go-libp2p: +- [Deprioritising outgoing `/webrtc-direct`](https://github.com/libp2p/go-libp2p/pull/3078) dials. +- [Allows more concurrent handshakes by default](https://github.com/libp2p/go-libp2p/pull/3040/). + #### 📦️ Important dependency updates - update `boxo` to [v0.27.2](https://github.com/ipfs/boxo/releases/tag/v0.27.2) (incl. [v0.25.0](https://github.com/ipfs/boxo/releases/tag/v0.25.0) + [v0.26.0](https://github.com/ipfs/boxo/releases/tag/v0.26.0) + [v0.27.0](https://github.com/ipfs/boxo/releases/tag/v0.27.0) + [v0.27.1](https://github.com/ipfs/boxo/releases/tag/v0.27.1)) From 4b790b18e5babc19bfdc34b162f99edd1cb287c5 Mon Sep 17 00:00:00 2001 From: Daniel Norman <1992255+2color@users.noreply.github.com> Date: Fri, 31 Jan 2025 15:42:52 +0100 Subject: [PATCH 2/3] docs: toc and spelling --- docs/changelogs/v0.33.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelogs/v0.33.md b/docs/changelogs/v0.33.md index 3e8f75a0ae5..ebe45193cb0 100644 --- a/docs/changelogs/v0.33.md +++ b/docs/changelogs/v0.33.md @@ -16,6 +16,7 @@ - [New options for faster writes: `WriteThrough`, `BlockKeyCacheSize`, `BatchMaxNodes`, `BatchMaxSize`](#new-options-for-faster-writes-writethrough-blockkeycachesize-batchmaxnodes-batchmaxsize) - [MFS stability with large number of writes](#mfs-stability-with-large-number-of-writes) - [New DoH resolvers for non-ICANN DNSLinks](#new-doh-resolvers-for-non-icann-dnslinks) + - [Reliability improvements to the WebRTC Direct listener](#reliability-improvements-to-the-web-rtc-direct-listener) - [📦️ Important dependency updates](#-important-dependency-updates) - [Escape Redirect URL for Directory](#escape-redirect-url-for-directory) - [📝 Changelog](#-changelog) @@ -101,7 +102,7 @@ We have fixed a number of issues that were triggered by writing or copying many #### Reliability improvements to the WebRTC Direct listener -Two fixes in go-libp2p imporve the reliability of the WebRTC Direct listner in Kubo, and by extension dialability from browsers. +Two fixes in go-libp2p imporve the reliability of the WebRTC Direct listener in Kubo, and by extension dialability from browsers. Relevant changes in go-libp2p: - [Deprioritising outgoing `/webrtc-direct`](https://github.com/libp2p/go-libp2p/pull/3078) dials. From 41237607f4b2ef4d5e3e682df299ce056bddf210 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 31 Jan 2025 16:20:14 +0100 Subject: [PATCH 3/3] Update docs/changelogs/v0.33.md --- docs/changelogs/v0.33.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelogs/v0.33.md b/docs/changelogs/v0.33.md index ebe45193cb0..3f1ae159ee2 100644 --- a/docs/changelogs/v0.33.md +++ b/docs/changelogs/v0.33.md @@ -102,7 +102,7 @@ We have fixed a number of issues that were triggered by writing or copying many #### Reliability improvements to the WebRTC Direct listener -Two fixes in go-libp2p imporve the reliability of the WebRTC Direct listener in Kubo, and by extension dialability from browsers. +Two fixes in go-libp2p improve the reliability of the WebRTC Direct listener in Kubo, and by extension dialability from browsers. Relevant changes in go-libp2p: - [Deprioritising outgoing `/webrtc-direct`](https://github.com/libp2p/go-libp2p/pull/3078) dials.