Skip to content

0.31.0

Compare
Choose a tag to compare
@icidasset icidasset released this 28 Jan 19:22
· 72 commits to main since this release
48798ee

(including changes for 0.30)

Breaking Changes

  • Encrypts the filesystem using AES-GCM instead of AES-CTR. Also wraps the filesystem blocks with some information about the encryption algorithm used.
    Users will need to migrate their filesystems to be able to load apps with this webnative version.
    Apps will need to update to this webnative version to load migrated/new filesystems.
  • CID strings have been replaced with CID class instances from the multiformats library.

Features

  • Adds ability to share private files.
  • Adds soft/symbolic links.
  • Adds dependency injection for initialising and registering accounts.

Fixes

Circular dependencies.