From 7b9fc6def87644c66c33274f9a6b217a29231efd Mon Sep 17 00:00:00 2001 From: redsolver Date: Sat, 9 Mar 2024 17:48:36 +0100 Subject: [PATCH] v0.14.1 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a14069..d362d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.14.1 + +- Updated default list of initial p2p peers +- The s3 store now supports `http://` endpoints +- Added `DirectoryMetadata` support +- Moved all web-compatible parts of the S5 Node implementation to the lib5 package +- Some other bug fixes and p2p improvements (see lib5) + ## 0.13.5 - Added new FileSystemProvider diff --git a/pubspec.yaml b/pubspec.yaml index 2ef3762..d8b8183 100644 --- a/pubspec.yaml +++ b/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