@cryptotaxi247 / kubo / commits / 68ee5e61a

feat: add changelog entry for router timeouts for v0.19.1 (#9784)

* feat: add changelog entry for router timeouts for v0.19.1 * Apply suggestions from code review Co-authored-by: Steve Loeppky <biglep@protocol.ai> --------- Co-authored-by: Steve Loeppky <biglep@protocol.ai>

Gus Eggert committed Apr 3, 2023 at 11:21 UTC 68ee5e61a87a96b1ce5d47cc0434a22cb8ee1e04
1 file changed +11
docs/changelogs/v0.19.md
+11
@@ -1,6 +1,17 @@
1 <!-- omit in toc -->
2 # Kubo changelog v0.19
3
4 +## v0.19.1
5 +
6 +### 🔦 Highlights
7 +
8 +#### DHT Timeouts
9 +In v0.16.0, Kubo added the ability to configure custom content routers and DHTs with the `custom` router type, and as part of this added a default 5 minute timeout to all DHT operations. In some cases with large repos ([example](https://github.com/ipfs/kubo/issues/9722)), this can cause provide and reprovide operations to fail because the timeout is reached. This release removes these timeouts on DHT operations. If users desire these timeouts, they can be added back using [the `custom` router type](https://github.com/ipfs/kubo/blob/master/docs/config.md#routingrouters-parameters).
10 +
11 +### 📝 Changelog
12 +
13 +### 👨‍👩‍👧‍👦 Contributors
14 +
15 <!-- omit in toc -->
16 ## v0.19.0
17