Releases: Cerebellum-Network/cere-ddc-sdk-js
Releases · Cerebellum-Network/cere-ddc-sdk-js
v2.9.0
v2.8.0
v2.7.0
v2.6.0
Features
- cli: Add auth token management command (#240) (3fd725a)
- ddc-client: Add retries number configuration option (#241) (92501fd)
- ddc: Use internal SDK signers to reduce signature requests to web3 wallets (#237) (f0255a3)
- Re-try piece store operation from buffered content (#239) (c39dab8)
Bug Fixes
v2.5.0
v2.3.0
Features
- Add Cere Wallet support (#228) (3cdb22e)
- blockchain: Add support for PolkadotJs compatible browser extensions (#227) (94e5083)
- blockchain: Update Cere Wallet SDK to allow auto-signing messages during DDC operations (#231) (78691d6)
- ddc: Add activity request header to CNS and DAG API (#232) (7321a0d)
Documentation
- blockchain: Add blockchain package documentation (#229) (080ae5f)
- DDC SDK examples directory (#233) (6ea4564)
- Update source code and README documentation for
file-storage
package (#226) (f3ff248)
Miscellaneous Chores
v2.2.0
v2.1.1
v2.1.0
v2.0.0
DDC SDK was re-worked from the ground. Several packages were removed, some re-written and new packages added to the tool set.
New packages
- @cere-ddc-sdk/blockchain - Work directly with the Cere blockchain
- @cere-ddc-sdk/ddc - Low level package to directly communicate with DDC nodes
Updated packages
- @cere-ddc-sdk/ddc-client - The main DDC SDK interface with all methods for working with DDC
- @cere-ddc-sdk/file-storage - Upload large files, using chunk streaming
Removed packages
@cere-ddc-sdk/content-addressable-storage
@cere-ddc-sdk/core
@cere-ddc-sdk/key-value-storage
@cere-ddc-sdk/proto
@cere-ddc-sdk/smart-contract