@cryptotaxi247 / kubo / commits / e08c7cb31

docs: add webrtc-direct fixes to 0.33 release changelog (#10688)

Daniel Norman committed Jan 31, 2025 at 16:20 UTC e08c7cb31d38bd67c22fd10160e6094622b0d0c1
1 file changed +9
docs/changelogs/v0.33.md
+9
@@ -16,6 +16,7 @@
16 - [New options for faster writes: `WriteThrough`, `BlockKeyCacheSize`, `BatchMaxNodes`, `BatchMaxSize`](#new-options-for-faster-writes-writethrough-blockkeycachesize-batchmaxnodes-batchmaxsize)
17 - [MFS stability with large number of writes](#mfs-stability-with-large-number-of-writes)
18 - [New DoH resolvers for non-ICANN DNSLinks](#new-doh-resolvers-for-non-icann-dnslinks)
19 + - [Reliability improvements to the WebRTC Direct listener](#reliability-improvements-to-the-web-rtc-direct-listener)
20 - [📦️ Important dependency updates](#-important-dependency-updates)
21 - [Escape Redirect URL for Directory](#escape-redirect-url-for-directory)
22 - [📝 Changelog](#-changelog)
@@ -99,6 +100,14 @@ We have fixed a number of issues that were triggered by writing or copying many
100 - `.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`
101 - `.crypto` TLD DNSLinks are now resolved via DoH endpoint at `https://resolver.unstoppable.io/dns-query`
102
103 +#### Reliability improvements to the WebRTC Direct listener
104 +
105 +Two fixes in go-libp2p improve the reliability of the WebRTC Direct listener in Kubo, and by extension dialability from browsers.
106 +
107 +Relevant changes in go-libp2p:
108 +- [Deprioritising outgoing `/webrtc-direct`](https://github.com/libp2p/go-libp2p/pull/3078) dials.
109 +- [Allows more concurrent handshakes by default](https://github.com/libp2p/go-libp2p/pull/3040/).
110 +
111 #### 📦️ Important dependency updates
112
113 - 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))