|
16 | 16 | - [New options for faster writes: `WriteThrough`, `BlockKeyCacheSize`, `BatchMaxNodes`, `BatchMaxSize`](#new-options-for-faster-writes-writethrough-blockkeycachesize-batchmaxnodes-batchmaxsize)
|
17 | 17 | - [MFS stability with large number of writes](#mfs-stability-with-large-number-of-writes)
|
18 | 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) |
| 19 | + - [Reliability improvements to the WebRTC Direct listener](#reliability-improvements-to-the-webrtc-direct-listener) |
| 20 | + - [Bitswap improvements from Boxo](#bitswap-improvements-from-boxo-1) |
20 | 21 | - [📦️ Important dependency updates](#-important-dependency-updates)
|
21 | 22 | - [Escape Redirect URL for Directory](#escape-redirect-url-for-directory)
|
22 | 23 | - [📝 Changelog](#-changelog)
|
@@ -102,15 +103,19 @@ We have fixed a number of issues that were triggered by writing or copying many
|
102 | 103 |
|
103 | 104 | #### Reliability improvements to the WebRTC Direct listener
|
104 | 105 |
|
105 |
| -Two fixes in go-libp2p improve the reliability of the WebRTC Direct listener in Kubo, and by extension dialability from browsers. |
| 106 | +Two fixes in go-libp2p improve the reliability of the WebRTC Direct listener in Kubo, and by extension dialability from browsers. |
106 | 107 |
|
107 | 108 | Relevant changes in go-libp2p:
|
108 | 109 | - [Deprioritising outgoing `/webrtc-direct`](https://github.com/libp2p/go-libp2p/pull/3078) dials.
|
109 | 110 | - [Allows more concurrent handshakes by default](https://github.com/libp2p/go-libp2p/pull/3040/).
|
110 | 111 |
|
| 112 | +#### Bitswap improvements from Boxo |
| 113 | + |
| 114 | +This release includes performance and reliability improvements and fixes for minor resource leaks. One of the performance changes [greatly improves the bitswap clients ability to operate under high load](https://github.com/ipfs/boxo/pull/817#pullrequestreview-2587207745), that could previously result in an out of memory condition. |
| 115 | + |
111 | 116 | #### 📦️ Important dependency updates
|
112 | 117 |
|
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)) |
| 118 | +- update `boxo` to [v0.27.4](https://github.com/ipfs/boxo/releases/tag/v0.27.4) (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) + [v0.27.2](https://github.com/ipfs/boxo/releases/tag/v0.27.2) + [v0.27.3](https://github.com/ipfs/boxo/releases/tag/v0.27.3)) |
114 | 119 | - update `go-libp2p` to [v0.38.2](https://github.com/libp2p/go-libp2p/releases/tag/v0.38.2) (incl. [v0.37.1](https://github.com/libp2p/go-libp2p/releases/tag/v0.37.1) + [v0.37.2](https://github.com/libp2p/go-libp2p/releases/tag/v0.37.2) + [v0.38.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.38.0) + [v0.38.1](https://github.com/libp2p/go-libp2p/releases/tag/v0.38.1))
|
115 | 120 | - update `go-libp2p-kad-dht` to [v0.28.2](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.28.2)
|
116 | 121 | - update `quic-go` to [v0.49.0](https://github.com/quic-go/quic-go/releases/tag/v0.49.0)
|
|
0 commit comments