question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for go-ipfs v0.5

See original GitHub issue

This 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:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
ntninjacommented, May 4, 2020

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!

2reactions
ibnesayeedcommented, Apr 29, 2020

@@alexander255: Support for this is now on master!

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found