Releases: CESSProject/DeOSS
DeOSS v0.3.7
Changed
- Added multi-part upload and breakpoint resume functions @jiuquxzy #128
- The node discovery mechanism is changed to subscription mode @AstaFrode #138
- Add node filtering function @jiuquxzy #139
- Add file preview interface @AstaFrode
- Update some routes, see readme.md for details @AstaFrode
- Adapt to cessv0.7.7 version @AstaFrode
** Fixed **
- No longer report RPC connection failure when the balance is insufficient @AstaFrode #151
Full Changelog: v0.3.6...v0.3.7
Basic features
- Distributed network based on libp2p
- Data sharing mechanism based on libp2p
- Rpc framework compatible with Polkadot and any Substrate based chain
- Developer favorite feature-rich cess-go-sdk
- Support file and object upload, download, view, delete
- Permanent storage mechanism
- Abundant operation commands
DeOSS v0.3.6
Changed
- Add ETH signature verification
Full Changelog: v0.3.5...v0.3.6
Basic features
- Distributed network based on libp2p
- Data sharing mechanism based on libp2p
- Rpc framework compatible with Polkadot and any Substrate based chain
- Developer favorite feature-rich cess-go-sdk
- Support file and object upload, download, view, delete
- Permanent storage mechanism
- Abundant operation commands
DeOSS v0.3.5
Changed
- Adapt to CESS 0.7.6
Full Changelog: v0.3.4...v0.3.5
Basic features
- Distributed network based on libp2p
- Data sharing mechanism based on libp2p
- Rpc framework compatible with Polkadot and any Substrate based chain
- Developer favorite feature-rich cess-go-sdk
- Support file and object upload, download, view, delete
- Permanent storage mechanism
- Abundant operation commands
DeOSS v0.3.4
Changed
- Add the function of obtaining file fragments(#124 )
- Support polka wallet signature authentication(#124 )
Fixed
- Fix the problem that the client IP cannot be recorded in the log(#124 )
Basic features
- Distributed network based on libp2p
- Data sharing mechanism based on libp2p
- Rpc framework compatible with Polkadot and any Substrate based chain
- Developer favorite feature-rich cess-go-sdk
- Support file and object upload, download, view, delete
- Permanent storage mechanism
- Abundant operation commands
DeOSS v0.3.3
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
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
deoss v0.3.0
Features
1.Support CESS v0.7 network
deoss v0.2.5
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
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 )