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
+19-8
Original file line number
Diff line number
Diff line change
@@ -16,30 +16,41 @@ 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
+
28
+
## [v0.26.0]
29
+
30
+
### Added
31
+
19
32
-`bitswap/client`: Improved timeout configuration for block requests
20
33
- Exposed `DontHaveTimeoutConfig` to hold configuration values for `dontHaveTimeoutMgr` which controls how long to wait for requested block before emitting a synthetic DontHave response
21
34
- Added `DefaultDontHaveTimeoutConfig()` to return a `DontHaveTimeoutConfig` populated with default values
22
35
- Added optional `WithDontHaveTimeoutConfig` to allow passing a custom `DontHaveTimeoutConfig`
23
36
- Setting `SetSendDontHaves(false)` works the same as before. Behind the scenes, it will disable `dontHaveTimeoutMgr` by passing a `nil``onDontHaveTimeout` to `newDontHaveTimeoutMgr`.
24
37
25
-
26
38
### Changed
27
39
28
40
- 🛠 `blockstore` and `blockservice`'s `WriteThrough()` option now takes an "enabled" parameter: `WriteThrough(enabled bool)`.
29
41
- Replaced unmaintained mock time implementation uses in tests: [from](github.com/benbjohnson/clock) => [to](github.com/filecoin-project/go-clock)
30
-
- upgrade to go-libp2p [v0.38.1](https://github.com/libp2p/go-libp2p/releases/tag/v0.38.1)
31
42
-`bitswap/client`: if a libp2p connection has a context, use `context.AfterFunc` to cleanup the connection.
32
43
- upgrade to `go-libp2p-kad-dht`[v0.28.1](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.28.1)
33
-
34
-
35
-
### Removed
36
-
44
+
- upgrade to `go-libp2p`[v0.38.1](https://github.com/libp2p/go-libp2p/releases/tag/v0.38.1)
45
+
- blockstore/blockservice: change option to `WriteThrough(enabled bool)`[#749](https://github.com/ipfs/boxo/pull/749)
*`mfs`: directory cache is now cleared on Flush(), liberating the memory used by the otherwise ever-growing cache. References to directories and sub-directories should be renewed after flushing.
50
+
-`mfs`: directory cache is now cleared on Flush(), liberating the memory used by the otherwise ever-growing cache. References to directories and sub-directories should be renewed after flushing.
51
+
-`bitswap/client`: Fix leak due to cid queue never getting cleaned up [#756](https://github.com/ipfs/boxo/pull/756)
52
+
-`bitswap`: Drop stream references on Close/Reset [760](https://github.com/ipfs/boxo/pull/760)
0 commit comments