Skip to content

Commit

Permalink
docs: add webrtc-direct fixes to 0.33 release changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
2color authored Jan 31, 2025
1 parent 5d143a2 commit 4f88be6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/changelogs/v0.33.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Check failure on line 104 in docs/changelogs/v0.33.md

View workflow job for this annotation

GitHub Actions / spellcheck

imporve ==> improve

Check failure on line 104 in docs/changelogs/v0.33.md

View workflow job for this annotation

GitHub Actions / spellcheck

listner ==> listener

Check failure on line 104 in docs/changelogs/v0.33.md

View workflow job for this annotation

GitHub Actions / spellcheck

imporve ==> improve

Check failure on line 104 in docs/changelogs/v0.33.md

View workflow job for this annotation

GitHub Actions / spellcheck

listner ==> listener

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))
Expand Down

0 comments on commit 4f88be6

Please sign in to comment.