We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7661b commit 7b9fc6dCopy full SHA for 7b9fc6d
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 0.14.1
2
+
3
+- Updated default list of initial p2p peers
4
+- The s3 store now supports `http://` endpoints
5
+- Added `DirectoryMetadata` support
6
+- Moved all web-compatible parts of the S5 Node implementation to the lib5 package
7
+- Some other bug fixes and p2p improvements (see lib5)
8
9
## 0.13.5
10
11
- Added new FileSystemProvider
pubspec.yaml
@@ -1,7 +1,7 @@
name: s5_server
description: Decentralized content-addressed storage network
publish_to: none
-version: 0.13.5
+version: 0.14.1
environment:
sdk: ^3.0.0
0 commit comments