A migration guide for refactoring your application code from
ipfs@0.63.x
toipfs@0.64.x
The upgrade to ipfs@0.64.x
incorporates an update to libp2p@0.38.x
but no API changes.
If your application uses only the default libp2p config there is nothing to do.
If you supply a custom libp2p
instance to the ipfs
factory function you should consult the libp2p@0.38.x
upgrade guide for any changes you need to make.