From 68ee5e61a87a96b1ce5d47cc0434a22cb8ee1e04 Mon Sep 17 00:00:00 2001 From: Gus Eggert Date: Mon, 3 Apr 2023 11:21:53 -0400 Subject: [PATCH] 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 --------- Co-authored-by: Steve Loeppky --- docs/changelogs/v0.19.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/changelogs/v0.19.md b/docs/changelogs/v0.19.md index 140b5482a8b..722f0067710 100644 --- a/docs/changelogs/v0.19.md +++ b/docs/changelogs/v0.19.md @@ -1,6 +1,17 @@ # Kubo changelog v0.19 +## v0.19.1 + +### ๐Ÿ”ฆ Highlights + +#### DHT Timeouts +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). + +### ๐Ÿ“ Changelog + +### ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Contributors + ## v0.19.0