This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
noosphere: 0.13.0
0.13.0 (2023-07-01)
⚠ BREAKING CHANGES
SphereFile
fields referring to arevision
now refer to aversion
instead.StorageProvider
trait has been replaced by theStorage
trait. This new trait allows for distinct backing implementations ofBlockStore
andKeyValueStore
..sphere
directory has a new layout; the files previously used to store metadata have been replaced with database metadata; theblocks
directory is now calledstorage
. At this time the easiest migration path is to initialize a new sphere and copy your existing files into it.SphereIpld
identity is now aDid
Did
that wraps a string.noosphere-api
Client now holds an owned key instead of a reference.Features
SphereFs
is initialized with key material (#140) (af48061)noosphere
crate-based Swift package (#131) (e1204c2)ns_error_code_get()
to FFI. Fixes #332 (#340) (4156328)SphereFS
read/write to FFI (#141) (26e34ac)noosphere-gateway
crate (#238) (791bc39)ns_sphere_identity
FFI call (#317) (81f9c3b)orb
NPM package (#182) (44170a2)noosphere
crate (#123) (ad9daa6)noosphere-cli
in terms ofnoosphere
(#162) (1e83bbb)Bug Fixes
None
instead of throwing inns_sphere_petname_resolve()
(#396) (c26cda6)Miscellaneous Chores
Dependencies
noosphere-api: 0.9.1
Dependencies
noosphere-cli: 0.12.1
Dependencies
noosphere-collections: 0.6.1
Dependencies
noosphere-core: 0.13.1
Dependencies
noosphere-gateway: 0.6.1
Dependencies
noosphere-into: 0.10.1
Dependencies
noosphere-ipfs: 0.6.1
Dependencies
noosphere-ns: 0.9.1
Dependencies
noosphere-sphere: 0.7.1
Dependencies
noosphere-storage: 0.8.0
0.8.0 (2023-07-01)
⚠ BREAKING CHANGES
rs-ucan
0.4.0, implementing UCAN 0.10ish. (#449)Features
rs-ucan
0.4.0, implementing UCAN 0.10ish. (#449) (8b806c5)This PR was generated with Release Please. See documentation.