diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d4e6b84..04124770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [0.56.1] - 2025-10-01 + +### 🐛 Bug Fixes + +- Aggregator restart missing events ([#737](https://github.com/ceramicnetwork/rust-ceramic/issues/737)) +- Adjust some logging and disconnect with peer when we don't have them in our local map and something is wrong ([#739](https://github.com/ceramicnetwork/rust-ceramic/issues/739)) + ## [0.56.0] - 2025-08-28 ### 🚀 Features @@ -18,6 +25,7 @@ All notable changes to this project will be documented in this file. - *(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)) +- Version v0.56.0 ([#736](https://github.com/ceramicnetwork/rust-ceramic/issues/736)) ## [0.55.1] - 2025-06-18 diff --git a/Cargo.lock b/Cargo.lock index d59c5168..0648a469 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2100,7 +2100,7 @@ dependencies = [ [[package]] name = "ceramic-actor" -version = "0.56.0" +version = "0.56.1" dependencies = [ "async-trait", "ceramic-actor-macros", @@ -2114,7 +2114,7 @@ dependencies = [ [[package]] name = "ceramic-actor-macros" -version = "0.56.0" +version = "0.56.1" dependencies = [ "async-trait", "ceramic-actor", @@ -2126,7 +2126,7 @@ dependencies = [ [[package]] name = "ceramic-anchor-remote" -version = "0.56.0" +version = "0.56.1" dependencies = [ "anyhow", "async-trait", @@ -2151,7 +2151,7 @@ dependencies = [ [[package]] name = "ceramic-anchor-service" -version = "0.56.0" +version = "0.56.1" dependencies = [ "anyhow", "async-trait", @@ -2176,7 +2176,7 @@ dependencies = [ [[package]] name = "ceramic-api" -version = "0.56.0" +version = "0.56.1" dependencies = [ "anyhow", "async-trait", @@ -2210,7 +2210,7 @@ dependencies = [ [[package]] name = "ceramic-api-server" -version = "0.56.0" +version = "0.56.1" dependencies = [ "async-trait", "chrono", @@ -2238,7 +2238,7 @@ dependencies = [ [[package]] name = "ceramic-car" -version = "0.56.0" +version = "0.56.1" dependencies = [ "cid 0.11.1", "futures", @@ -2254,7 +2254,7 @@ dependencies = [ [[package]] name = "ceramic-core" -version = "0.56.0" +version = "0.56.1" dependencies = [ "anyhow", "base64 0.21.7", @@ -2290,7 +2290,7 @@ dependencies = [ [[package]] name = "ceramic-event" -version = "0.56.0" +version = "0.56.1" dependencies = [ "anyhow", "base64 0.21.7", @@ -2316,7 +2316,7 @@ dependencies = [ [[package]] name = "ceramic-event-svc" -version = "0.56.0" +version = "0.56.1" dependencies = [ "alloy", "anyhow", @@ -2367,7 +2367,7 @@ dependencies = [ [[package]] name = "ceramic-flight" -version = "0.56.0" +version = "0.56.1" dependencies = [ "anyhow", "arrow", @@ -2400,7 +2400,7 @@ dependencies = [ [[package]] name = "ceramic-interest-svc" -version = "0.56.0" +version = "0.56.1" dependencies = [ "anyhow", "async-trait", @@ -2432,7 +2432,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc" -version = "0.56.0" +version = "0.56.1" dependencies = [ "anyhow", "async-stream", @@ -2469,7 +2469,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc-server" -version = "0.56.0" +version = "0.56.1" dependencies = [ "async-trait", "chrono", @@ -2496,7 +2496,7 @@ dependencies = [ [[package]] name = "ceramic-metadata" -version = "0.56.0" +version = "0.56.1" dependencies = [ "built", "serde", @@ -2504,7 +2504,7 @@ dependencies = [ [[package]] name = "ceramic-metrics" -version = "0.56.0" +version = "0.56.1" dependencies = [ "console-subscriber", "lazy_static", @@ -2525,7 +2525,7 @@ dependencies = [ [[package]] name = "ceramic-one" -version = "0.56.0" +version = "0.56.1" dependencies = [ "anyhow", "arrow", @@ -2588,7 +2588,7 @@ dependencies = [ [[package]] name = "ceramic-p2p" -version = "0.56.0" +version = "0.56.1" dependencies = [ "ahash 0.8.11", "anyhow", @@ -2630,7 +2630,7 @@ dependencies = [ [[package]] name = "ceramic-peer-svc" -version = "0.56.0" +version = "0.56.1" dependencies = [ "anyhow", "async-trait", @@ -2662,7 +2662,7 @@ dependencies = [ [[package]] name = "ceramic-pipeline" -version = "0.56.0" +version = "0.56.1" dependencies = [ "anyhow", "arrow", @@ -2706,7 +2706,7 @@ dependencies = [ [[package]] name = "ceramic-sql" -version = "0.56.0" +version = "0.56.1" dependencies = [ "anyhow", "sqlx", @@ -2715,7 +2715,7 @@ dependencies = [ [[package]] name = "ceramic-validation" -version = "0.56.0" +version = "0.56.1" dependencies = [ "alloy", "anyhow", @@ -6110,7 +6110,7 @@ dependencies = [ [[package]] name = "iroh-bitswap" -version = "0.56.0" +version = "0.56.1" dependencies = [ "ahash 0.8.11", "anyhow", @@ -6150,7 +6150,7 @@ dependencies = [ [[package]] name = "iroh-rpc-client" -version = "0.56.0" +version = "0.56.1" dependencies = [ "anyhow", "async-stream", @@ -6168,7 +6168,7 @@ dependencies = [ [[package]] name = "iroh-rpc-types" -version = "0.56.0" +version = "0.56.1" dependencies = [ "anyhow", "bytes 1.7.2", @@ -6183,7 +6183,7 @@ dependencies = [ [[package]] name = "iroh-util" -version = "0.56.0" +version = "0.56.1" dependencies = [ "cid 0.11.1", "multihash-codetable", @@ -9783,7 +9783,7 @@ dependencies = [ [[package]] name = "recon" -version = "0.56.0" +version = "0.56.1" dependencies = [ "anyhow", "async-stream", @@ -10898,7 +10898,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shutdown" -version = "0.56.0" +version = "0.56.1" dependencies = [ "futures", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 54ed4e73..50bdaf56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -253,7 +253,7 @@ zeroize = "1.4" [workspace.package] -version = "0.56.0" +version = "0.56.1" edition = "2021" authors = [ "Danny Browning ", diff --git a/api-server/Cargo.toml b/api-server/Cargo.toml index 7f5838fb..e035b29d 100644 --- a/api-server/Cargo.toml +++ b/api-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceramic-api-server" -version = "0.56.0" +version = "0.56.1" 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 c8969084..1e8651ba 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.56.0 -- Build date: 2025-08-28T09:08:37.547252970Z[Etc/UTC] +- API version: 0.56.1 +- Build date: 2025-10-01T03:24:20.845212584Z[Etc/UTC] diff --git a/api-server/api/openapi.yaml b/api-server/api/openapi.yaml index 28313026..61777535 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.56.0 + version: 0.56.1 servers: - url: /ceramic paths: diff --git a/api-server/src/lib.rs b/api-server/src/lib.rs index 8dcabc0a..ed9478c8 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.56.0"; +pub const API_VERSION: &str = "0.56.1"; #[derive(Debug, PartialEq, Serialize, Deserialize)] pub enum ConfigNetworkGetResponse { diff --git a/api/ceramic.yaml b/api/ceramic.yaml index 2caca881..78da7677 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.56.0 + version: 0.56.1 title: Ceramic API #license: # name: Apache 2.0 diff --git a/kubo-rpc-server/Cargo.toml b/kubo-rpc-server/Cargo.toml index 2a147c8e..c0eb6478 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.56.0" +version = "0.56.1" 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 dc19e313..df6753f7 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.56.0 -- Build date: 2025-08-28T09:08:40.206178294Z[Etc/UTC] +- API version: 0.56.1 +- Build date: 2025-10-01T03:24:23.520257659Z[Etc/UTC] diff --git a/kubo-rpc-server/api/openapi.yaml b/kubo-rpc-server/api/openapi.yaml index 531f573e..b1d0cf5d 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.56.0 + version: 0.56.1 servers: - url: /api/v0 paths: diff --git a/kubo-rpc-server/src/lib.rs b/kubo-rpc-server/src/lib.rs index d300be59..c506ce27 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.56.0"; +pub const API_VERSION: &str = "0.56.1"; #[derive(Debug, PartialEq, Serialize, Deserialize)] #[must_use] diff --git a/kubo-rpc/kubo-rpc.yaml b/kubo-rpc/kubo-rpc.yaml index 1e78e760..3faad513 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.56.0 + version: 0.56.1 title: Kubo RPC API license: name: MIT diff --git a/pipeline/Cargo.toml b/pipeline/Cargo.toml index 672faafc..31f249c1 100644 --- a/pipeline/Cargo.toml +++ b/pipeline/Cargo.toml @@ -53,4 +53,4 @@ mockall.workspace = true test-log.workspace = true tracing-subscriber.workspace = true rand.workspace = true -multihash-codetable.workspace = true \ No newline at end of file +multihash-codetable.workspace = true