Support for go-ipfs v0.5
See original GitHub issueThis is a notice I’m filling in repo of every HTTP Client I can find. Feel free to close it if this project already works fine with go-ipfs 0.5
POST-only HTTP API
go-ipfs 0.5 will block GET
commands on the API port (https://github.com/ipfs/go-ipfs/pull/7097), requiring every command (RPC) to be sent as HTTP POST
request.
See API reference docs: https://docs.ipfs.io/reference/api/http/
This is potentially a breaking change,
double check if this project uses POST
for every RPC call.
Testing
Download links for v0.5-rc* are available at https://github.com/ipfs/go-ipfs/issues/7109
You can also test using an ephemeral Docker container:
$ docker run --rm -it --net=host ipfs/go-ipfs:v0.5.0-rc1
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Support for go-ipfs v0.5 · Issue #12 · gkbrk/rust-ipfs-api · GitHub
This is a notice I'm filling in repo of every HTTP Client I can find. Feel free to close it if this project...
Read more >IPFS 0.5.0 is here! Our largest upgrade to IPFS yet
5 release are essential to our upcoming premium IPFS product release later this year. The upgraded subdomain gateway support greatly improves ...
Read more >Image Layer Details - yrzr/go-ipfs-arm64v8:v0.5.0 | Docker Hub
yrzr/go-ipfs-arm64v8:v0.5.0 ... ENV SRC_DIR=/go-ipfs. 0 B. 5 ... 2022 Docker Inc. All rights reserved | Terms of Service | Subscription Service Agreement ...
Read more >Ipfs-api-mount Changelog - pyup.io
Fixed * More robust support for v1 CIDs ... Added * Support for go-ipfs v0.5.x and v0.6.x (using ipfshttpclient 0.6.x) ...
Read more >filecoin-project/go-ipfs - Gitee
5 年前 ... doc: add license URLs so go's doc service can detect our license ... To build go-ipfs with OpenSSL support, append...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the heads up! I’ll try to get the changes planned for py-ipfs-api-client done by the end of this week!
Now that IPFS 0.5 is publicly released, do we have an ETA of when will the next version be released on PyPI with this fix? While we have added IPFS 0.5 support in IPWB using the master branch as a temporary fix as https://github.com/oduwsdl/ipwb/pull/641, we are waiting for this client (that we heavily rely on) to be updated before we release a new version.