mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-04 07:48:00 +08:00
CHANGELOG: section on ipld paths
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
parent
c4a00b5ff9
commit
a912eb56d6
11
CHANGELOG.md
11
CHANGELOG.md
@ -207,6 +207,17 @@ interface using this API, which could help performance in some use cases.
|
||||
|
||||
You can track progress in https://github.com/ipfs/go-ipfs/issues/4498
|
||||
|
||||
#### IPLD paths
|
||||
|
||||
We introduced new path type which introduces distinction between IPLD and
|
||||
IPFS (unixfs) paths. From now on paths prefixed with `/ipld/` will always
|
||||
use IPLD link traversal and `/ipfs/` will use unixfs path resolver, which
|
||||
takes things like shardnig into account.
|
||||
|
||||
Note that this is only initial support and there likely are some bugs in
|
||||
how the paths are handled internally, so consider this feature
|
||||
experimental for now.
|
||||
|
||||
#### CIDv1/Base32 Migration
|
||||
|
||||
Currently, IPFS is usually used in browsers by browsing to
|
||||
|
||||
Loading…
Reference in New Issue
Block a user