Releases: nftstorage/ipfs-cluster
Releases · nftstorage/ipfs-cluster
@nftstorage/ipfs-cluster v5.0.1
@nftstorage/ipfs-cluster v5.0.0
@nftstorage/ipfs-cluster v4.1.0
@nftstorage/ipfs-cluster v4.0.0
⚠ BREAKING CHANGES
- Types for
TrackerStatus
andPinType
have changed fromenum
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)
- Adds
statusAll
method to get status for ALL pins. Note this is an expensive operation and results are buffered in memory. Use the filtering optionsfilter
andcids
to reduce the result set. NOTE: only the latest Cluster version (v0.14.5-rc1) supports thecids
filter. - Adds
ipfsPeerId
property to thePeerInfo
type (which is part of thepeerMap
for status calls). - Refactors the enum pin types which were basically unusable in JS.
- Adds
Bug Fixes
- wait longer for Cluster ready (1d434cb)