From 4c8f8cf0dff506a755942d8b6ad7a247efb0fb37 Mon Sep 17 00:00:00 2001 From: Github Automation Date: Wed, 26 Nov 2025 20:42:16 +0000 Subject: [PATCH] chore: version v0.57.0 --- CHANGELOG.md | 10 ++++++ Cargo.lock | 58 ++++++++++++++++---------------- 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, 52 insertions(+), 42 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a58530..21b38ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ All notable changes to this project will be documented in this file. +## [0.57.0] - 2025-11-26 + +### 🚀 Features + +- Add anchor-evm crate for EVM-based anchoring ([#742](https://github.com/ceramicnetwork/rust-ceramic/issues/742)) + ## [0.56.2] - 2025-10-13 ### 🐛 Bug Fixes - Aggregator errors when events in pending and incoming batch ([#741](https://github.com/ceramicnetwork/rust-ceramic/issues/741)) +### ⚙️ Miscellaneous Tasks + +- Version v0.56.2 ([#743](https://github.com/ceramicnetwork/rust-ceramic/issues/743)) + ## [0.56.1] - 2025-10-01 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 14b996c8..a1dd402a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2142,7 +2142,7 @@ dependencies = [ [[package]] name = "ceramic-actor" -version = "0.56.2" +version = "0.57.0" dependencies = [ "async-trait", "ceramic-actor-macros", @@ -2156,7 +2156,7 @@ dependencies = [ [[package]] name = "ceramic-actor-macros" -version = "0.56.2" +version = "0.57.0" dependencies = [ "async-trait", "ceramic-actor", @@ -2168,7 +2168,7 @@ dependencies = [ [[package]] name = "ceramic-anchor-evm" -version = "0.56.2" +version = "0.57.0" dependencies = [ "alloy", "anyhow", @@ -2190,7 +2190,7 @@ dependencies = [ [[package]] name = "ceramic-anchor-remote" -version = "0.56.2" +version = "0.57.0" dependencies = [ "anyhow", "async-trait", @@ -2215,7 +2215,7 @@ dependencies = [ [[package]] name = "ceramic-anchor-service" -version = "0.56.2" +version = "0.57.0" dependencies = [ "anyhow", "async-trait", @@ -2240,7 +2240,7 @@ dependencies = [ [[package]] name = "ceramic-api" -version = "0.56.2" +version = "0.57.0" dependencies = [ "anyhow", "async-trait", @@ -2274,7 +2274,7 @@ dependencies = [ [[package]] name = "ceramic-api-server" -version = "0.56.2" +version = "0.57.0" dependencies = [ "async-trait", "chrono", @@ -2302,7 +2302,7 @@ dependencies = [ [[package]] name = "ceramic-car" -version = "0.56.2" +version = "0.57.0" dependencies = [ "cid 0.11.1", "futures", @@ -2318,7 +2318,7 @@ dependencies = [ [[package]] name = "ceramic-core" -version = "0.56.2" +version = "0.57.0" dependencies = [ "anyhow", "base64 0.21.7", @@ -2354,7 +2354,7 @@ dependencies = [ [[package]] name = "ceramic-event" -version = "0.56.2" +version = "0.57.0" dependencies = [ "anyhow", "base64 0.21.7", @@ -2380,7 +2380,7 @@ dependencies = [ [[package]] name = "ceramic-event-svc" -version = "0.56.2" +version = "0.57.0" dependencies = [ "alloy", "anyhow", @@ -2431,7 +2431,7 @@ dependencies = [ [[package]] name = "ceramic-flight" -version = "0.56.2" +version = "0.57.0" dependencies = [ "anyhow", "arrow", @@ -2464,7 +2464,7 @@ dependencies = [ [[package]] name = "ceramic-interest-svc" -version = "0.56.2" +version = "0.57.0" dependencies = [ "anyhow", "async-trait", @@ -2496,7 +2496,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc" -version = "0.56.2" +version = "0.57.0" dependencies = [ "anyhow", "async-stream", @@ -2533,7 +2533,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc-server" -version = "0.56.2" +version = "0.57.0" dependencies = [ "async-trait", "chrono", @@ -2560,7 +2560,7 @@ dependencies = [ [[package]] name = "ceramic-metadata" -version = "0.56.2" +version = "0.57.0" dependencies = [ "built", "serde", @@ -2568,7 +2568,7 @@ dependencies = [ [[package]] name = "ceramic-metrics" -version = "0.56.2" +version = "0.57.0" dependencies = [ "console-subscriber", "lazy_static", @@ -2589,7 +2589,7 @@ dependencies = [ [[package]] name = "ceramic-one" -version = "0.56.2" +version = "0.57.0" dependencies = [ "anyhow", "arrow", @@ -2652,7 +2652,7 @@ dependencies = [ [[package]] name = "ceramic-p2p" -version = "0.56.2" +version = "0.57.0" dependencies = [ "ahash 0.8.11", "anyhow", @@ -2694,7 +2694,7 @@ dependencies = [ [[package]] name = "ceramic-peer-svc" -version = "0.56.2" +version = "0.57.0" dependencies = [ "anyhow", "async-trait", @@ -2726,7 +2726,7 @@ dependencies = [ [[package]] name = "ceramic-pipeline" -version = "0.56.2" +version = "0.57.0" dependencies = [ "anyhow", "arrow", @@ -2770,7 +2770,7 @@ dependencies = [ [[package]] name = "ceramic-sql" -version = "0.56.2" +version = "0.57.0" dependencies = [ "anyhow", "sqlx", @@ -2779,7 +2779,7 @@ dependencies = [ [[package]] name = "ceramic-validation" -version = "0.56.2" +version = "0.57.0" dependencies = [ "alloy", "anyhow", @@ -6174,7 +6174,7 @@ dependencies = [ [[package]] name = "iroh-bitswap" -version = "0.56.2" +version = "0.57.0" dependencies = [ "ahash 0.8.11", "anyhow", @@ -6214,7 +6214,7 @@ dependencies = [ [[package]] name = "iroh-rpc-client" -version = "0.56.2" +version = "0.57.0" dependencies = [ "anyhow", "async-stream", @@ -6232,7 +6232,7 @@ dependencies = [ [[package]] name = "iroh-rpc-types" -version = "0.56.2" +version = "0.57.0" dependencies = [ "anyhow", "bytes 1.7.2", @@ -6247,7 +6247,7 @@ dependencies = [ [[package]] name = "iroh-util" -version = "0.56.2" +version = "0.57.0" dependencies = [ "cid 0.11.1", "multihash-codetable", @@ -9847,7 +9847,7 @@ dependencies = [ [[package]] name = "recon" -version = "0.56.2" +version = "0.57.0" dependencies = [ "anyhow", "async-stream", @@ -10962,7 +10962,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shutdown" -version = "0.56.2" +version = "0.57.0" dependencies = [ "futures", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 7a177524..f4bedd47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -255,7 +255,7 @@ zeroize = "1.4" [workspace.package] -version = "0.56.2" +version = "0.57.0" edition = "2021" authors = [ "Danny Browning ", diff --git a/api-server/Cargo.toml b/api-server/Cargo.toml index 279e5e8d..df004f70 100644 --- a/api-server/Cargo.toml +++ b/api-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceramic-api-server" -version = "0.56.2" +version = "0.57.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 0fc4bfd5..8b42e594 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.2 -- Build date: 2025-10-13T12:28:45.090772349Z[Etc/UTC] +- API version: 0.57.0 +- Build date: 2025-11-26T20:42:09.837612539Z[Etc/UTC] diff --git a/api-server/api/openapi.yaml b/api-server/api/openapi.yaml index a171c62f..871897a0 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.2 + version: 0.57.0 servers: - url: /ceramic paths: diff --git a/api-server/src/lib.rs b/api-server/src/lib.rs index c8474b29..401249a1 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.2"; +pub const API_VERSION: &str = "0.57.0"; #[derive(Debug, PartialEq, Serialize, Deserialize)] pub enum ConfigNetworkGetResponse { diff --git a/api/ceramic.yaml b/api/ceramic.yaml index 35ddf0f2..15692305 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.2 + version: 0.57.0 title: Ceramic API #license: # name: Apache 2.0 diff --git a/kubo-rpc-server/Cargo.toml b/kubo-rpc-server/Cargo.toml index 2fd6cb98..bddb713a 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.2" +version = "0.57.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 741fa8f3..4d5be24c 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.2 -- Build date: 2025-10-13T12:28:47.803669327Z[Etc/UTC] +- API version: 0.57.0 +- Build date: 2025-11-26T20:42:12.498897767Z[Etc/UTC] diff --git a/kubo-rpc-server/api/openapi.yaml b/kubo-rpc-server/api/openapi.yaml index a9023182..dada249b 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.2 + version: 0.57.0 servers: - url: /api/v0 paths: diff --git a/kubo-rpc-server/src/lib.rs b/kubo-rpc-server/src/lib.rs index 7565d420..43da751a 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.2"; +pub const API_VERSION: &str = "0.57.0"; #[derive(Debug, PartialEq, Serialize, Deserialize)] #[must_use] diff --git a/kubo-rpc/kubo-rpc.yaml b/kubo-rpc/kubo-rpc.yaml index 0b260da2..70848c1c 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.2 + version: 0.57.0 title: Kubo RPC API license: name: MIT