This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
Releases: PinataCloud/Pinata-SDK
Releases · PinataCloud/Pinata-SDK
v2.0.0-beta.0
v2.0.0-beta.0
- removed yargs, added husky
- change js to ts
v1.2.1
v1.2.0
[v1.2.0] - 2022-10-17
Added auto pagination to pinList - getFilesByCount.
Changed pinList function to not include count.
Added streaming support for direct uploads
This release adds support for multiple readable streams to better match parity with our API. Thanks to @dweisiger for his PR: #101
1.1.23 - Typescript support
Adds type definitions to make using the Pinata SDK in Typescript projects easier.
Bug fixes
1.1.6 - Regions and Replications
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")