Skip to content

Commit 8d8125d

Browse files
committed
v0.13.1
1 parent 013487f commit 8d8125d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.13.1
2+
3+
- Admin API: more account features (create, delete, update tier, api keys, ...)
4+
- Updated admin web app
5+
- New setting `restrictAccountWhenStorageLimitReached`, enabled by default
6+
- Add optional log file config option
7+
- Improve error message for restricted accounts
8+
- Check for duplicate "email" when creating account
9+
- Support passing admin api key as query parameter
10+
111
## 0.12.0
212

313
- **BREAKING** [sia/renterd] Change object prefix to `/s5/`

lib/constants.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ! S5 node version
2-
const nodeVersion = '0.12.0';
2+
const nodeVersion = '0.13.1';
33

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

pubspec.yaml

+1-1
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.12.0
4+
version: 0.13.1
55

66
environment:
77
sdk: ^3.0.0

0 commit comments

Comments
 (0)