Skip to content

Commit

Permalink
Version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redsolver committed Jun 1, 2023
1 parent 9a2b8f7 commit 4f2c42b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.11.0

- Add support for WebSocket p2p connections and use them by default if a domain is configured
- Update to Dart 3.0.0 and dependencies
- New file streaming implementation
- Add admin key rotation using the config file (increment `http.api.admin.keyRotation`)
- Add GitHub Actions CI for docker builds (thanks @lukehmcc)
- Fixes for the Sia object store
- Other bug fixes

## 0.10.0

- Added new **admin API** for account management
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.10.0';
const nodeVersion = '0.11.0';

// ! default chunk size for hashes
const defaultChunkSize = 256 * 1024;
Expand Down

0 comments on commit 4f2c42b

Please sign in to comment.