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

Releases: PinataCloud/Pinata-SDK

v2.0.0-beta.0

27 Oct 21:28
890cfb8
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release

v2.0.0-beta.0

  • removed yargs, added husky
  • change js to ts

v1.2.1

19 Oct 21:07
Compare
Choose a tag to compare

[v1.2.1] - 2022-10-19

Added support for JWT authentication
Fixed typo on documentation
Fixed upload infinity issue on Axios
Added new types - typescript

v1.2.0

18 Oct 21:51
Compare
Choose a tag to compare

[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

13 Apr 17:09
Compare
Choose a tag to compare

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

01 Jun 16:46
Compare
Choose a tag to compare

Adds type definitions to make using the Pinata SDK in Typescript projects easier.

Bug fixes

11 Apr 14:17
Compare
Choose a tag to compare

Unpin was updated to send the hash through the URL instead of a body and should now work properly

1.1.6 - Regions and Replications

19 Mar 21:34
0aca4c5
Compare
Choose a tag to compare

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")