Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4f2c42b

Browse files
committedJun 1, 2023
Version 0.11.0
1 parent 9a2b8f7 commit 4f2c42b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.11.0
2+
3+
- Add support for WebSocket p2p connections and use them by default if a domain is configured
4+
- Update to Dart 3.0.0 and dependencies
5+
- New file streaming implementation
6+
- Add admin key rotation using the config file (increment `http.api.admin.keyRotation`)
7+
- Add GitHub Actions CI for docker builds (thanks @lukehmcc)
8+
- Fixes for the Sia object store
9+
- Other bug fixes
10+
111
## 0.10.0
212

313
- Added new **admin API** for account management

‎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.10.0';
2+
const nodeVersion = '0.11.0';
33

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

0 commit comments

Comments
 (0)
Please sign in to comment.