Merge pull request #272 from ipfs/fix/0.9.0-post-link

This commit is contained in:
Jessica Schilling
2021-06-29 23:37:31 -06:00
committed by GitHub
@@ -27,7 +27,7 @@ As usual, this release includes important fixes, some of which may be critical f
Gateways now support downloading arbitrary IPLD graphs via the `/api/v0/dag/export` endpoint. This endpoint works in the same way as the `ipfs dag export` command.
One major thing this enables is ability to verify data downloaded from public gateways. If you go to [https://somegateway.example.net/ipfs/bafyexample](https://somegateway.example.net/ipfs/bafyexample "https://somegateway.example.net/ipfs/bafyexample") you are using the old school HTTP transport, and trusting that the gateway is being well behaved. However, if you download the graph as a [DAG archive](https://github.com/ipld/specs/blob/master/block-layer/content-addressable-archives.md) then it is possible to verify that the data you downloaded does in fact match `bafyexample` .
One major thing this enables is ability to verify data downloaded from public gateways. If you go to [https://somegateway.example.net/ipfs/bafyexample](https://somegateway.example.net/ipfs/bafyexample "https://somegateway.example.net/ipfs/bafyexample") you are using the old school HTTP transport, and trusting that the gateway is being well behaved. However, if you download the graph as a [DAG archive](https://ipld.io/specs/transport/car/) then it is possible to verify that the data you downloaded does in fact match `bafyexample` .
### ☁ **Custom DNS Resolvers**
@@ -133,4 +133,4 @@ You can get started by [**installing go-ipfs**](https://dist.ipfs.io/#go-ipfs) o
There are many ways to get involved with IPFS based on your skill set, interest, and availability. Please check out our [**contribution page**](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md) on GitHub for guidance and next steps.
This is an exciting time for IPFS and the web in general. Join us!
This is an exciting time for IPFS and the web in general. Join us!