提交 718b579a 作者: Łukasz Magiera 提交者: Steven Allen

Add coreapi section to changelog for 0.4.18

License: MIT
Signed-off-by: 's avatarŁukasz Magiera <magik6k@gmail.com>
上级 c1a0486c
......@@ -107,6 +107,18 @@ CIDs. In this release, we've added support for creating these CIDs. You can now
run `ipfs add` with the `--inline` flag to inline blocks less than or equal to
32 bytes in length into a CID, instead of writing an actual block.
#### CoreAPI
CoreAPI is a new way to interact with IPFS from Go. While it's still not
final, most things you can do via the CLI or HTTP interfaces, can now be done
through the new API.
Currently there is only one implementation, backed by go-ipfs node, and there are
plans to start http-api backed one soon. We are also looking into creating RPC
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
#### WebUI
Finally, this release includes the shiny [updated
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论