Skip to content

Commit f1581af

Browse files
committed
v0.12.0
1 parent ea9e92b commit f1581af

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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`)

lib/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ! S5 node version
2-
const nodeVersion = '0.11.3';
2+
const nodeVersion = '0.12.0';
33

44
// ! default chunk size for hashes
55
const defaultChunkSize = 256 * 1024;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: s5_server
22
description: Decentralized content-addressed storage network
33
publish_to: none
4-
version: 0.11.3
4+
version: 0.12.0
55

66
environment:
77
sdk: ^3.0.0

0 commit comments

Comments
 (0)