Skip to content

Releases: Apillon/sdk

3.12.0

Choose a tag to compare

@dimitrov-d dimitrov-d released this 30 Jun 11:09
272620c

NFTs

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

3.11.0

Choose a tag to compare

@dimitrov-d dimitrov-d released this 29 May 07:45
8e905c1

Storage

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

3.10.0

Choose a tag to compare

@dimitrov-d dimitrov-d released this 22 Apr 08:52
2ad7f55

Storage

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

3.9.0

Choose a tag to compare

@dimitrov-d dimitrov-d released this 13 Mar 09:44
a0902fb

NFTs

  • Update metadata attributes field type for Unique collections

3.8.2

Choose a tag to compare

@dimitrov-d dimitrov-d released this 09 Jan 08:25
7c242ed

Storage

  • Replaced ipfs-only-hash package with internal code

3.8.1

Choose a tag to compare

@dimitrov-d dimitrov-d released this 08 Jan 13:23
69d53d8

Storage

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

3.8.0

Choose a tag to compare

@dimitrov-d dimitrov-d released this 17 Dec 12:45
5a5de86

NFTs

[Added] Support for creating NFT collections on Unique Network

3.7.0

Choose a tag to compare

@dimitrov-d dimitrov-d released this 04 Dec 13:55
5a5de86

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

Choose a tag to compare

@dimitrov-d dimitrov-d released this 21 Nov 08:41
7a5042b

RPCs

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

3.5.0

Choose a tag to compare

@dimitrov-d dimitrov-d released this 29 Oct 10:20
677bcf7

Indexing

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