go-ipfs 0.4.23 released
go-ipfs 0.4.23 released
Highlights
- Fixed a bug in the TLS transport that would (very rarely) cause disconnects during the handshake. You really should upgrade or you’ll see this bug more and more when TLS is enabled by default in go-ipfs 0.5.0.
- Patched a commonly occurring bug in the websocket transport that was causing panics because of concurrent writes.
- Fixed Resursive Resolving of dnsaddr Multiaddrs
- Retuned Connection Manager
- Reduced Relay Related DHT Spam
- Better Bitswap
Assets
- https://github.com/ipfs/go-ipfs/releases/
- https://github.com/ipfs/go-ipfs/releases/download/v0.4.23/go-ipfs-source.tar.gz
- https://github.com/ipfs/go-ipfs/releases/download/v0.4.23/go-ipfs-source.tar.gz.cid
- https://github.com/ipfs/go-ipfs/releases/download/v0.4.23/go-ipfs-source.tar.gz.sha512
- https://github.com/ipfs/go-ipfs/releases/download/v0.4.23/go-ipfs_v0.4.23_linux-amd64.tar.gz
- https://github.com/ipfs/go-ipfs/releases/download/v0.4.23/go-ipfs_v0.4.23_linux-amd64.tar.gz.cid
- https://github.com/ipfs/go-ipfs/releases/download/v0.4.23/go-ipfs_v0.4.23_linux-amd64.tar.gz.sha512
- https://github.com/ipfs/go-ipfs/releases/download/v0.4.23/go-ipfs_v0.4.23_windows-amd64.zip
- https://github.com/ipfs/go-ipfs/releases/download/v0.4.23/go-ipfs_v0.4.23_windows-amd64.zip.cid
- https://github.com/ipfs/go-ipfs/releases/download/v0.4.23/go-ipfs_v0.4.23_windows-amd64.zip.sha512
- …
Download
ipfs get
1 | ipfs get /ipns/dist.ipfs.io/go-ipfs/v0.4.23/go-ipfs_v0.4.23_linux-amd64.tar.gz |
gateway
1 | # gateway.ipfs.io, ipfs.infura.io, hardbin.com, siderus.io, ipfs.io |
Systemd service
1 | groupadd -r ipfs && useradd -r -g ipfs ipfs |
Basic commands
1 | ipfs id |
Experimental features
1 | ipfs config --json Experimental.FilestoreEnabled true |