File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.12.0
2+
3+ - ** BREAKING** [ sia/renterd] Change object prefix to ` /s5/ `
4+ - [ sia/renterd] Implement delete
5+ - [ ipfs] Add IPFS Object Store
6+ - [ node] Add optional network id
7+ - [ node] Fix download issue when local store is down
8+ - [ node] Limit retry count
9+ - [ api] Add optional onProgress callback
10+ - [ api] Add CancellationToken to local file upload
11+
112## 0.11.3
213
314- Add basic Admin Web UI for account management (` /s5/admin/app ` )
Original file line number Diff line number Diff line change 11// ! S5 node version
2- const nodeVersion = '0.11.3 ' ;
2+ const nodeVersion = '0.12.0 ' ;
33
44// ! default chunk size for hashes
55const defaultChunkSize = 256 * 1024 ;
Original file line number Diff line number Diff line change 11name : s5_server
22description : Decentralized content-addressed storage network
33publish_to : none
4- version : 0.11.3
4+ version : 0.12.0
55
66environment :
77 sdk : ^3.0.0
You can’t perform that action at this time.
0 commit comments