Releases: richardschneider/net-ipfs-http-client
Releases · richardschneider/net-ipfs-http-client
Release v0.22.0 (2018-08-04)
Bug Fixes
- FileSystemApi: remember the IPFS client (8f0212e)
- IpfsClient: always supply a filename when uploading (1afac5f)
Features
- cid encoding for file/block/dag (6805e74)
Release v0.21.0 (2018-07-01)
Features
Bug Fixes
- DagApi: default content is "dag-cbor" not "cbor" (b32dcb0)
Release v.0.20.0 (2018-05-13)
Bug Fixes
- SwarmApi: parsing compound latency (09073eb)
- PublishedMessage: content ID is not supported (3200ec7)
Features
Release v0.19.0 (2018-05-04)
Release v0.18.0 (2018-04-08)
Features
- GenericApi: support ShutdownAsync (523eacf)
- BlockApi: support pinning a block (12ed151)
- SwarmApi: ignore a null/empty address (1fe7340)
- FileSystemApi: support wrapping a file in a directory (55732ed)
- Support go-ipfs 0.4.14
Release v0.17.0 (2018-03-05)
Features
Breaking changes
Release v0.16.0 (2018-01-13)
Breaking Changes
- The
IpfsClient
is now IPFS Core API compatible. Most objects are now an Interface
.
Release v0.15.0 (2018-01-09)
Breaking Change
- Use
Cid
instead of MultiHash
in most API methods (6fe0bbe)
Release v0.14.0 (2018-01-05)
Breaking Changes
- Ipfs.Api.PeerNode => Ipfs.Peer (a8f1212)
- PostCommandAsync is no longer needed, use DoCommandAsync (2b72361)
Bug Fixes
- work around for go-ipfs
pubsub
dropping messages #24 (7435f98)
Features
Release v0.13.0 (2017-12-28)
Bug Fixes
- POST commands to avoid cache issues (64823f4)
- sometimes the IPFS server does not JSON encode an error (57f1939)
- pass the directory size along (b1e588b)
- subscribe now stops immediately when it is cancelled (6c9474d)
Features