Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

noosphere: v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 01:36
2a5b5e0

0.3.0 (2022-11-29)

⚠ BREAKING CHANGES

  • The StorageProvider trait has been replaced by the Storage trait. This new trait allows for distinct backing implementations of BlockStore and KeyValueStore.
  • The .sphere directory has a new layout; the files previously used to store metadata have been replaced with database metadata; the blocks directory is now called storage. At this time the easiest migration path is to initialize a new sphere and copy your existing files into it.
  • SphereIpld identity is now a Did

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-core bumped from 0.2.0 to 0.3.0
      • noosphere-fs bumped from 0.1.0 to 0.2.0
      • noosphere-storage bumped from 0.1.0 to 0.2.0
      • noosphere-api bumped from 0.3.0 to 0.4.0