Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redsolver committed Jul 21, 2023
1 parent ea9e92b commit f1581af
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.12.0

- **BREAKING** [sia/renterd] Change object prefix to `/s5/`
- [sia/renterd] Implement delete
- [ipfs] Add IPFS Object Store
- [node] Add optional network id
- [node] Fix download issue when local store is down
- [node] Limit retry count
- [api] Add optional onProgress callback
- [api] Add CancellationToken to local file upload

## 0.11.3

- Add basic Admin Web UI for account management (`/s5/admin/app`)
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ! S5 node version
const nodeVersion = '0.11.3';
const nodeVersion = '0.12.0';

// ! default chunk size for hashes
const defaultChunkSize = 256 * 1024;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: s5_server
description: Decentralized content-addressed storage network
publish_to: none
version: 0.11.3
version: 0.12.0

environment:
sdk: ^3.0.0
Expand Down

0 comments on commit f1581af

Please sign in to comment.