Releases: Apillon/sdk
Releases · Apillon/sdk
3.12.0
3.11.0
Storage
- Add
createBucketmethod to SDK - Add
create-bucketstorage CLI command
3.10.0
Storage
- Add type parameter to
generateIpfsLinkmethod (IPFS or IPNS)
3.9.0
NFTs
- Update metadata attributes field type for Unique collections
3.8.2
Storage
- Replaced
ipfs-only-hashpackage with internal code
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
awaitCidparameter 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
deployIndexermethod - Added CLI support for cloud functions methods, with the
deploycommand