Skip to content

Releases: Apillon/sdk

3.8.2

09 Jan 08:25
7c242ed
Compare
Choose a tag to compare

Storage

  • Replaced ipfs-only-hash package with internal code

3.8.1

08 Jan 13:23
69d53d8
Compare
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
Compare
Choose a tag to compare

NFTs

[Added] Support for creating NFT collections on Unique Network

3.7.0

04 Dec 13:55
5a5de86
Compare
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
Compare
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
Compare
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

3.4.0

29 Oct 09:10
dc7cc39
Compare
Choose a tag to compare

Cloud Functions

  • Implemented Cloud Functions SDK module, with support for the following methods: createCloudFunction, listCloudFunctions, createJob, setEnvironment, deleteJob.
  • Added CLI support for cloud functions methods, with the following commands: list, get, create, create-job, set-environment, list-jobs, delete-job.

3.3.0

24 Oct 09:34
e48173a
Compare
Choose a tag to compare

Hosting

  • Deprecated field ipnsStaging
  • Added field cidStaging
  • Added field cidProduction

3.2.0

22 Jul 11:08
409bf73
Compare
Choose a tag to compare

Hosting

  • [Added] New generateShortUrl() method

General

  • [Moved] Object get method to base class to make it generic

3.1.0

08 May 09:18
9baf62a
Compare
Choose a tag to compare

Storage

  • [Added] New getInfo(), getIpfsClusterInfo() and generateIpfsLink(cid) methods

Project

  • [Added] New Project module, with ability to get a project's credit balance

General

  • [Updated] All minor and patch dependency versions