From 35130e0b0fb7900709f5f367b21c1d5830964695 Mon Sep 17 00:00:00 2001 From: Jorropo Date: Tue, 25 Jul 2023 19:29:24 +0200 Subject: [PATCH] Update docs/changelogs/v0.22.md Co-authored-by: Adin Schmahmann --- docs/changelogs/v0.22.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/changelogs/v0.22.md b/docs/changelogs/v0.22.md index eae1fca3a59..7ed4a895c88 100644 --- a/docs/changelogs/v0.22.md +++ b/docs/changelogs/v0.22.md @@ -26,10 +26,9 @@ to V2 only in the future. #### IPNS name resolution has been fixed -IPNS name resolution used to always take 1 minute if the record was not yet cached. -Even tho the DHT query most often finish in three digits miliseconds to single digits seconds. +IPNS name resolution had a regression where if IPNS over PubSub was enabled, but the name was not also available via IPNS over PubSub it would take 1 minute to for the lookup to complete (if the record was not yet cached). -This has been fixed, it now takes as long as the DHT will take. +This has been fixed and as before will give the best record from either the DHT subsystem or IPNS over PubSub, whichever comes back first. For details see [#9927](https://github.com/ipfs/kubo/issues/9927) and [#10020](https://github.com/ipfs/kubo/pull/10020).