From 09f35b2109133d5ef40c2e9f75a9d63cc3e2ffea Mon Sep 17 00:00:00 2001 From: Gus Eggert Date: Fri, 31 Mar 2023 08:29:31 -0400 Subject: [PATCH] feat: add changelog entry for router timeouts for v0.19.1 --- docs/changelogs/v0.19.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/changelogs/v0.19.md b/docs/changelogs/v0.19.md index 140b5482a8b..413ac7f53f3 100644 --- a/docs/changelogs/v0.19.md +++ b/docs/changelogs/v0.19.md @@ -1,6 +1,19 @@ # 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, 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. + +For more information, see https://github.com/ipfs/kubo/issues/9722 + +### ๐Ÿ“ Changelog + +### ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Contributors + ## v0.19.0