Skip to content

Releases: Apillon/sdk

3.12.0

30 Jun 11:09
272620c

Choose a tag to compare

NFTs

  • Add logoUrl field to NftCollection class
  • Add bannerUrl field to NftCollection class

3.11.0

29 May 07:45
8e905c1

Choose a tag to compare

Storage

  • Add createBucket method to SDK
  • Add create-bucket storage CLI command

3.10.0

22 Apr 08:52
2ad7f55

Choose a tag to compare

Storage

  • Add type parameter to generateIpfsLink method (IPFS or IPNS)

3.9.0

13 Mar 09:44
a0902fb

Choose a tag to compare

NFTs

  • Update metadata attributes field type for Unique collections

3.8.2

09 Jan 08:25
7c242ed

Choose a tag to compare

Storage

  • Replaced ipfs-only-hash package with internal code

3.8.1

08 Jan 13:23
69d53d8

Choose a tag to compare

Storage

  • Fixed bug with uploading files with same name in different directory

3.8.0

17 Dec 12:45
5a5de86

Choose a tag to compare

NFTs

[Added] Support for creating NFT collections on Unique Network

3.7.0

04 Dec 13:55
5a5de86

Choose a tag to compare

Storage

  • [Update] When uploading files, CIDs are now instantly resolved, even before the pinning is finished
  • [Deprecation] The awaitCid parameter is now deprecated on the SDK and CLI, since it no longer has any use, file CIDs will be resolved and returned by default

3.6.0

21 Nov 08:41
7a5042b

Choose a tag to compare

RPCs

  • Implemented RPC module and RpcApiKey model with support for the following methods: listApiKeys, createApiKey, listEndpoints

3.5.0

29 Oct 10:20
677bcf7

Choose a tag to compare

Indexing

  • Implemented Indexing SDK module, with support for the deployIndexer method
  • Added CLI support for cloud functions methods, with the deploy command