We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2b8f7 commit 4f2c42bCopy full SHA for 4f2c42b
CHANGELOG.md
@@ -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
11
## 0.10.0
12
13
- Added new **admin API** for account management
lib/constants.dart
@@ -1,5 +1,5 @@
// ! S5 node version
-const nodeVersion = '0.10.0';
+const nodeVersion = '0.11.0';
// ! default chunk size for hashes
const defaultChunkSize = 256 * 1024;
0 commit comments