Skip to content

Releases: s5-dev/S5

Version 0.14.1

09 Mar 16:50
7b9fc6d
Compare
Choose a tag to compare
  • 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)

Full Changelog: v0.13.5...v0.14.1

Version 0.13.5

02 Jan 23:36
3f7d84e
Compare
Choose a tag to compare
  • Added new FileSystemProvider
  • Added public domain warning
  • Fixed s3 endpoint url handling
  • Switched to Cloudflare DNS

Version 0.13.4

09 Nov 18:30
127d9e5
Compare
Choose a tag to compare
  • [sia/renterd] add bucket support

Version 0.13.3

09 Sep 12:20
ce64f3b
Compare
Choose a tag to compare

0.13.3

  • Fix Docker build to include libsqlite3.so

0.13.2

  • Fix encrypted streaming bug
  • Fix outdated registry reads bug
  • Add missing dependency to Dockerfile

0.13.1

  • Admin API: more account features (create, delete, update tier, api keys, ...)
  • Updated admin web app
  • New setting restrictAccountWhenStorageLimitReached, enabled by default
  • Add optional log file config option
  • Improve error message for restricted accounts
  • Check for duplicate "email" when creating account
  • Support passing admin api key as query parameter

Version 0.13.2

08 Sep 21:21
5c40c00
Compare
Choose a tag to compare
  • Fix encrypted streaming bug
  • Fix outdated registry reads bug
  • Add missing dependency to Dockerfile

Version 0.13.1

30 Aug 22:28
8d8125d
Compare
Choose a tag to compare
  • Admin API: more account features (create, delete, update tier, api keys, ...)
  • Updated admin web app
  • New setting restrictAccountWhenStorageLimitReached, enabled by default
  • Add optional log file config option
  • Improve error message for restricted accounts
  • Check for duplicate "email" when creating account
  • Support passing admin api key as query parameter

Version 0.12.0

21 Jul 14:06
3044886
Compare
Choose a tag to compare
  • BREAKING [sia/renterd] Change object prefix to /s5/
  • [sia/renterd] Implement delete
  • [ipfs] Add IPFS Object Store
  • [node] Add optional network id
  • [node] Fix download issue when local store is down
  • [node] Limit retry count
  • [api] Add optional onProgress callback
  • [api] Add CancellationToken to local file upload

Version 0.11.3

02 Jun 14:10
Compare
Choose a tag to compare
  • Add basic Admin Web UI for account management (/s5/admin/app)
  • Accounts can now be restricted to disable all upload endpoints
  • Add some new Admin API methods (/accounts/full and /accounts/set_restricted_status)
  • Fix Docker image build
  • Fix bug in the /debug/download_urls API (thanks @parajbs-dev)

Version 0.11.2

01 Jun 19:52
6951476
Compare
Choose a tag to compare
  • 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
  • Fix Docker image build
  • Other bug fixes

Version 0.11.0

01 Jun 15:01
Compare
Choose a tag to compare
  • 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