Releases: Apillon/sdk
Releases · Apillon/sdk
3.8.2
3.8.1
Storage
- Fixed bug with uploading files with same name in different directory
3.8.0
NFTs
[Added] Support for creating NFT collections on Unique Network
3.7.0
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
RPCs
- Implemented RPC module and RpcApiKey model with support for the following methods:
listApiKeys
,createApiKey
,listEndpoints
3.5.0
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
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
Hosting
- Deprecated field
ipnsStaging
- Added field
cidStaging
- Added field
cidProduction
3.2.0
Hosting
- [Added] New
generateShortUrl()
method
General
- [Moved] Object
get
method to base class to make it generic
3.1.0
Storage
- [Added] New
getInfo()
,getIpfsClusterInfo()
andgenerateIpfsLink(cid)
methods
Project
- [Added] New Project module, with ability to get a project's credit balance
General
- [Updated] All minor and patch dependency versions