From c1a3298b59a3059b75077fcba059062152c336ec Mon Sep 17 00:00:00 2001 From: Github Automation Date: Thu, 28 Aug 2025 09:08:43 +0000 Subject: [PATCH] chore: version v0.56.0 --- CHANGELOG.md | 23 ++++++++++++- Cargo.lock | 56 ++++++++++++++++---------------- Cargo.toml | 2 +- api-server/Cargo.toml | 2 +- api-server/README.md | 4 +-- api-server/api/openapi.yaml | 2 +- api-server/src/lib.rs | 2 +- api/ceramic.yaml | 2 +- kubo-rpc-server/Cargo.toml | 2 +- kubo-rpc-server/README.md | 4 +-- kubo-rpc-server/api/openapi.yaml | 2 +- kubo-rpc-server/src/lib.rs | 2 +- kubo-rpc/kubo-rpc.yaml | 2 +- 13 files changed, 63 insertions(+), 42 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d97217f..6d4e6b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,33 @@ All notable changes to this project will be documented in this file. -## [0.55.1] - 2025-06-17 +## [0.56.0] - 2025-08-28 + +### 🚀 Features + +- Allow configuring daemon with extra interests ([#734](https://github.com/ceramicnetwork/rust-ceramic/issues/734)) + +### 🐛 Bug Fixes + +- *(sdk)* Use correct controller during stream creation ([#724](https://github.com/ceramicnetwork/rust-ceramic/issues/724)) +- *(sdk)* Set correct unique value for mids with set relation ([#730](https://github.com/ceramicnetwork/rust-ceramic/issues/730)) +- Aggregator cache flush on shutdown ([#735](https://github.com/ceramicnetwork/rust-ceramic/issues/735)) + +### ⚙️ Miscellaneous Tasks + +- *(sdk)* Version v0.11.0 ([#727](https://github.com/ceramicnetwork/rust-ceramic/issues/727)) +- *(sdk)* Version v0.12.0 ([#731](https://github.com/ceramicnetwork/rust-ceramic/issues/731)) + +## [0.55.1] - 2025-06-18 ### 🐛 Bug Fixes - Fetch unvalidated time proofs for conclusion events ([#723](https://github.com/ceramicnetwork/rust-ceramic/issues/723)) +### ⚙️ Miscellaneous Tasks + +- Version v0.55.1 ([#726](https://github.com/ceramicnetwork/rust-ceramic/issues/726)) + ## [0.55.0] - 2025-05-26 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index f6ea5ff3..bc06cea3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2100,7 +2100,7 @@ dependencies = [ [[package]] name = "ceramic-actor" -version = "0.55.1" +version = "0.56.0" dependencies = [ "async-trait", "ceramic-actor-macros", @@ -2114,7 +2114,7 @@ dependencies = [ [[package]] name = "ceramic-actor-macros" -version = "0.55.1" +version = "0.56.0" dependencies = [ "async-trait", "ceramic-actor", @@ -2126,7 +2126,7 @@ dependencies = [ [[package]] name = "ceramic-anchor-remote" -version = "0.55.1" +version = "0.56.0" dependencies = [ "anyhow", "async-trait", @@ -2151,7 +2151,7 @@ dependencies = [ [[package]] name = "ceramic-anchor-service" -version = "0.55.1" +version = "0.56.0" dependencies = [ "anyhow", "async-trait", @@ -2176,7 +2176,7 @@ dependencies = [ [[package]] name = "ceramic-api" -version = "0.55.1" +version = "0.56.0" dependencies = [ "anyhow", "async-trait", @@ -2210,7 +2210,7 @@ dependencies = [ [[package]] name = "ceramic-api-server" -version = "0.55.1" +version = "0.56.0" dependencies = [ "async-trait", "chrono", @@ -2238,7 +2238,7 @@ dependencies = [ [[package]] name = "ceramic-car" -version = "0.55.1" +version = "0.56.0" dependencies = [ "cid 0.11.1", "futures", @@ -2254,7 +2254,7 @@ dependencies = [ [[package]] name = "ceramic-core" -version = "0.55.1" +version = "0.56.0" dependencies = [ "anyhow", "base64 0.21.7", @@ -2290,7 +2290,7 @@ dependencies = [ [[package]] name = "ceramic-event" -version = "0.55.1" +version = "0.56.0" dependencies = [ "anyhow", "base64 0.21.7", @@ -2316,7 +2316,7 @@ dependencies = [ [[package]] name = "ceramic-event-svc" -version = "0.55.1" +version = "0.56.0" dependencies = [ "alloy", "anyhow", @@ -2367,7 +2367,7 @@ dependencies = [ [[package]] name = "ceramic-flight" -version = "0.55.1" +version = "0.56.0" dependencies = [ "anyhow", "arrow", @@ -2400,7 +2400,7 @@ dependencies = [ [[package]] name = "ceramic-interest-svc" -version = "0.55.1" +version = "0.56.0" dependencies = [ "anyhow", "async-trait", @@ -2432,7 +2432,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc" -version = "0.55.1" +version = "0.56.0" dependencies = [ "anyhow", "async-stream", @@ -2469,7 +2469,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc-server" -version = "0.55.1" +version = "0.56.0" dependencies = [ "async-trait", "chrono", @@ -2496,7 +2496,7 @@ dependencies = [ [[package]] name = "ceramic-metadata" -version = "0.55.1" +version = "0.56.0" dependencies = [ "built", "serde", @@ -2504,7 +2504,7 @@ dependencies = [ [[package]] name = "ceramic-metrics" -version = "0.55.1" +version = "0.56.0" dependencies = [ "console-subscriber", "lazy_static", @@ -2525,7 +2525,7 @@ dependencies = [ [[package]] name = "ceramic-one" -version = "0.55.1" +version = "0.56.0" dependencies = [ "anyhow", "arrow", @@ -2588,7 +2588,7 @@ dependencies = [ [[package]] name = "ceramic-p2p" -version = "0.55.1" +version = "0.56.0" dependencies = [ "ahash 0.8.11", "anyhow", @@ -2630,7 +2630,7 @@ dependencies = [ [[package]] name = "ceramic-peer-svc" -version = "0.55.1" +version = "0.56.0" dependencies = [ "anyhow", "async-trait", @@ -2662,7 +2662,7 @@ dependencies = [ [[package]] name = "ceramic-pipeline" -version = "0.55.1" +version = "0.56.0" dependencies = [ "anyhow", "arrow", @@ -2704,7 +2704,7 @@ dependencies = [ [[package]] name = "ceramic-sql" -version = "0.55.1" +version = "0.56.0" dependencies = [ "anyhow", "sqlx", @@ -2713,7 +2713,7 @@ dependencies = [ [[package]] name = "ceramic-validation" -version = "0.55.1" +version = "0.56.0" dependencies = [ "alloy", "anyhow", @@ -6108,7 +6108,7 @@ dependencies = [ [[package]] name = "iroh-bitswap" -version = "0.55.1" +version = "0.56.0" dependencies = [ "ahash 0.8.11", "anyhow", @@ -6148,7 +6148,7 @@ dependencies = [ [[package]] name = "iroh-rpc-client" -version = "0.55.1" +version = "0.56.0" dependencies = [ "anyhow", "async-stream", @@ -6166,7 +6166,7 @@ dependencies = [ [[package]] name = "iroh-rpc-types" -version = "0.55.1" +version = "0.56.0" dependencies = [ "anyhow", "bytes 1.7.2", @@ -6181,7 +6181,7 @@ dependencies = [ [[package]] name = "iroh-util" -version = "0.55.1" +version = "0.56.0" dependencies = [ "cid 0.11.1", "multihash-codetable", @@ -9781,7 +9781,7 @@ dependencies = [ [[package]] name = "recon" -version = "0.55.1" +version = "0.56.0" dependencies = [ "anyhow", "async-stream", @@ -10896,7 +10896,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shutdown" -version = "0.55.1" +version = "0.56.0" dependencies = [ "futures", "tokio", diff --git a/Cargo.toml b/Cargo.toml index d75c4fa1..54ed4e73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -253,7 +253,7 @@ zeroize = "1.4" [workspace.package] -version = "0.55.1" +version = "0.56.0" edition = "2021" authors = [ "Danny Browning ", diff --git a/api-server/Cargo.toml b/api-server/Cargo.toml index aaaf9bf7..7f5838fb 100644 --- a/api-server/Cargo.toml +++ b/api-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceramic-api-server" -version = "0.55.1" +version = "0.56.0" authors = ["OpenAPI Generator team and contributors"] description = "This is the Ceramic API for working with streams and events " license = "MIT" diff --git a/api-server/README.md b/api-server/README.md index 4bd570fe..c8969084 100644 --- a/api-server/README.md +++ b/api-server/README.md @@ -14,8 +14,8 @@ To see how to make this your own, look here: [README]((https://openapi-generator.tech)) -- API version: 0.55.1 -- Build date: 2025-06-17T17:37:16.638855454Z[Etc/UTC] +- API version: 0.56.0 +- Build date: 2025-08-28T09:08:37.547252970Z[Etc/UTC] diff --git a/api-server/api/openapi.yaml b/api-server/api/openapi.yaml index 6be30a62..28313026 100644 --- a/api-server/api/openapi.yaml +++ b/api-server/api/openapi.yaml @@ -6,7 +6,7 @@ info: name: MIT url: https://mit-license.org/ title: Ceramic API - version: 0.55.1 + version: 0.56.0 servers: - url: /ceramic paths: diff --git a/api-server/src/lib.rs b/api-server/src/lib.rs index 710602e8..8dcabc0a 100644 --- a/api-server/src/lib.rs +++ b/api-server/src/lib.rs @@ -21,7 +21,7 @@ use swagger::{ApiError, ContextWrapper}; type ServiceError = Box; pub const BASE_PATH: &str = "/ceramic"; -pub const API_VERSION: &str = "0.55.1"; +pub const API_VERSION: &str = "0.56.0"; #[derive(Debug, PartialEq, Serialize, Deserialize)] pub enum ConfigNetworkGetResponse { diff --git a/api/ceramic.yaml b/api/ceramic.yaml index 99ed8941..2caca881 100644 --- a/api/ceramic.yaml +++ b/api/ceramic.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: description: > This is the Ceramic API for working with streams and events - version: 0.55.1 + version: 0.56.0 title: Ceramic API #license: # name: Apache 2.0 diff --git a/kubo-rpc-server/Cargo.toml b/kubo-rpc-server/Cargo.toml index 7835ec0e..2a147c8e 100644 --- a/kubo-rpc-server/Cargo.toml +++ b/kubo-rpc-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceramic-kubo-rpc-server" -version = "0.55.1" +version = "0.56.0" authors = ["OpenAPI Generator team and contributors"] description = "This is the Kubo RPC API for working with IPLD data on IPFS This API only defines a small subset of the official API. " license = "MIT" diff --git a/kubo-rpc-server/README.md b/kubo-rpc-server/README.md index 6024b4c0..dc19e313 100644 --- a/kubo-rpc-server/README.md +++ b/kubo-rpc-server/README.md @@ -14,8 +14,8 @@ To see how to make this your own, look here: [README]((https://openapi-generator.tech)) -- API version: 0.55.1 -- Build date: 2025-06-17T17:37:19.423107208Z[Etc/UTC] +- API version: 0.56.0 +- Build date: 2025-08-28T09:08:40.206178294Z[Etc/UTC] diff --git a/kubo-rpc-server/api/openapi.yaml b/kubo-rpc-server/api/openapi.yaml index 7dcbfdc8..531f573e 100644 --- a/kubo-rpc-server/api/openapi.yaml +++ b/kubo-rpc-server/api/openapi.yaml @@ -6,7 +6,7 @@ info: name: MIT url: https://mit-license.org/ title: Kubo RPC API - version: 0.55.1 + version: 0.56.0 servers: - url: /api/v0 paths: diff --git a/kubo-rpc-server/src/lib.rs b/kubo-rpc-server/src/lib.rs index 181968a0..d300be59 100644 --- a/kubo-rpc-server/src/lib.rs +++ b/kubo-rpc-server/src/lib.rs @@ -21,7 +21,7 @@ use swagger::{ApiError, ContextWrapper}; type ServiceError = Box; pub const BASE_PATH: &str = "/api/v0"; -pub const API_VERSION: &str = "0.55.1"; +pub const API_VERSION: &str = "0.56.0"; #[derive(Debug, PartialEq, Serialize, Deserialize)] #[must_use] diff --git a/kubo-rpc/kubo-rpc.yaml b/kubo-rpc/kubo-rpc.yaml index e2c19eb6..1e78e760 100644 --- a/kubo-rpc/kubo-rpc.yaml +++ b/kubo-rpc/kubo-rpc.yaml @@ -3,7 +3,7 @@ info: description: > This is the Kubo RPC API for working with IPLD data on IPFS This API only defines a small subset of the official API. - version: 0.55.1 + version: 0.56.0 title: Kubo RPC API license: name: MIT