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: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ The following emojis are used to highlight certain changes:
29
29
- upgrade to `go-libp2p`[v0.41.1](https://github.com/libp2p/go-libp2p/releases/tag/v0.41.1)
30
30
-`bitswap/network`: Add a new `requests_in_flight` metric gauge that measures how many bitswap streams are being written or read at a given time.
31
31
- improve speed of data onboarding by batching/bufering provider queue writes [#888](https://github.com/ipfs/boxo/pull/888)
32
+
-`provider/queue`: change queue internal buffer from a `Deque` to a `lru.Cache` to deduplicate cids as they are added to the provider queue [#909](https://github.com/ipfs/boxo/pull/909)
0 commit comments