You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelogs/v0.38.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -326,6 +326,9 @@ Updates go-ds-pebble to v0.5.3 (pebble v2.1.0).
326
326
327
327
## v0.38.2
328
328
329
-
Updates quic-go to v0.55.0 to address stream frame memory pooling issue. This fixes a scenario where StreamFrame objects weren't properly returned to sync.Pool during stream cancellation, improving performance in applications that frequently cancel streams by reducing allocation pressure.
330
-
331
-
See [quic-go#5327](https://github.com/quic-go/quic-go/pull/5327) for details.
329
+
- Updates [boxo v0.35.1](https://github.com/ipfs/boxo/releases/tag/v0.35.1) with bitswap and HTTP retrieval fixes:
330
+
- Fixed bitswap trace context not being passed to sessions, restoring observability for monitoring tools
331
+
- Kubo now fetches from HTTP gateways that return errors in legacy IPLD format, improving compatibility with older providers
332
+
- Better handling of rate-limited HTTP endpoints and clearer timeout error messages
333
+
- Updates [go-libp2p-kad-dht v0.35.1](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.35.1) with memory optimizations for nodes using `Provide.DHT.SweepEnabled=true`
334
+
- Updates [quic-go v0.55.0](https://github.com/quic-go/quic-go/releases/tag/v0.55.0) to fix memory pooling where stream frames weren't returned to the pool on cancellation
0 commit comments