We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce442be commit 3f7d84eCopy full SHA for 3f7d84e
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.13.5
2
+
3
+- Added new FileSystemProvider
4
+- Added public domain warning
5
+- Fixed s3 endpoint url handling
6
+- Switched to Cloudflare DNS
7
8
## 0.13.4
9
10
- [sia/renterd] add bucket support
lib/constants.dart
@@ -1,5 +1,5 @@
// ! S5 node version
-const nodeVersion = '0.13.4';
+const nodeVersion = '0.13.5';
// ! default chunk size for hashes
const defaultChunkSize = 256 * 1024;
pubspec.yaml
@@ -1,7 +1,7 @@
name: s5_server
description: Decentralized content-addressed storage network
publish_to: none
-version: 0.13.4
+version: 0.13.5
environment:
sdk: ^3.0.0
0 commit comments