From 5f430297e276a6a178d7cfde4fef1c918642baba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:54:37 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 20 ++++++++++---------- Cargo.lock | 20 ++++++++++---------- rust/noosphere-cli/CHANGELOG.md | 19 +++++++++++++++++++ rust/noosphere-cli/Cargo.toml | 14 +++++++------- rust/noosphere-collections/CHANGELOG.md | 4 ++++ rust/noosphere-collections/Cargo.toml | 4 ++-- rust/noosphere-common/CHANGELOG.md | 7 +++++++ rust/noosphere-common/Cargo.toml | 2 +- rust/noosphere-core/CHANGELOG.md | 18 ++++++++++++++++++ rust/noosphere-core/Cargo.toml | 10 +++++----- rust/noosphere-gateway/CHANGELOG.md | 21 +++++++++++++++++++++ rust/noosphere-gateway/Cargo.toml | 16 ++++++++-------- rust/noosphere-into/CHANGELOG.md | 7 +++++++ rust/noosphere-into/Cargo.toml | 8 ++++---- rust/noosphere-ipfs/CHANGELOG.md | 17 +++++++++++++++++ rust/noosphere-ipfs/Cargo.toml | 8 ++++---- rust/noosphere-ns/CHANGELOG.md | 8 ++++++++ rust/noosphere-ns/Cargo.toml | 12 ++++++------ rust/noosphere-storage/CHANGELOG.md | 15 +++++++++++++++ rust/noosphere-storage/Cargo.toml | 4 ++-- rust/noosphere/CHANGELOG.md | 21 +++++++++++++++++++++ rust/noosphere/Cargo.toml | 14 +++++++------- 22 files changed, 203 insertions(+), 66 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e38beb71..ad7bf14cf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,12 +1,12 @@ { - "rust/noosphere-cli": "0.15.2", - "rust/noosphere-collections": "0.6.5", - "rust/noosphere-core": "0.17.1", - "rust/noosphere-into": "0.11.2", - "rust/noosphere-ns": "0.11.2", - "rust/noosphere-storage": "0.9.1", - "rust/noosphere": "0.15.2", - "rust/noosphere-ipfs": "0.8.2", - "rust/noosphere-gateway": "0.10.1", - "rust/noosphere-common": "0.1.1" + "rust/noosphere-cli": "0.15.3", + "rust/noosphere-collections": "0.6.6", + "rust/noosphere-core": "0.17.2", + "rust/noosphere-into": "0.11.3", + "rust/noosphere-ns": "0.11.3", + "rust/noosphere-storage": "0.9.2", + "rust/noosphere": "0.15.3", + "rust/noosphere-ipfs": "0.8.3", + "rust/noosphere-gateway": "0.10.2", + "rust/noosphere-common": "0.1.2" } \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 10f6e4626..d2cc1e7db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3384,7 +3384,7 @@ dependencies = [ [[package]] name = "noosphere" -version = "0.15.2" +version = "0.15.3" dependencies = [ "anyhow", "async-stream", @@ -3432,7 +3432,7 @@ dependencies = [ [[package]] name = "noosphere-cli" -version = "0.15.2" +version = "0.15.3" dependencies = [ "anyhow", "async-trait", @@ -3473,7 +3473,7 @@ dependencies = [ [[package]] name = "noosphere-collections" -version = "0.6.5" +version = "0.6.6" dependencies = [ "anyhow", "async-recursion", @@ -3496,7 +3496,7 @@ dependencies = [ [[package]] name = "noosphere-common" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "futures", @@ -3514,7 +3514,7 @@ dependencies = [ [[package]] name = "noosphere-core" -version = "0.17.1" +version = "0.17.2" dependencies = [ "anyhow", "async-once-cell", @@ -3570,7 +3570,7 @@ dependencies = [ [[package]] name = "noosphere-gateway" -version = "0.10.1" +version = "0.10.2" dependencies = [ "anyhow", "async-stream", @@ -3607,7 +3607,7 @@ dependencies = [ [[package]] name = "noosphere-into" -version = "0.11.2" +version = "0.11.3" dependencies = [ "anyhow", "async-compat", @@ -3637,7 +3637,7 @@ dependencies = [ [[package]] name = "noosphere-ipfs" -version = "0.8.2" +version = "0.8.3" dependencies = [ "anyhow", "async-compat", @@ -3668,7 +3668,7 @@ dependencies = [ [[package]] name = "noosphere-ns" -version = "0.11.2" +version = "0.11.3" dependencies = [ "anyhow", "async-trait", @@ -3703,7 +3703,7 @@ dependencies = [ [[package]] name = "noosphere-storage" -version = "0.9.1" +version = "0.9.2" dependencies = [ "anyhow", "async-stream", diff --git a/rust/noosphere-cli/CHANGELOG.md b/rust/noosphere-cli/CHANGELOG.md index d25473466..e5c37b7ec 100644 --- a/rust/noosphere-cli/CHANGELOG.md +++ b/rust/noosphere-cli/CHANGELOG.md @@ -204,6 +204,25 @@ * noosphere-ns bumped from 0.11.0 to 0.11.1 * noosphere bumped from 0.15.0 to 0.15.1 +## [0.15.3](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-cli-v0.15.2...noosphere-cli-v0.15.3) (2023-10-12) + + +### Features + +* Introduce `--storage-memory-cache-limit` ([#671](https://github.com/subconsciousnetwork/noosphere/issues/671)) ([9d44417](https://github.com/subconsciousnetwork/noosphere/commit/9d44417756b36a38518bdd28e34b4d3082956b36)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-ipfs bumped from 0.8.2 to 0.8.3 + * noosphere-core bumped from 0.17.1 to 0.17.2 + * noosphere-storage bumped from 0.9.1 to 0.9.2 + * noosphere-gateway bumped from 0.10.1 to 0.10.2 + * noosphere-ns bumped from 0.11.2 to 0.11.3 + * noosphere bumped from 0.15.2 to 0.15.3 + ## [0.15.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-cli-v0.15.1...noosphere-cli-v0.15.2) (2023-10-06) diff --git a/rust/noosphere-cli/Cargo.toml b/rust/noosphere-cli/Cargo.toml index d5af60fb1..90a216c61 100644 --- a/rust/noosphere-cli/Cargo.toml +++ b/rust/noosphere-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-cli" -version = "0.15.2" +version = "0.15.3" edition = "2021" description = "Reference client and pedagogical tool to demonstrate the principles of the Noosphere protocol" keywords = ["cli", "sync", "noosphere", "p2p", "ucan"] @@ -46,12 +46,12 @@ mime_guess = "^2" witty-phrase-generator = "~0.2" globset = "~0.4" -noosphere-ipfs = { version = "0.8.2", path = "../noosphere-ipfs" } -noosphere-core = { version = "0.17.1", path = "../noosphere-core" } -noosphere-storage = { version = "0.9.1", path = "../noosphere-storage" } -noosphere-gateway = { version = "0.10.1", path = "../noosphere-gateway" } -noosphere-ns = { version = "0.11.2", path = "../noosphere-ns", optional = true } -noosphere = { version = "0.15.2", path = "../noosphere" } +noosphere-ipfs = { version = "0.8.3", path = "../noosphere-ipfs" } +noosphere-core = { version = "0.17.2", path = "../noosphere-core" } +noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" } +noosphere-gateway = { version = "0.10.2", path = "../noosphere-gateway" } +noosphere-ns = { version = "0.11.3", path = "../noosphere-ns", optional = true } +noosphere = { version = "0.15.3", path = "../noosphere" } ucan = { workspace = true } ucan-key-support = { workspace = true } cid = { workspace = true } diff --git a/rust/noosphere-collections/CHANGELOG.md b/rust/noosphere-collections/CHANGELOG.md index 63457150b..317bbfa4e 100644 --- a/rust/noosphere-collections/CHANGELOG.md +++ b/rust/noosphere-collections/CHANGELOG.md @@ -32,6 +32,10 @@ * dependencies * noosphere-storage bumped from 0.8.1 to 0.9.0 +* The following workspace dependencies were updated + * dependencies + * noosphere-storage bumped from 0.9.1 to 0.9.2 + ## [0.6.5](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-collections-v0.6.4...noosphere-collections-v0.6.5) (2023-10-06) diff --git a/rust/noosphere-collections/Cargo.toml b/rust/noosphere-collections/Cargo.toml index 7d97fbcba..3471554e0 100644 --- a/rust/noosphere-collections/Cargo.toml +++ b/rust/noosphere-collections/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-collections" -version = "0.6.5" +version = "0.6.6" edition = "2021" description = "Collection data types that are needed by an efficient implementation of Noosphere's IPLD data structures" keywords = ["hamt", "ipld", "noosphere", "p2p", "async"] @@ -27,7 +27,7 @@ byteorder = "^1.4" async-recursion = { workspace = true } libipld-core = { workspace = true } libipld-cbor = { workspace = true } -noosphere-storage = { version = "0.9.1", path = "../noosphere-storage" } +noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" } tokio = { workspace = true, features = ["sync", "io-util"] } tokio-stream = { workspace = true } diff --git a/rust/noosphere-common/CHANGELOG.md b/rust/noosphere-common/CHANGELOG.md index a3ffbff92..8f40e6738 100644 --- a/rust/noosphere-common/CHANGELOG.md +++ b/rust/noosphere-common/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-common-v0.1.1...noosphere-common-v0.1.2) (2023-10-12) + + +### Features + +* 3P replication fall-back and resilience ([#673](https://github.com/subconsciousnetwork/noosphere/issues/673)) ([08dcc3d](https://github.com/subconsciousnetwork/noosphere/commit/08dcc3d54768fdda6158b1087a32805a5c855e98)) + ## [0.1.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-common-v0.1.0...noosphere-common-v0.1.1) (2023-10-06) diff --git a/rust/noosphere-common/Cargo.toml b/rust/noosphere-common/Cargo.toml index bb7cb7944..7b3e4a74e 100644 --- a/rust/noosphere-common/Cargo.toml +++ b/rust/noosphere-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-common" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Common, generic utilities that are shared across other Noosphere packages" keywords = ["noosphere"] diff --git a/rust/noosphere-core/CHANGELOG.md b/rust/noosphere-core/CHANGELOG.md index e102f349c..d9ac67288 100644 --- a/rust/noosphere-core/CHANGELOG.md +++ b/rust/noosphere-core/CHANGELOG.md @@ -10,6 +10,24 @@ * noosphere-storage bumped from 0.7.0 to 0.7.1 * noosphere-collections bumped from 0.6.0 to 0.6.1 +## [0.17.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-core-v0.17.1...noosphere-core-v0.17.2) (2023-10-12) + + +### Features + +* 3P replication fall-back and resilience ([#673](https://github.com/subconsciousnetwork/noosphere/issues/673)) ([08dcc3d](https://github.com/subconsciousnetwork/noosphere/commit/08dcc3d54768fdda6158b1087a32805a5c855e98)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-common bumped from 0.1.1 to 0.1.2 + * noosphere-storage bumped from 0.9.1 to 0.9.2 + * noosphere-collections bumped from 0.6.5 to 0.6.6 + * dev-dependencies + * noosphere-common bumped from 0.1.1 to 0.1.2 + ## [0.17.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-core-v0.17.0...noosphere-core-v0.17.1) (2023-10-06) diff --git a/rust/noosphere-core/Cargo.toml b/rust/noosphere-core/Cargo.toml index 715c17c2e..390d1c2bc 100644 --- a/rust/noosphere-core/Cargo.toml +++ b/rust/noosphere-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-core" -version = "0.17.1" +version = "0.17.2" edition = "2021" description = "Core data types of the Rust Noosphere implementation" keywords = ["hamt", "ipld", "noosphere", "p2p", "async"] @@ -58,9 +58,9 @@ strum = { workspace = true } strum_macros = { workspace = true } tokio-util = { workspace = true, features = ["io"] } -noosphere-common = { version = "0.1.1", path = "../noosphere-common" } -noosphere-storage = { version = "0.9.1", path = "../noosphere-storage" } -noosphere-collections = { version = "0.6.5", path = "../noosphere-collections" } +noosphere-common = { version = "0.1.2", path = "../noosphere-common" } +noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" } +noosphere-collections = { version = "0.6.6", path = "../noosphere-collections" } ucan = { workspace = true } ucan-key-support = { workspace = true } @@ -69,7 +69,7 @@ sentry-tracing = { workspace = true, optional = true } [dev-dependencies] wasm-bindgen-test = { workspace = true } serde_bytes = "~0.11" -noosphere-common = { version = "0.1.1", path = "../noosphere-common", features = ["helpers"] } +noosphere-common = { version = "0.1.2", path = "../noosphere-common", features = ["helpers"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] tokio = { workspace = true, features = ["full"] } diff --git a/rust/noosphere-gateway/CHANGELOG.md b/rust/noosphere-gateway/CHANGELOG.md index de1fc83f0..b2b2e3688 100644 --- a/rust/noosphere-gateway/CHANGELOG.md +++ b/rust/noosphere-gateway/CHANGELOG.md @@ -105,6 +105,27 @@ * dependencies * noosphere-ns bumped from 0.9.3 to 0.9.4 +## [0.10.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-gateway-v0.10.1...noosphere-gateway-v0.10.2) (2023-10-12) + + +### Features + +* 3P replication fall-back and resilience ([#673](https://github.com/subconsciousnetwork/noosphere/issues/673)) ([08dcc3d](https://github.com/subconsciousnetwork/noosphere/commit/08dcc3d54768fdda6158b1087a32805a5c855e98)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-ipfs bumped from 0.8.2 to 0.8.3 + * noosphere-core bumped from 0.17.1 to 0.17.2 + * noosphere-ns bumped from 0.11.2 to 0.11.3 + * noosphere-storage bumped from 0.9.1 to 0.9.2 + * noosphere-common bumped from 0.1.1 to 0.1.2 + * dev-dependencies + * noosphere-common bumped from 0.1.1 to 0.1.2 + * noosphere-core bumped from 0.17.1 to 0.17.2 + ## [0.10.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-gateway-v0.10.0...noosphere-gateway-v0.10.1) (2023-10-06) diff --git a/rust/noosphere-gateway/Cargo.toml b/rust/noosphere-gateway/Cargo.toml index 4161491cc..002b1693e 100644 --- a/rust/noosphere-gateway/Cargo.toml +++ b/rust/noosphere-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-gateway" -version = "0.10.1" +version = "0.10.2" edition = "2021" description = "A geist on the network that enables user spheres to discover each other" keywords = ["http", "geist", "noosphere", "p2p", "ucan"] @@ -23,8 +23,8 @@ tracing = { workspace = true } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] reqwest = { workspace = true } -noosphere-common = { version = "0.1.1", path = "../noosphere-common", features = ["helpers"] } -noosphere-core = { version = "0.17.1", path = "../noosphere-core", features = ["helpers"] } +noosphere-common = { version = "0.1.2", path = "../noosphere-common", features = ["helpers"] } +noosphere-core = { version = "0.17.2", path = "../noosphere-core", features = ["helpers"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] anyhow = { workspace = true } @@ -46,11 +46,11 @@ async-stream = { workspace = true } url = { workspace = true, features = ["serde"] } mime_guess = "^2" -noosphere-ipfs = { version = "0.8.2", path = "../noosphere-ipfs" } -noosphere-core = { version = "0.17.1", path = "../noosphere-core" } -noosphere-ns = { version = "0.11.2", path = "../noosphere-ns" } -noosphere-storage = { version = "0.9.1", path = "../noosphere-storage" } -noosphere-common = { version = "0.1.1", path = "../noosphere-common" } +noosphere-ipfs = { version = "0.8.3", path = "../noosphere-ipfs" } +noosphere-core = { version = "0.17.2", path = "../noosphere-core" } +noosphere-ns = { version = "0.11.3", path = "../noosphere-ns" } +noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" } +noosphere-common = { version = "0.1.2", path = "../noosphere-common" } ucan = { workspace = true } ucan-key-support = { workspace = true } cid = { workspace = true } diff --git a/rust/noosphere-into/CHANGELOG.md b/rust/noosphere-into/CHANGELOG.md index 1bfbba6d1..9b3f7a04f 100644 --- a/rust/noosphere-into/CHANGELOG.md +++ b/rust/noosphere-into/CHANGELOG.md @@ -148,6 +148,13 @@ * dev-dependencies * noosphere-core bumped from 0.16.0 to 0.17.0 +* The following workspace dependencies were updated + * dependencies + * noosphere-core bumped from 0.17.1 to 0.17.2 + * noosphere-storage bumped from 0.9.1 to 0.9.2 + * dev-dependencies + * noosphere-core bumped from 0.17.1 to 0.17.2 + ## [0.11.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-into-v0.11.1...noosphere-into-v0.11.2) (2023-10-06) diff --git a/rust/noosphere-into/Cargo.toml b/rust/noosphere-into/Cargo.toml index 3890ef017..2a6229543 100644 --- a/rust/noosphere-into/Cargo.toml +++ b/rust/noosphere-into/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-into" -version = "0.11.2" +version = "0.11.3" edition = "2021" description = "Transformations of Noosphere content into various target formats" keywords = ["html", "ipld", "noosphere", "subtext", "transcode"] @@ -17,8 +17,8 @@ homepage = "https://github.com/subconsciousnetwork/noosphere" readme = "README.md" [dependencies] -noosphere-core = { version = "0.17.1", path = "../noosphere-core" } -noosphere-storage = { version = "0.9.1", path = "../noosphere-storage" } +noosphere-core = { version = "0.17.2", path = "../noosphere-core" } +noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" } subtext = { version = "0.3.2", features = ["stream"] } async-trait = "~0.1" url = { workspace = true } @@ -43,7 +43,7 @@ ucan = { workspace = true } ucan-key-support = { workspace = true } [dev-dependencies] -noosphere-core = { version = "0.17.1", path = "../noosphere-core", features = ["helpers"] } +noosphere-core = { version = "0.17.2", path = "../noosphere-core", features = ["helpers"] } wasm-bindgen-test = { workspace = true } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] diff --git a/rust/noosphere-ipfs/CHANGELOG.md b/rust/noosphere-ipfs/CHANGELOG.md index eb16bd4b8..63af1c07d 100644 --- a/rust/noosphere-ipfs/CHANGELOG.md +++ b/rust/noosphere-ipfs/CHANGELOG.md @@ -58,6 +58,23 @@ * dev-dependencies * noosphere-core bumped from 0.16.0 to 0.17.0 +## [0.8.3](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ipfs-v0.8.2...noosphere-ipfs-v0.8.3) (2023-10-12) + + +### Features + +* 3P replication fall-back and resilience ([#673](https://github.com/subconsciousnetwork/noosphere/issues/673)) ([08dcc3d](https://github.com/subconsciousnetwork/noosphere/commit/08dcc3d54768fdda6158b1087a32805a5c855e98)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-storage bumped from 0.9.1 to 0.9.2 + * noosphere-common bumped from 0.1.1 to 0.1.2 + * dev-dependencies + * noosphere-core bumped from 0.17.1 to 0.17.2 + ## [0.8.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ipfs-v0.8.1...noosphere-ipfs-v0.8.2) (2023-10-06) diff --git a/rust/noosphere-ipfs/Cargo.toml b/rust/noosphere-ipfs/Cargo.toml index 064464fa4..3ebfcdb73 100644 --- a/rust/noosphere-ipfs/Cargo.toml +++ b/rust/noosphere-ipfs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-ipfs" -version = "0.8.2" +version = "0.8.3" edition = "2021" description = "An interface for an IPFS client." keywords = [ @@ -39,8 +39,8 @@ tokio = { workspace = true, features = ["io-util"] } tokio-stream = { workspace = true } tracing = { workspace = true } url = { workspace = true, features = [ "serde" ] } -noosphere-storage = { version = "0.9.1", path = "../noosphere-storage" } -noosphere-common = { version = "0.1.1", path = "../noosphere-common" } +noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" } +noosphere-common = { version = "0.1.2", path = "../noosphere-common" } ucan = { workspace = true, optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] @@ -54,4 +54,4 @@ iroh-car = { workspace = true } libipld-cbor = { workspace = true } libipld-json = { workspace = true } multihash = { workspace = true } -noosphere-core = { version = "0.17.1", path = "../noosphere-core" } +noosphere-core = { version = "0.17.2", path = "../noosphere-core" } diff --git a/rust/noosphere-ns/CHANGELOG.md b/rust/noosphere-ns/CHANGELOG.md index 126de9e5c..765ba0ee1 100644 --- a/rust/noosphere-ns/CHANGELOG.md +++ b/rust/noosphere-ns/CHANGELOG.md @@ -120,6 +120,14 @@ * noosphere bumped from 0.15.1 to 0.15.2 * noosphere-ipfs bumped from 0.8.1 to 0.8.2 +* The following workspace dependencies were updated + * dependencies + * noosphere-storage bumped from 0.9.1 to 0.9.2 + * noosphere-core bumped from 0.17.1 to 0.17.2 + * noosphere-common bumped from 0.1.1 to 0.1.2 + * noosphere bumped from 0.15.2 to 0.15.3 + * noosphere-ipfs bumped from 0.8.2 to 0.8.3 + ## [0.11.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ns-v0.10.2...noosphere-ns-v0.11.0) (2023-09-19) diff --git a/rust/noosphere-ns/Cargo.toml b/rust/noosphere-ns/Cargo.toml index 84e341513..d480cfe4e 100644 --- a/rust/noosphere-ns/Cargo.toml +++ b/rust/noosphere-ns/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-ns" -version = "0.11.2" +version = "0.11.3" edition = "2021" description = "A P2P name system for Noosphere" keywords = [ @@ -36,15 +36,15 @@ async-trait = "~0.1" ucan = { workspace = true } ucan-key-support = { workspace = true } tokio = { workspace = true, features = ["io-util", "io-std", "sync", "macros", "rt", "rt-multi-thread"] } -noosphere-storage = { version = "0.9.1", path = "../noosphere-storage" } -noosphere-core = { version = "0.17.1", path = "../noosphere-core" } -noosphere-common = { version = "0.1.1", path = "../noosphere-common" } +noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" } +noosphere-core = { version = "0.17.2", path = "../noosphere-core" } +noosphere-common = { version = "0.1.2", path = "../noosphere-common" } libp2p = { version = "0.51.3", default-features = false, features = [ "ed25519", "identify", "dns", "kad", "macros", "noise", "serde", "tcp", "tokio", "yamux" ] } void = { workspace = true } # noosphere_ns::bin -noosphere = { version = "0.15.2", path = "../noosphere", optional = true } -noosphere-ipfs = { version = "0.8.2", path = "../noosphere-ipfs", optional = true } +noosphere = { version = "0.15.3", path = "../noosphere", optional = true } +noosphere-ipfs = { version = "0.8.3", path = "../noosphere-ipfs", optional = true } clap = { version = "^4.4", features = ["derive"], optional = true } home = { version = "~0.5", optional = true } toml = { version = "~0.8", optional = true } diff --git a/rust/noosphere-storage/CHANGELOG.md b/rust/noosphere-storage/CHANGELOG.md index 60e21ce68..90dcb64c0 100644 --- a/rust/noosphere-storage/CHANGELOG.md +++ b/rust/noosphere-storage/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.9.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-storage-v0.9.1...noosphere-storage-v0.9.2) (2023-10-12) + + +### Features + +* 3P replication fall-back and resilience ([#673](https://github.com/subconsciousnetwork/noosphere/issues/673)) ([08dcc3d](https://github.com/subconsciousnetwork/noosphere/commit/08dcc3d54768fdda6158b1087a32805a5c855e98)) +* Introduce `--storage-memory-cache-limit` ([#671](https://github.com/subconsciousnetwork/noosphere/issues/671)) ([9d44417](https://github.com/subconsciousnetwork/noosphere/commit/9d44417756b36a38518bdd28e34b4d3082956b36)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-common bumped from 0.1.1 to 0.1.2 + ## [0.9.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-storage-v0.9.0...noosphere-storage-v0.9.1) (2023-10-06) diff --git a/rust/noosphere-storage/Cargo.toml b/rust/noosphere-storage/Cargo.toml index b35cc0268..b47f66c7f 100644 --- a/rust/noosphere-storage/Cargo.toml +++ b/rust/noosphere-storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-storage" -version = "0.9.1" +version = "0.9.2" edition = "2021" description = "Pluggable backing storage for the Rust Noosphere implementation" keywords = ["storage", "noosphere", "sled", "ipld", "indexeddb"] @@ -23,7 +23,7 @@ async-trait = "~0.1" async-stream = { workspace = true } tokio-stream = { workspace = true } cid = { workspace = true } -noosphere-common = { version = "0.1.1", path = "../noosphere-common" } +noosphere-common = { version = "0.1.2", path = "../noosphere-common" } tracing = "~0.1" ucan = { workspace = true } libipld-core = { workspace = true } diff --git a/rust/noosphere/CHANGELOG.md b/rust/noosphere/CHANGELOG.md index 488e05305..08823dc86 100644 --- a/rust/noosphere/CHANGELOG.md +++ b/rust/noosphere/CHANGELOG.md @@ -93,6 +93,27 @@ * noosphere-core bumped from 0.17.0 to 0.17.1 * noosphere-common bumped from 0.1.0 to 0.1.1 +## [0.15.3](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-v0.15.2...noosphere-v0.15.3) (2023-10-12) + + +### Features + +* 3P replication fall-back and resilience ([#673](https://github.com/subconsciousnetwork/noosphere/issues/673)) ([08dcc3d](https://github.com/subconsciousnetwork/noosphere/commit/08dcc3d54768fdda6158b1087a32805a5c855e98)) +* Introduce `--storage-memory-cache-limit` ([#671](https://github.com/subconsciousnetwork/noosphere/issues/671)) ([9d44417](https://github.com/subconsciousnetwork/noosphere/commit/9d44417756b36a38518bdd28e34b4d3082956b36)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-core bumped from 0.17.1 to 0.17.2 + * noosphere-storage bumped from 0.9.1 to 0.9.2 + * noosphere-ipfs bumped from 0.8.2 to 0.8.3 + * noosphere-into bumped from 0.11.2 to 0.11.3 + * dev-dependencies + * noosphere-core bumped from 0.17.1 to 0.17.2 + * noosphere-common bumped from 0.1.1 to 0.1.2 + ## [0.15.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-v0.14.2...noosphere-v0.15.0) (2023-09-19) diff --git a/rust/noosphere/Cargo.toml b/rust/noosphere/Cargo.toml index c06e58c15..525e4269d 100644 --- a/rust/noosphere/Cargo.toml +++ b/rust/noosphere/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere" -version = "0.15.2" +version = "0.15.3" edition = "2021" description = "A high-level package for dealing with accessing the Noosphere" keywords = ["noosphere"] @@ -42,9 +42,9 @@ libipld-core = { workspace = true } libipld-cbor = { workspace = true } bytes = "^1" -noosphere-core = { version = "0.17.1", path = "../noosphere-core" } -noosphere-storage = { version = "0.9.1", path = "../noosphere-storage" } -noosphere-ipfs = { version = "0.8.2", path = "../noosphere-ipfs", optional = true } +noosphere-core = { version = "0.17.2", path = "../noosphere-core" } +noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" } +noosphere-ipfs = { version = "0.8.3", path = "../noosphere-ipfs", optional = true } ucan = { workspace = true } ucan-key-support = { workspace = true } @@ -53,8 +53,8 @@ libipld-core = { workspace = true } rand = { workspace = true } serde_json = { workspace = true } -noosphere-core = { version = "0.17.1", path = "../noosphere-core", features = ["helpers"] } -noosphere-common = { version = "0.1.1", path = "../noosphere-common", features = ["helpers"] } +noosphere-core = { version = "0.17.2", path = "../noosphere-core", features = ["helpers"] } +noosphere-common = { version = "0.1.2", path = "../noosphere-common", features = ["helpers"] } [target.'cfg(target_arch = "wasm32")'.dependencies] # TODO: We should eventually support gateway storage as a specialty target only, @@ -64,7 +64,7 @@ rexie = { version = "~0.5" } wasm-bindgen = { workspace = true } wasm-bindgen-futures = { workspace = true } js-sys = { workspace = true } -noosphere-into = { version = "0.11.2", path = "../noosphere-into" } +noosphere-into = { version = "0.11.3", path = "../noosphere-into" } [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] workspace = true