Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

1.1.6 - Regions and Replications

Compare
Choose a tag to compare
@obo20 obo20 released this 19 Mar 21:34
· 101 commits to master since this release
0aca4c5

This release upgrades the SDK for the new Regions and Replications release of Pinata.

All functions have been modified for full compatibility with this new release and documentation for new features is included in the Pinata documentation, as well as in the SDK README.

Functions Added:

  • hashPinPolicy
  • pinByHash
  • unpin
  • userPinPolicy

Functions Removed:

  • addHashToPinQueue (replaced by "pinByHash")
  • pinHashToIPFS (replaced by "pinByHash")
  • removePinFromIPFS(replaced by "unpin")
  • userPinList (replaced by "pinList")