Skip to content

Releases: nftstorage/ipfs-cluster

@nftstorage/ipfs-cluster v5.0.1

08 Apr 11:20
02a4c1d
Compare
Choose a tag to compare

Bug Fixes

  • no more object with slash for CID (#42) (e078957)

@nftstorage/ipfs-cluster v5.0.0

04 Apr 13:05
5088097
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • The client is not compatible with Cluster pre v1.0 anymore. Note: there are no changes to the programmatic API.

Features

@nftstorage/ipfs-cluster v4.1.0

23 Mar 15:23
cb9bafa
Compare
Choose a tag to compare

Features

@nftstorage/ipfs-cluster v4.0.0

07 Feb 11:14
d132f30
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Types for TrackerStatus and PinType have changed from enum to string union. There are no runtime API alterations (only additions) so unless you're using those types directly in your project then you'll probably not notice any change.

Features

  • add statusAll method (#35) (193be66)
    1. Adds statusAll method to get status for ALL pins. Note this is an expensive operation and results are buffered in memory. Use the filtering options filter and cids to reduce the result set. NOTE: only the latest Cluster version (v0.14.5-rc1) supports the cids filter.
    2. Adds ipfsPeerId property to the PeerInfo type (which is part of the peerMap for status calls).
    3. Refactors the enum pin types which were basically unusable in JS.

Bug Fixes

  • wait longer for Cluster ready (1d434cb)

@nftstorage/ipfs-cluster v3.5.0

27 Jan 21:36
f956b46
Compare
Choose a tag to compare

Features

Bug Fixes

@nftstorage/ipfs-cluster v3.4.3

25 Oct 23:24
fe47dbd
Compare
Choose a tag to compare

Bug Fixes

@nftstorage/ipfs-cluster v3.4.2

25 Oct 18:26
bb3cf1d
Compare
Choose a tag to compare

Bug Fixes

@nftstorage/ipfs-cluster v3.4.1

25 Oct 18:16
9deb74e
Compare
Choose a tag to compare

Bug Fixes

@nftstorage/ipfs-cluster v3.4.0

25 Oct 16:48
1896cf4
Compare
Choose a tag to compare

Features

v3.2.0

06 Jul 10:01
Compare
Choose a tag to compare
  • Supports pin "origins" in PinOptions. These are multiaddrs of nodes known to host the data allowing cluster to connect directly to them and transfer data without having to consult the DHT.
  • Fixes some querystring param names for PinOptions.