Skip to content

Commit

Permalink
docs(CHANGELOG): document traceability.Block feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward authored and hacdias committed Jul 26, 2023
1 parent b824793 commit 12ab035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The following emojis are used to highlight certain changes:
* The only change to the default behavior on CAR responses is that we follow
IPIP-412 and make `order=dfs;dups=n` explicit in the returned
`Content-Type` HTTP header.
* ✨ While the call signature remains the same, the blocks that Bitswap returns can now be cast to [traceability.Block](./bitswap/client/traceability/block.go), which will additionally tell you where the Block came from and how long it took to fetch. This helps consumers of Bitswap collect better metrics on Bitswap behavior.

### Changed

Expand Down

0 comments on commit 12ab035

Please sign in to comment.