From c1a0486c29ec71407a2f4d4e9b29c52fc714c425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Sat, 27 Oct 2018 05:23:08 -0700 Subject: [PATCH] CHANGELOG: add section on name resolve --stream MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit License: MIT Signed-off-by: Ɓukasz Magiera --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b78d3c5f3..68de79ff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -94,7 +94,13 @@ It's still experimental but we don't expect too many breaking changes at this point (it will very likely be stabilized in the next release). TODO: Put this (vv) somewhere else. -TODO: mention `name resolve --stream`. +There is now a new flag for `ipfs name resolve` - `--stream`. When the command is +invoked with the flag set, it will start returning results as soon as they are discovered +in the DHT and other routing mechanisms. This enables certain applications to start +prefetching/displaying data while the discovery is still running. Note that for security +reasons, unless you implement custom validation method, you should wait for the +command to return before considering returned records up to date. + In the previous release, we added support for extracting blocks inlined into CIDs. In this release, we've added support for creating these CIDs. You can now