From 094fbc9ea6618d804494c11299ecca95857e5022 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 17:43:55 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 18 +++++++-------- Cargo.lock | 18 +++++++-------- rust/noosphere-cli/CHANGELOG.md | 24 ++++++++++++++++++++ rust/noosphere-cli/Cargo.toml | 14 ++++++------ rust/noosphere-collections/CHANGELOG.md | 4 ++++ rust/noosphere-collections/Cargo.toml | 4 ++-- rust/noosphere-core/CHANGELOG.md | 16 ++++++++++++++ rust/noosphere-core/Cargo.toml | 6 ++--- rust/noosphere-gateway/CHANGELOG.md | 29 +++++++++++++++++++++++++ rust/noosphere-gateway/Cargo.toml | 12 +++++----- rust/noosphere-into/CHANGELOG.md | 7 ++++++ rust/noosphere-into/Cargo.toml | 8 +++---- rust/noosphere-ipfs/CHANGELOG.md | 6 +++++ rust/noosphere-ipfs/Cargo.toml | 6 ++--- rust/noosphere-ns/CHANGELOG.md | 21 ++++++++++++++++++ rust/noosphere-ns/Cargo.toml | 10 ++++----- rust/noosphere-storage/CHANGELOG.md | 7 ++++++ rust/noosphere-storage/Cargo.toml | 2 +- rust/noosphere/CHANGELOG.md | 9 ++++++++ rust/noosphere/Cargo.toml | 12 +++++----- 20 files changed, 178 insertions(+), 55 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e022efde9..b96dfe9cd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,12 +1,12 @@ { - "rust/noosphere-cli": "0.16.0", - "rust/noosphere-collections": "0.7.0", - "rust/noosphere-core": "0.18.0", - "rust/noosphere-into": "0.11.5", - "rust/noosphere-ns": "0.11.5", - "rust/noosphere-storage": "0.10.0", - "rust/noosphere": "0.16.0", - "rust/noosphere-ipfs": "0.8.5", - "rust/noosphere-gateway": "0.11.0", + "rust/noosphere-cli": "0.17.0", + "rust/noosphere-collections": "0.7.1", + "rust/noosphere-core": "0.18.1", + "rust/noosphere-into": "0.11.6", + "rust/noosphere-ns": "0.12.0", + "rust/noosphere-storage": "0.10.1", + "rust/noosphere": "0.16.1", + "rust/noosphere-ipfs": "0.8.6", + "rust/noosphere-gateway": "0.12.0", "rust/noosphere-common": "0.1.2" } \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index c93d6f9d6..3a0e342fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3541,7 +3541,7 @@ dependencies = [ [[package]] name = "noosphere" -version = "0.16.0" +version = "0.16.1" dependencies = [ "anyhow", "async-stream", @@ -3589,7 +3589,7 @@ dependencies = [ [[package]] name = "noosphere-cli" -version = "0.16.0" +version = "0.17.0" dependencies = [ "anyhow", "async-trait", @@ -3632,7 +3632,7 @@ dependencies = [ [[package]] name = "noosphere-collections" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "async-recursion", @@ -3673,7 +3673,7 @@ dependencies = [ [[package]] name = "noosphere-core" -version = "0.18.0" +version = "0.18.1" dependencies = [ "anyhow", "async-once-cell", @@ -3729,7 +3729,7 @@ dependencies = [ [[package]] name = "noosphere-gateway" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "async-stream", @@ -3768,7 +3768,7 @@ dependencies = [ [[package]] name = "noosphere-into" -version = "0.11.5" +version = "0.11.6" dependencies = [ "anyhow", "async-stream", @@ -3797,7 +3797,7 @@ dependencies = [ [[package]] name = "noosphere-ipfs" -version = "0.8.5" +version = "0.8.6" dependencies = [ "anyhow", "async-stream", @@ -3828,7 +3828,7 @@ dependencies = [ [[package]] name = "noosphere-ns" -version = "0.11.5" +version = "0.12.0" dependencies = [ "anyhow", "async-trait", @@ -3864,7 +3864,7 @@ dependencies = [ [[package]] name = "noosphere-storage" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "async-stream", diff --git a/rust/noosphere-cli/CHANGELOG.md b/rust/noosphere-cli/CHANGELOG.md index 346f0a118..42a9696a6 100644 --- a/rust/noosphere-cli/CHANGELOG.md +++ b/rust/noosphere-cli/CHANGELOG.md @@ -213,6 +213,30 @@ * noosphere-ns bumped from 0.11.3 to 0.11.4 * noosphere bumped from 0.15.3 to 0.15.4 +## [0.17.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-cli-v0.16.0...noosphere-cli-v0.17.0) (2024-01-30) + + +### ⚠ BREAKING CHANGES + +* Add axum tooling to provide w3c tracecontexts in response payloads ([#780](https://github.com/subconsciousnetwork/noosphere/issues/780)) + +### Features + +* `orb version` command ([#741](https://github.com/subconsciousnetwork/noosphere/issues/741)) ([608774e](https://github.com/subconsciousnetwork/noosphere/commit/608774ec4252c4b083508284646ea0fd911fa32c)) +* Add axum tooling to provide w3c tracecontexts in response payloads ([#780](https://github.com/subconsciousnetwork/noosphere/issues/780)) ([4d84bea](https://github.com/subconsciousnetwork/noosphere/commit/4d84bead9763f48385ae428c59aafa7293311e12)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-ipfs bumped from 0.8.5 to 0.8.6 + * noosphere-core bumped from 0.18.0 to 0.18.1 + * noosphere-storage bumped from 0.10.0 to 0.10.1 + * noosphere-gateway bumped from 0.11.0 to 0.12.0 + * noosphere-ns bumped from 0.11.5 to 0.12.0 + * noosphere bumped from 0.16.0 to 0.16.1 + ## [0.16.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-cli-v0.15.4...noosphere-cli-v0.16.0) (2023-11-21) diff --git a/rust/noosphere-cli/Cargo.toml b/rust/noosphere-cli/Cargo.toml index ad1592918..2b7cd7aad 100644 --- a/rust/noosphere-cli/Cargo.toml +++ b/rust/noosphere-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-cli" -version = "0.16.0" +version = "0.17.0" edition = "2021" description = "Reference client and pedagogical tool to demonstrate the principles of the Noosphere protocol" keywords = ["cli", "sync", "noosphere", "p2p", "ucan"] @@ -50,12 +50,12 @@ mime_guess = "^2" witty-phrase-generator = "~0.2" globset = "~0.4" -noosphere-ipfs = { version = "0.8.5", path = "../noosphere-ipfs" } -noosphere-core = { version = "0.18.0", path = "../noosphere-core" } -noosphere-storage = { version = "0.10.0", path = "../noosphere-storage" } -noosphere-gateway = { version = "0.11.0", path = "../noosphere-gateway" } -noosphere-ns = { version = "0.11.5", path = "../noosphere-ns", optional = true } -noosphere = { version = "0.16.0", path = "../noosphere" } +noosphere-ipfs = { version = "0.8.6", path = "../noosphere-ipfs" } +noosphere-core = { version = "0.18.1", path = "../noosphere-core" } +noosphere-storage = { version = "0.10.1", path = "../noosphere-storage" } +noosphere-gateway = { version = "0.12.0", path = "../noosphere-gateway" } +noosphere-ns = { version = "0.12.0", path = "../noosphere-ns", optional = true } +noosphere = { version = "0.16.1", path = "../noosphere" } ucan = { workspace = true } ucan-key-support = { workspace = true } diff --git a/rust/noosphere-collections/CHANGELOG.md b/rust/noosphere-collections/CHANGELOG.md index b0dc84b8c..31ae74d8f 100644 --- a/rust/noosphere-collections/CHANGELOG.md +++ b/rust/noosphere-collections/CHANGELOG.md @@ -40,6 +40,10 @@ * dependencies * noosphere-storage bumped from 0.9.2 to 0.9.3 +* The following workspace dependencies were updated + * dependencies + * noosphere-storage bumped from 0.10.0 to 0.10.1 + ## [0.7.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-collections-v0.6.7...noosphere-collections-v0.7.0) (2023-11-21) diff --git a/rust/noosphere-collections/Cargo.toml b/rust/noosphere-collections/Cargo.toml index a525fb455..6a5568aab 100644 --- a/rust/noosphere-collections/Cargo.toml +++ b/rust/noosphere-collections/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-collections" -version = "0.7.0" +version = "0.7.1" 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 = { workspace = true } async-recursion = { workspace = true } libipld-core = { workspace = true } libipld-cbor = { workspace = true } -noosphere-storage = { version = "0.10.0", path = "../noosphere-storage" } +noosphere-storage = { version = "0.10.1", path = "../noosphere-storage" } tokio = { workspace = true, features = ["sync", "io-util"] } tokio-stream = { workspace = true } diff --git a/rust/noosphere-core/CHANGELOG.md b/rust/noosphere-core/CHANGELOG.md index 57955abb2..a4f4296b0 100644 --- a/rust/noosphere-core/CHANGELOG.md +++ b/rust/noosphere-core/CHANGELOG.md @@ -10,6 +10,22 @@ * noosphere-storage bumped from 0.7.0 to 0.7.1 * noosphere-collections bumped from 0.6.0 to 0.6.1 +## [0.18.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-core-v0.18.0...noosphere-core-v0.18.1) (2024-01-30) + + +### Features + +* add Content-Length headers when writing to a sphere. ([#582](https://github.com/subconsciousnetwork/noosphere/issues/582)) ([6cedf47](https://github.com/subconsciousnetwork/noosphere/commit/6cedf473ed234d5168c7f4470a88c486d888415a)) +* Add support for BYO tracing_subscriber ([#779](https://github.com/subconsciousnetwork/noosphere/issues/779)) ([0213b51](https://github.com/subconsciousnetwork/noosphere/commit/0213b51734b4352aa3a55f4ec3cf48ea3cec59ec)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-storage bumped from 0.10.0 to 0.10.1 + * noosphere-collections bumped from 0.7.0 to 0.7.1 + ## [0.18.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-core-v0.17.3...noosphere-core-v0.18.0) (2023-11-21) diff --git a/rust/noosphere-core/Cargo.toml b/rust/noosphere-core/Cargo.toml index 8e811bab8..adb0fdd0a 100644 --- a/rust/noosphere-core/Cargo.toml +++ b/rust/noosphere-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-core" -version = "0.18.0" +version = "0.18.1" edition = "2021" description = "Core data types of the Rust Noosphere implementation" keywords = ["hamt", "ipld", "noosphere", "p2p", "async"] @@ -58,8 +58,8 @@ strum = { workspace = true } strum_macros = { workspace = true } tokio-util = { workspace = true, features = ["io"] } noosphere-common = { version = "0.1.2", path = "../noosphere-common" } -noosphere-storage = { version = "0.10.0", path = "../noosphere-storage" } -noosphere-collections = { version = "0.7.0", path = "../noosphere-collections" } +noosphere-storage = { version = "0.10.1", path = "../noosphere-storage" } +noosphere-collections = { version = "0.7.1", path = "../noosphere-collections" } ucan = { workspace = true } ucan-key-support = { workspace = true } diff --git a/rust/noosphere-gateway/CHANGELOG.md b/rust/noosphere-gateway/CHANGELOG.md index 345a5d3df..48595c234 100644 --- a/rust/noosphere-gateway/CHANGELOG.md +++ b/rust/noosphere-gateway/CHANGELOG.md @@ -105,6 +105,35 @@ * dependencies * noosphere-ns bumped from 0.9.3 to 0.9.4 +## [0.12.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-gateway-v0.11.0...noosphere-gateway-v0.12.0) (2024-01-30) + + +### ⚠ BREAKING CHANGES + +* Add axum tooling to provide w3c tracecontexts in response payloads ([#780](https://github.com/subconsciousnetwork/noosphere/issues/780)) +* The gateway should not call initialize_tracing ([#767](https://github.com/subconsciousnetwork/noosphere/issues/767)) + +### Features + +* Add axum tooling to provide w3c tracecontexts in response payloads ([#780](https://github.com/subconsciousnetwork/noosphere/issues/780)) ([4d84bea](https://github.com/subconsciousnetwork/noosphere/commit/4d84bead9763f48385ae428c59aafa7293311e12)) + + +### Bug Fixes + +* The gateway should not call initialize_tracing ([#767](https://github.com/subconsciousnetwork/noosphere/issues/767)) ([d388dec](https://github.com/subconsciousnetwork/noosphere/commit/d388dec99be8c064f9af44b94ec517990aeefff1)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-ipfs bumped from 0.8.5 to 0.8.6 + * noosphere-core bumped from 0.18.0 to 0.18.1 + * noosphere-ns bumped from 0.11.5 to 0.12.0 + * noosphere-storage bumped from 0.10.0 to 0.10.1 + * dev-dependencies + * noosphere-core bumped from 0.18.0 to 0.18.1 + ## [0.11.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-gateway-v0.10.3...noosphere-gateway-v0.11.0) (2023-11-21) diff --git a/rust/noosphere-gateway/Cargo.toml b/rust/noosphere-gateway/Cargo.toml index fae380df7..d689e5650 100644 --- a/rust/noosphere-gateway/Cargo.toml +++ b/rust/noosphere-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-gateway" -version = "0.11.0" +version = "0.12.0" edition = "2021" description = "A geist on the network that enables user spheres to discover each other" keywords = ["http", "geist", "noosphere", "p2p", "ucan"] @@ -26,7 +26,7 @@ tracing = { workspace = true } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] reqwest = { workspace = true } noosphere-common = { version = "0.1.2", path = "../noosphere-common", features = ["helpers"] } -noosphere-core = { version = "0.18.0", path = "../noosphere-core", features = ["helpers"] } +noosphere-core = { version = "0.18.1", path = "../noosphere-core", features = ["helpers"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] anyhow = { workspace = true } @@ -49,10 +49,10 @@ async-stream = { workspace = true } url = { workspace = true, features = ["serde"] } mime_guess = "^2" -noosphere-ipfs = { version = "0.8.5", path = "../noosphere-ipfs" } -noosphere-core = { version = "0.18.0", path = "../noosphere-core" } -noosphere-ns = { version = "0.11.5", path = "../noosphere-ns" } -noosphere-storage = { version = "0.10.0", path = "../noosphere-storage" } +noosphere-ipfs = { version = "0.8.6", path = "../noosphere-ipfs" } +noosphere-core = { version = "0.18.1", path = "../noosphere-core" } +noosphere-ns = { version = "0.12.0", path = "../noosphere-ns" } +noosphere-storage = { version = "0.10.1", path = "../noosphere-storage" } noosphere-common = { version = "0.1.2", path = "../noosphere-common" } ucan = { workspace = true } ucan-key-support = { workspace = true } diff --git a/rust/noosphere-into/CHANGELOG.md b/rust/noosphere-into/CHANGELOG.md index f56f8816e..a6ffed2ba 100644 --- a/rust/noosphere-into/CHANGELOG.md +++ b/rust/noosphere-into/CHANGELOG.md @@ -169,6 +169,13 @@ * dev-dependencies * noosphere-core bumped from 0.17.3 to 0.18.0 +* The following workspace dependencies were updated + * dependencies + * noosphere-core bumped from 0.18.0 to 0.18.1 + * noosphere-storage bumped from 0.10.0 to 0.10.1 + * dev-dependencies + * noosphere-core bumped from 0.18.0 to 0.18.1 + ## [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 a26ae066a..598df8082 100644 --- a/rust/noosphere-into/Cargo.toml +++ b/rust/noosphere-into/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-into" -version = "0.11.5" +version = "0.11.6" 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.18.0", path = "../noosphere-core" } -noosphere-storage = { version = "0.10.0", path = "../noosphere-storage" } +noosphere-core = { version = "0.18.1", path = "../noosphere-core" } +noosphere-storage = { version = "0.10.1", path = "../noosphere-storage" } subtext = { workspace = true, features = ["stream"] } async-trait = "~0.1" url = { workspace = true } @@ -42,7 +42,7 @@ ucan = { workspace = true } ucan-key-support = { workspace = true } [dev-dependencies] -noosphere-core = { version = "0.18.0", path = "../noosphere-core", features = ["helpers"] } +noosphere-core = { version = "0.18.1", 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 ac37142c6..c2dcaa1c5 100644 --- a/rust/noosphere-ipfs/CHANGELOG.md +++ b/rust/noosphere-ipfs/CHANGELOG.md @@ -70,6 +70,12 @@ * dev-dependencies * noosphere-core bumped from 0.17.3 to 0.18.0 +* The following workspace dependencies were updated + * dependencies + * noosphere-storage bumped from 0.10.0 to 0.10.1 + * dev-dependencies + * noosphere-core bumped from 0.18.0 to 0.18.1 + ## [0.8.3](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ipfs-v0.8.2...noosphere-ipfs-v0.8.3) (2023-10-12) diff --git a/rust/noosphere-ipfs/Cargo.toml b/rust/noosphere-ipfs/Cargo.toml index 2c27a14cb..ad62e4375 100644 --- a/rust/noosphere-ipfs/Cargo.toml +++ b/rust/noosphere-ipfs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-ipfs" -version = "0.8.5" +version = "0.8.6" edition = "2021" description = "An interface for an IPFS client." keywords = [ @@ -39,7 +39,7 @@ tokio-stream = { workspace = true } tokio-util = { workspace = true, features = ["compat"] } tracing = { workspace = true } url = { workspace = true, features = [ "serde" ] } -noosphere-storage = { version = "0.10.0", path = "../noosphere-storage" } +noosphere-storage = { version = "0.10.1", path = "../noosphere-storage" } noosphere-common = { version = "0.1.2", path = "../noosphere-common" } ucan = { workspace = true, optional = true } @@ -54,4 +54,4 @@ iroh-car = { workspace = true } libipld-cbor = { workspace = true } libipld-json = { workspace = true } multihash = { workspace = true } -noosphere-core = { version = "0.18.0", path = "../noosphere-core" } +noosphere-core = { version = "0.18.1", path = "../noosphere-core" } diff --git a/rust/noosphere-ns/CHANGELOG.md b/rust/noosphere-ns/CHANGELOG.md index 49efbe34c..1876efc99 100644 --- a/rust/noosphere-ns/CHANGELOG.md +++ b/rust/noosphere-ns/CHANGELOG.md @@ -135,6 +135,27 @@ * noosphere bumped from 0.15.3 to 0.15.4 * noosphere-ipfs bumped from 0.8.3 to 0.8.4 +## [0.12.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ns-v0.11.5...noosphere-ns-v0.12.0) (2024-01-30) + + +### ⚠ BREAKING CHANGES + +* Add axum tooling to provide w3c tracecontexts in response payloads ([#780](https://github.com/subconsciousnetwork/noosphere/issues/780)) + +### Features + +* Add axum tooling to provide w3c tracecontexts in response payloads ([#780](https://github.com/subconsciousnetwork/noosphere/issues/780)) ([4d84bea](https://github.com/subconsciousnetwork/noosphere/commit/4d84bead9763f48385ae428c59aafa7293311e12)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-storage bumped from 0.10.0 to 0.10.1 + * noosphere-core bumped from 0.18.0 to 0.18.1 + * noosphere bumped from 0.16.0 to 0.16.1 + * noosphere-ipfs bumped from 0.8.5 to 0.8.6 + ## [0.11.5](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ns-v0.11.4...noosphere-ns-v0.11.5) (2023-11-21) diff --git a/rust/noosphere-ns/Cargo.toml b/rust/noosphere-ns/Cargo.toml index cbb9b85d2..1b3433ae2 100644 --- a/rust/noosphere-ns/Cargo.toml +++ b/rust/noosphere-ns/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-ns" -version = "0.11.5" +version = "0.12.0" 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.10.0", path = "../noosphere-storage" } -noosphere-core = { version = "0.18.0", path = "../noosphere-core" } +noosphere-storage = { version = "0.10.1", path = "../noosphere-storage" } +noosphere-core = { version = "0.18.1", 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.16.0", path = "../noosphere", optional = true } -noosphere-ipfs = { version = "0.8.5", path = "../noosphere-ipfs", optional = true } +noosphere = { version = "0.16.1", path = "../noosphere", optional = true } +noosphere-ipfs = { version = "0.8.6", 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 8b80691a2..346457090 100644 --- a/rust/noosphere-storage/CHANGELOG.md +++ b/rust/noosphere-storage/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-storage-v0.10.0...noosphere-storage-v0.10.1) (2024-01-30) + + +### Features + +* Force quit rocksdb worker threads upon dropping. ([#734](https://github.com/subconsciousnetwork/noosphere/issues/734)) ([21bf742](https://github.com/subconsciousnetwork/noosphere/commit/21bf7425cb2fe4ef64ea4fc71696f8f81e5cdd5f)) + ## [0.10.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-storage-v0.9.3...noosphere-storage-v0.10.0) (2023-11-21) diff --git a/rust/noosphere-storage/Cargo.toml b/rust/noosphere-storage/Cargo.toml index 714934900..7bcf38565 100644 --- a/rust/noosphere-storage/Cargo.toml +++ b/rust/noosphere-storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-storage" -version = "0.10.0" +version = "0.10.1" edition = "2021" description = "Pluggable backing storage for the Rust Noosphere implementation" keywords = ["storage", "noosphere", "sled", "ipld", "indexeddb"] diff --git a/rust/noosphere/CHANGELOG.md b/rust/noosphere/CHANGELOG.md index 4d498b7d0..16f212f23 100644 --- a/rust/noosphere/CHANGELOG.md +++ b/rust/noosphere/CHANGELOG.md @@ -93,6 +93,15 @@ * noosphere-core bumped from 0.17.0 to 0.17.1 * noosphere-common bumped from 0.1.0 to 0.1.1 +* The following workspace dependencies were updated + * dependencies + * noosphere-core bumped from 0.18.0 to 0.18.1 + * noosphere-storage bumped from 0.10.0 to 0.10.1 + * noosphere-ipfs bumped from 0.8.5 to 0.8.6 + * noosphere-into bumped from 0.11.5 to 0.11.6 + * dev-dependencies + * noosphere-core bumped from 0.18.0 to 0.18.1 + ## [0.16.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-v0.15.4...noosphere-v0.16.0) (2023-11-21) diff --git a/rust/noosphere/Cargo.toml b/rust/noosphere/Cargo.toml index 68ab90ed8..625141daa 100644 --- a/rust/noosphere/Cargo.toml +++ b/rust/noosphere/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere" -version = "0.16.0" +version = "0.16.1" 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.18.0", path = "../noosphere-core" } -noosphere-storage = { version = "0.10.0", path = "../noosphere-storage" } -noosphere-ipfs = { version = "0.8.5", path = "../noosphere-ipfs", optional = true } +noosphere-core = { version = "0.18.1", path = "../noosphere-core" } +noosphere-storage = { version = "0.10.1", path = "../noosphere-storage" } +noosphere-ipfs = { version = "0.8.6", path = "../noosphere-ipfs", optional = true } ucan = { workspace = true } ucan-key-support = { workspace = true } @@ -53,7 +53,7 @@ libipld-core = { workspace = true } rand = { workspace = true } serde_json = { workspace = true } -noosphere-core = { version = "0.18.0", path = "../noosphere-core", features = ["helpers"] } +noosphere-core = { version = "0.18.1", path = "../noosphere-core", features = ["helpers"] } noosphere-common = { version = "0.1.2", path = "../noosphere-common", features = ["helpers"] } [target.'cfg(target_arch = "wasm32")'.dependencies] @@ -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.5", path = "../noosphere-into" } +noosphere-into = { version = "0.11.6", path = "../noosphere-into" } [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] workspace = true