Skip to content

Releases: CESSProject/DeOSS

DeOSS v0.3.7

05 Aug 09:50
7dca0fc
Compare
Choose a tag to compare

Changed

  1. Added multi-part upload and breakpoint resume functions @jiuquxzy #128
  2. The node discovery mechanism is changed to subscription mode @AstaFrode #138
  3. Add node filtering function @jiuquxzy #139
  4. Add file preview interface @AstaFrode
  5. Update some routes, see readme.md for details @AstaFrode
  6. Adapt to cessv0.7.7 version @AstaFrode

** Fixed **

  1. No longer report RPC connection failure when the balance is insufficient @AstaFrode #151

Full Changelog: v0.3.6...v0.3.7

Basic features

  1. Distributed network based on libp2p
  2. Data sharing mechanism based on libp2p
  3. Rpc framework compatible with Polkadot and any Substrate based chain
  4. Developer favorite feature-rich cess-go-sdk
  5. Support file and object upload, download, view, delete
  6. Permanent storage mechanism
  7. Abundant operation commands

DeOSS v0.3.6

19 Mar 09:58
ae6d482
Compare
Choose a tag to compare

Changed

  1. Add ETH signature verification

Full Changelog: v0.3.5...v0.3.6

Basic features

  1. Distributed network based on libp2p
  2. Data sharing mechanism based on libp2p
  3. Rpc framework compatible with Polkadot and any Substrate based chain
  4. Developer favorite feature-rich cess-go-sdk
  5. Support file and object upload, download, view, delete
  6. Permanent storage mechanism
  7. Abundant operation commands

DeOSS v0.3.5

31 Jan 12:43
419d1af
Compare
Choose a tag to compare

Changed

  1. Adapt to CESS 0.7.6

Full Changelog: v0.3.4...v0.3.5

Basic features

  1. Distributed network based on libp2p
  2. Data sharing mechanism based on libp2p
  3. Rpc framework compatible with Polkadot and any Substrate based chain
  4. Developer favorite feature-rich cess-go-sdk
  5. Support file and object upload, download, view, delete
  6. Permanent storage mechanism
  7. Abundant operation commands

DeOSS v0.3.4

13 Dec 08:54
75bd3b4
Compare
Choose a tag to compare

Changed

  1. Add the function of obtaining file fragments(#124 )
  2. Support polka wallet signature authentication(#124 )

Fixed

  1. Fix the problem that the client IP cannot be recorded in the log(#124 )

Basic features

  1. Distributed network based on libp2p
  2. Data sharing mechanism based on libp2p
  3. Rpc framework compatible with Polkadot and any Substrate based chain
  4. Developer favorite feature-rich cess-go-sdk
  5. Support file and object upload, download, view, delete
  6. Permanent storage mechanism
  7. Abundant operation commands

DeOSS v0.3.3

29 Nov 09:46
4948446
Compare
Choose a tag to compare

Highlights
1.Adapted to the new v0.7.5 version of CESS test chain
2.Add black and white list configuration
3.Optimize file upload process

Basic features
1.Distributed network based on libp2p
2.Data sharing mechanism based on libp2p
3.Rpc framework compatible with Polkadot and any Substrate based chain
4.Developer favorite feature-rich cess-go-sdk
6.Support file and object upload, download, view, delete
7.Permanent storage mechanism
8.Abundant operation commands

DeOSS v0.3.2

30 Oct 08:54
3d59731
Compare
Choose a tag to compare

Highlights
1.Adapted to the new v0.7.4 version of CESS test chain
2.Optional encryption when uploading files
3.After the chain is reset, local files can continue to be stored

Basic features
1.Distributed network based on libp2p
2.Data sharing mechanism based on libp2p
3.Rpc framework compatible with Polkadot and any Substrate based chain
4.Developer favorite feature-rich cess-go-sdk
6.Support file and object upload, download, view, delete
7.Permanent storage mechanism
8.Abundant operation commands

deoss v0.3.1

06 Sep 09:30
a680dcd
Compare
Choose a tag to compare

1.Fix exception in node discovery process(#108 )
2.Fix the exception in SDK parsing transaction events(#108 )

deoss v0.3.0

31 Aug 06:08
8a24656
Compare
Choose a tag to compare

Features
1.Support CESS v0.7 network

deoss v0.2.5

21 Jul 08:55
cc1d474
Compare
Choose a tag to compare

1.Update sdk to v0.3.9(#92 )
2.Remove the internal and loopback addresses of the discovered nodes(#92 )
3.Add an interface for obtaining discovered nodes(#93 )
4.Increase the function of obtaining data between deoss(#93 )
5.Persistent storage of discovered nodes(#92 )
6.Add an interface to query whether there is a certain file(#93 )

deoss v0.2.4

13 Jul 13:34
d8b4272
Compare
Choose a tag to compare

1.Update cess-go-sdk to v0.3.6(#89 )
2.Fix the problem that rpc and boot do not correspond to the same network in the default configuration file(#84 )
3.Add the ability to persist discovered nodes(#85 )
4.Updated retransmission mechanism to permanent retransmission(#85 )
5.Add adapted sdk upload function(#88 )