Skip to content

Version 0.9.2

Compare
Choose a tag to compare
@redsolver redsolver released this 14 Mar 19:45
· 100 commits to main since this release
  • Add support for the Sia storage network using renterd
  • Add new "storage location" concept that replaces the old download URIs. Makes it possible to keep bao outboard metadata for verified streaming fully separated and adds support for "bridged metadata" (generating S5-compatible metadata for existing social networks and websites) and "archive locations" (tell the network that you are storing a file, but don't want to provide downloads for it)
  • Added support for using multiple stores at once, including custom upload rules (for example upload large files to Sia and small files to a S3 bucket)
  • Performance improvements to the S3 store, the entire list of available hashes is now kept in memory instead of doing a HEAD request to the S3 bucket for every single file
  • Make metadata formats compatible with standard msgpack unpackers (for example in Python)
  • Add new "domain" value for the HTTP API configuration, configure this to enable loading of web apps on subdomains and/or dnslinks
  • Add some new endpoints to the HTTP API, for example to make adaptive DASH streaming possible without any special client software
  • Add new configuration option configure allowed scopes for accounts system
  • Improve efficiency of storage location cache
  • Improve registry signatures, serialization is now identical for storage and wire format
  • Add bridge metadata support to CIDs
  • Switch to KeyValueDB abstraction, makes using custom key-value stores easy