# Changelog * The following workspace dependencies were updated * dependencies * noosphere-core bumped from 0.5.0 to 0.5.1 * noosphere-storage bumped from 0.4.0 to 0.4.1 * The following workspace dependencies were updated * dependencies * noosphere-core bumped from 0.6.1 to 0.6.2 ## [0.5.3](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-fs-v0.5.2...noosphere-fs-v0.5.3) (2023-02-16) ### Features * Always flush on SphereFS save ([#231](https://github.com/subconsciousnetwork/noosphere/issues/231)) ([bd151d5](https://github.com/subconsciousnetwork/noosphere/commit/bd151d5aca75b78b786d008177ab7d4e53e843bc)) ### Dependencies * The following workspace dependencies were updated * dependencies * noosphere-core bumped from 0.6.2 to 0.6.3 * noosphere-storage bumped from 0.4.1 to 0.4.2 ## [0.5.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-fs-v0.5.0...noosphere-fs-v0.5.1) (2023-02-02) ### Bug Fixes * Ensure that sphere changes exclude `since` ([#216](https://github.com/subconsciousnetwork/noosphere/issues/216)) ([31fee07](https://github.com/subconsciousnetwork/noosphere/commit/31fee07424a019db21773947a5fe5a17a80f1c45)) ### Dependencies * The following workspace dependencies were updated * dependencies * noosphere-core bumped from 0.6.0 to 0.6.1 ## [0.5.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-fs-v0.4.1...noosphere-fs-v0.5.0) (2023-01-31) ### ⚠ BREAKING CHANGES * Sphere sync and change diff in C FFI (#210) ### Features * Sphere sync and change diff in C FFI ([#210](https://github.com/subconsciousnetwork/noosphere/issues/210)) ([306d39c](https://github.com/subconsciousnetwork/noosphere/commit/306d39cdf6727fbeb34a49740b55f56834f4df07)) ### Dependencies * The following workspace dependencies were updated * dependencies * noosphere-core bumped from 0.5.1 to 0.6.0 ## [0.4.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-fs-v0.3.0...noosphere-fs-v0.4.0) (2022-12-14) ### ⚠ BREAKING CHANGES * `SphereFile` fields referring to a `revision` now refer to a `version` instead. ### Features * Beautify the Sphere Viewer demo app ([#186](https://github.com/subconsciousnetwork/noosphere/issues/186)) ([3e30fdb](https://github.com/subconsciousnetwork/noosphere/commit/3e30fdb5e2b6758397f05343491a36512a4f4a0c)) * Introduce web bindings and `orb` NPM package ([#182](https://github.com/subconsciousnetwork/noosphere/issues/182)) ([44170a2](https://github.com/subconsciousnetwork/noosphere/commit/44170a27be2e1d180b1cee153937ab2cef16a591)) ### Dependencies * The following workspace dependencies were updated * dependencies * noosphere-core bumped from 0.4.0 to 0.5.0 * noosphere-storage bumped from 0.3.0 to 0.4.0 ## [0.3.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-fs-v0.2.0...noosphere-fs-v0.3.0) (2022-11-30) ### ⚠ BREAKING CHANGES * Several critical dependencies of this library were updated to new versions that contain breaking changes. ### Miscellaneous Chores * Update IPLD-adjacent dependencies ([#180](https://github.com/subconsciousnetwork/noosphere/issues/180)) ([1a1114b](https://github.com/subconsciousnetwork/noosphere/commit/1a1114b0c6277ea2c0d879e43191e962eb2e462b)) ### Dependencies * The following workspace dependencies were updated * dependencies * noosphere-core bumped from 0.3.0 to 0.4.0 * noosphere-storage bumped from 0.2.0 to 0.3.0 ## [0.2.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-fs-v0.1.0...noosphere-fs-v0.2.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`. * `SphereIpld` identity is now a `Did` ### Features * Introduce pet names to spheres ([#154](https://github.com/subconsciousnetwork/noosphere/issues/154)) ([7495796](https://github.com/subconsciousnetwork/noosphere/commit/74957968af7f7e51a6aa731192431fbf5e01215e)) * Refactor storage interfaces ([#178](https://github.com/subconsciousnetwork/noosphere/issues/178)) ([4db55c4](https://github.com/subconsciousnetwork/noosphere/commit/4db55c4cba56b329a638a4227e7f3247ad8d319c)) ### 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 ## [0.1.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-fs-v0.1.1-alpha.1...noosphere-fs-v0.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 * `SphereFs` is initialized with key material ([#140](https://github.com/subconsciousnetwork/noosphere/issues/140)) ([af48061](https://github.com/subconsciousnetwork/noosphere/commit/af4806114ca8f7703e0a888c7f369a4a4ed69c00)) * Add `SphereFS` read/write to FFI ([#141](https://github.com/subconsciousnetwork/noosphere/issues/141)) ([26e34ac](https://github.com/subconsciousnetwork/noosphere/commit/26e34acfe70cac099acfa6dc8c2cf156c46fdae0)) ### Dependencies * The following workspace dependencies were updated * dependencies * noosphere-core bumped from 0.1.0 to 0.2.0