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
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,18 @@ The following emojis are used to highlight certain changes:
16
16
17
17
### Added
18
18
19
+
### Changed
20
+
21
+
### Removed
22
+
23
+
### Fixed
24
+
25
+
### Security
26
+
27
+
## [v0.24.0]
28
+
29
+
### Added
30
+
19
31
*`boxo/bitswap/server`:
20
32
* A new [`WithWantHaveReplaceSize(n)`](https://pkg.go.dev/github.com/ipfs/boxo/bitswap/server/#WithWantHaveReplaceSize) option can be used with `bitswap.New` to fine-tune cost-vs-performance. It sets the maximum size of a block in bytes up to which the bitswap server will replace a WantHave with a WantBlock response. Setting this to 0 disables this WantHave replacement and means that block sizes are not read when processing WantHave requests. [#672](https://github.com/ipfs/boxo/pull/672)
21
33
*`routing/http`:
@@ -27,7 +39,8 @@ The following emojis are used to highlight certain changes:
27
39
### Removed
28
40
29
41
### Fixed
30
-
= `unixfs/hamt` Log error instead of panic if both link and shard are nil [#393](https://github.com/ipfs/boxo/pull/393)
42
+
43
+
-`unixfs/hamt` Log error instead of panic if both link and shard are nil [#393](https://github.com/ipfs/boxo/pull/393)
0 commit comments