Skip to content

Commit 7b9fc6d

Browse files
committed
v0.14.1
1 parent ac7661b commit 7b9fc6d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
## 0.13.5
210

311
- Added new FileSystemProvider

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: s5_server
22
description: Decentralized content-addressed storage network
33
publish_to: none
4-
version: 0.13.5
4+
version: 0.14.1
55

66
environment:
77
sdk: ^3.0.0

0 commit comments

Comments
 (0)