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

Releases: subconsciousnetwork/noosphere

noosphere-core: v0.3.0

29 Nov 01:17
2a5b5e0
Compare
Choose a tag to compare

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-storage bumped from 0.1.0 to 0.2.0
      • noosphere-collections bumped from 0.1.1-alpha.1 to 0.1.0

noosphere-collections: v0.1.0

29 Nov 01:17
2a5b5e0
Compare
Choose a tag to compare

0.1.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.

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-storage bumped from 0.1.0 to 0.2.0

noosphere-cli: v0.4.0

29 Nov 01:30
2a5b5e0
Compare
Choose a tag to compare

0.4.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.

Features

  • Re-implement noosphere-cli in terms of noosphere (#162) (1e83bbb)
  • Refactor storage interfaces (#178) (4db55c4)
  • Syndicate sphere revisions to IPFS Kubo (#177) (e269e04)

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
      • noosphere bumped from 0.2.0 to 0.3.0

noosphere-api: v0.4.0

29 Nov 01:17
2a5b5e0
Compare
Choose a tag to compare

0.4.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.

Features

  • Re-implement noosphere-cli in terms of noosphere (#162) (1e83bbb)
  • Refactor storage interfaces (#178) (4db55c4)
  • Syndicate sphere revisions to IPFS Kubo (#177) (e269e04)

Dependencies

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

noosphere: v0.2.0

15 Nov 00:16
4613c5f
Compare
Choose a tag to compare

0.2.0 (2022-11-14)

⚠ BREAKING CHANGES

  • Some FFI interfaces now have simplified interfaces.
  • Many APIs that previously asked for bare strings when a DID string was expected now expect a newtype called Did that wraps a string.

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-core bumped from 0.1.0 to 0.2.0
      • noosphere-fs bumped from 0.1.1-alpha.1 to 0.1.0
      • noosphere-api bumped from 0.2.0 to 0.3.0

noosphere-ns: v0.1.1

14 Nov 23:06
4613c5f
Compare
Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-core bumped from 0.1.0 to 0.2.0

noosphere-into: v0.1.0

14 Nov 23:06
4613c5f
Compare
Choose a tag to compare

0.1.0 (2022-11-14)

⚠ BREAKING CHANGES

  • Many APIs that previously asked for bare strings when a DID string was expected now expect a newtype called Did that wraps a string.

Features

  • SphereFs is initialized with key material (#140) (af48061)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-core bumped from 0.1.0 to 0.2.0
      • noosphere-fs bumped from 0.1.1-alpha.1 to 0.1.0

noosphere-fs: v0.1.0

14 Nov 23:06
4613c5f
Compare
Choose a tag to compare

0.1.0 (2022-11-14)

⚠ BREAKING CHANGES

  • Some FFI interfaces now have simplified interfaces.
  • Many APIs that previously asked for bare strings when a DID string was expected now expect a newtype called Did that wraps a string.

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-core bumped from 0.1.0 to 0.2.0

noosphere-core: v0.2.0

14 Nov 23:06
4613c5f
Compare
Choose a tag to compare

0.2.0 (2022-11-14)

⚠ BREAKING CHANGES

  • Many APIs that previously asked for bare strings when a DID string was expected now expect a newtype called Did that wraps a string.

Features

  • SphereFs is initialized with key material (#140) (af48061)

noosphere-cli: v0.3.0

14 Nov 23:15
4613c5f
Compare
Choose a tag to compare

0.3.0 (2022-11-14)

⚠ BREAKING CHANGES

  • Many APIs that previously asked for bare strings when a DID string was expected now expect a newtype called Did that wraps a string.

Features

  • SphereFs is initialized with key material (#140) (af48061)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • noosphere-core bumped from 0.1.0 to 0.2.0
      • noosphere-fs bumped from 0.1.1-alpha.1 to 0.1.0
      • noosphere-api bumped from 0.2.0 to 0.3.0