@cryptotaxi247 / kubo / commits / 718b579a9

Add coreapi section to changelog for 0.4.18

License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>

Łukasz Magiera committed Oct 27, 2018 at 15:22 UTC 718b579a9059bf05c5131321123626296e6f70f8
1 file changed +12
CHANGELOG.md
+12
@@ -107,6 +107,18 @@ CIDs. In this release, we've added support for creating these CIDs. You can now
107 run `ipfs add` with the `--inline` flag to inline blocks less than or equal to
108 32 bytes in length into a CID, instead of writing an actual block.
109
110 +#### CoreAPI
111 +
112 +CoreAPI is a new way to interact with IPFS from Go. While it's still not
113 +final, most things you can do via the CLI or HTTP interfaces, can now be done
114 +through the new API.
115 +
116 +Currently there is only one implementation, backed by go-ipfs node, and there are
117 +plans to start http-api backed one soon. We are also looking into creating RPC
118 +interface using this API, which could help performance in some use cases.
119 +
120 +You can track progress in https://github.com/ipfs/go-ipfs/issues/4498
121 +
122 #### WebUI
123
124 Finally, this release includes the shiny [updated