Skip to content

Releases: Cerebellum-Network/cere-ddc-sdk-js

v2.9.0

15 May 11:26
Compare
Choose a tag to compare

Features

  • Add support of signers created from a JSON backup file (#248) (984ffb7)

Documentation

  • Update blockchain signers documentation (#249) (e51b49a)

v2.8.0

14 May 04:59
Compare
Choose a tag to compare

Features

  • blockchain: Add support for new cluster properties (#247) (59908fb)

v2.7.0

06 May 11:09
Compare
Choose a tag to compare

Features

  • Add async acknowledgements support (#245) (cb41f3d)
  • cli: Add CLI option to override default blockchain RPC URL (#244) (1a8f9fd)
  • cli: Allow configuring DDC nodes list in CLI config (#243) (f4295d1)

v2.6.0

03 Apr 08:51
Compare
Choose a tag to compare

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

  • ddc: Add gRPC request timeout to fallback from frozen nodes (#223) (b58f36b)
  • playground: Fix Playground DagNode data overflow (#238) (592414f)

v2.5.0

28 Feb 10:10
Compare
Choose a tag to compare

Features

  • cli: Add commands to download files and directories (#236) (9634790)
  • cli: Introduce DDC command line interface (#234) (ff948dd)

v2.3.0

21 Feb 07:13
Compare
Choose a tag to compare

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

  • blockchain: Update all blockchain package dependencies to the latest versions (#219) (65dbf8b)

v2.2.0

02 Feb 06:29
Compare
Choose a tag to compare

Features

  • blockchain: Add change bucket parameters method (93c47eb)

v2.1.1

31 Jan 13:18
Compare
Choose a tag to compare

Bug Fixes

  • ddc: Use proper MAINNET preset blockchain endpoint (#224) (d8a2f22)

v2.1.0

30 Jan 06:12
Compare
Choose a tag to compare

Features

  • ddc: Add network latency based routing to select closest nodes to the client (#218) (6ddc828)
  • Extend auth token API with methods to delegate access (#215) (1da5e38)

Bug Fixes

  • ddc: Properly handle grpc headers error in WebSocket transport (#216) (b3aac34)

Documentation

  • Add reusable typedoc configs package (#222) (8af0a66)
  • ddc-client: Update README with documentation of added APIs (#220) (d01972c)
  • ddc: Update ddc package documentation (#221) (1d9ade3)

v2.0.0

10 Jan 11:30
9bcf0ba
Compare
Choose a tag to compare

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

Updated packages

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