Releases: s5-dev/S5
Releases · s5-dev/S5
Version 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)
Full Changelog: v0.13.5...v0.14.1
Version 0.13.5
- Added new FileSystemProvider
- Added public domain warning
- Fixed s3 endpoint url handling
- Switched to Cloudflare DNS
Version 0.13.4
- [sia/renterd] add bucket support
Version 0.13.3
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
- Fix encrypted streaming bug
- Fix outdated registry reads bug
- Add missing dependency to Dockerfile
Version 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.12.0
- 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
- 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
- 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
- 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