From 83bfa13df4475e01b4aa8d51548905e018c420bc Mon Sep 17 00:00:00 2001 From: Mohsin Zaidi <2236875+smrz2001@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:56:55 -0500 Subject: [PATCH] chore: version v0.43.0 (#585) Co-authored-by: Github Automation --- CHANGELOG.md | 11 +++++++ Cargo.lock | 50 ++++++++++++++++---------------- 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, 49 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a94d0db7..4695dda0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.43.0] - 2024-11-12 + +### 🚀 Features + +- Use cache table to make queries faster and writes to object store (#576) + +### ⚙️ Miscellaneous Tasks + +- Update ci env to dev-qa cluster (#584) + ## [0.42.0] - 2024-11-07 ### 🚀 Features @@ -11,6 +21,7 @@ All notable changes to this project will be documented in this file. ### ⚙️ Miscellaneous Tasks - Use larger github runner for image builds (#577) +- Version v0.42.0 (#579) ## [0.41.1] - 2024-11-06 diff --git a/Cargo.lock b/Cargo.lock index 9caa0882..f2709d49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2059,7 +2059,7 @@ dependencies = [ [[package]] name = "ceramic-anchor-remote" -version = "0.42.0" +version = "0.43.0" dependencies = [ "anyhow", "async-trait", @@ -2085,7 +2085,7 @@ dependencies = [ [[package]] name = "ceramic-anchor-service" -version = "0.42.0" +version = "0.43.0" dependencies = [ "anyhow", "async-trait", @@ -2109,7 +2109,7 @@ dependencies = [ [[package]] name = "ceramic-api" -version = "0.42.0" +version = "0.43.0" dependencies = [ "anyhow", "async-trait", @@ -2137,7 +2137,7 @@ dependencies = [ [[package]] name = "ceramic-api-server" -version = "0.42.0" +version = "0.43.0" dependencies = [ "async-trait", "chrono", @@ -2165,7 +2165,7 @@ dependencies = [ [[package]] name = "ceramic-arrow-test" -version = "0.42.0" +version = "0.43.0" dependencies = [ "ceramic-pipeline", "datafusion", @@ -2173,7 +2173,7 @@ dependencies = [ [[package]] name = "ceramic-car" -version = "0.42.0" +version = "0.43.0" dependencies = [ "cid 0.11.1", "futures", @@ -2189,7 +2189,7 @@ dependencies = [ [[package]] name = "ceramic-core" -version = "0.42.0" +version = "0.43.0" dependencies = [ "anyhow", "base64 0.21.7", @@ -2224,7 +2224,7 @@ dependencies = [ [[package]] name = "ceramic-event" -version = "0.42.0" +version = "0.43.0" dependencies = [ "anyhow", "base64 0.21.7", @@ -2250,7 +2250,7 @@ dependencies = [ [[package]] name = "ceramic-event-svc" -version = "0.42.0" +version = "0.43.0" dependencies = [ "anyhow", "async-trait", @@ -2296,7 +2296,7 @@ dependencies = [ [[package]] name = "ceramic-flight" -version = "0.42.0" +version = "0.43.0" dependencies = [ "anyhow", "arrow", @@ -2322,7 +2322,7 @@ dependencies = [ [[package]] name = "ceramic-interest-svc" -version = "0.42.0" +version = "0.43.0" dependencies = [ "anyhow", "async-trait", @@ -2354,7 +2354,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc" -version = "0.42.0" +version = "0.43.0" dependencies = [ "anyhow", "async-stream", @@ -2391,7 +2391,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc-server" -version = "0.42.0" +version = "0.43.0" dependencies = [ "async-trait", "chrono", @@ -2418,7 +2418,7 @@ dependencies = [ [[package]] name = "ceramic-metadata" -version = "0.42.0" +version = "0.43.0" dependencies = [ "built", "project-root", @@ -2427,7 +2427,7 @@ dependencies = [ [[package]] name = "ceramic-metrics" -version = "0.42.0" +version = "0.43.0" dependencies = [ "console-subscriber", "lazy_static", @@ -2448,7 +2448,7 @@ dependencies = [ [[package]] name = "ceramic-one" -version = "0.42.0" +version = "0.43.0" dependencies = [ "anyhow", "arrow-cast", @@ -2507,7 +2507,7 @@ dependencies = [ [[package]] name = "ceramic-p2p" -version = "0.42.0" +version = "0.43.0" dependencies = [ "ahash 0.8.11", "anyhow", @@ -2546,7 +2546,7 @@ dependencies = [ [[package]] name = "ceramic-pipeline" -version = "0.42.0" +version = "0.43.0" dependencies = [ "anyhow", "arrow", @@ -2577,7 +2577,7 @@ dependencies = [ [[package]] name = "ceramic-sql" -version = "0.42.0" +version = "0.43.0" dependencies = [ "anyhow", "sqlx", @@ -2586,7 +2586,7 @@ dependencies = [ [[package]] name = "ceramic-validation" -version = "0.42.0" +version = "0.43.0" dependencies = [ "alloy", "anyhow", @@ -5699,7 +5699,7 @@ dependencies = [ [[package]] name = "iroh-bitswap" -version = "0.42.0" +version = "0.43.0" dependencies = [ "ahash 0.8.11", "anyhow", @@ -5739,7 +5739,7 @@ dependencies = [ [[package]] name = "iroh-rpc-client" -version = "0.42.0" +version = "0.43.0" dependencies = [ "anyhow", "async-stream", @@ -5757,7 +5757,7 @@ dependencies = [ [[package]] name = "iroh-rpc-types" -version = "0.42.0" +version = "0.43.0" dependencies = [ "anyhow", "bytes 1.7.2", @@ -5772,7 +5772,7 @@ dependencies = [ [[package]] name = "iroh-util" -version = "0.42.0" +version = "0.43.0" dependencies = [ "cid 0.11.1", "multihash-codetable", @@ -9168,7 +9168,7 @@ dependencies = [ [[package]] name = "recon" -version = "0.42.0" +version = "0.43.0" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 9ecff46f..f883f3ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -238,7 +238,7 @@ zeroize = "1.4" [workspace.package] -version = "0.42.0" +version = "0.43.0" edition = "2021" authors = [ "Danny Browning ", diff --git a/api-server/Cargo.toml b/api-server/Cargo.toml index 7c82346d..91f13a49 100644 --- a/api-server/Cargo.toml +++ b/api-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceramic-api-server" -version = "0.42.0" +version = "0.43.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 8c0dfe6e..795e1e36 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.42.0 -- Build date: 2024-11-07T16:43:42.453768719Z[Etc/UTC] +- API version: 0.43.0 +- Build date: 2024-11-12T15:36:37.451391920Z[Etc/UTC] diff --git a/api-server/api/openapi.yaml b/api-server/api/openapi.yaml index 12de15c9..44049e39 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.42.0 + version: 0.43.0 servers: - url: /ceramic paths: diff --git a/api-server/src/lib.rs b/api-server/src/lib.rs index fe88c873..912e4947 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.42.0"; +pub const API_VERSION: &str = "0.43.0"; #[derive(Debug, PartialEq, Serialize, Deserialize)] pub enum ConfigNetworkGetResponse { diff --git a/api/ceramic.yaml b/api/ceramic.yaml index 33298acc..94aeec2b 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.42.0 + version: 0.43.0 title: Ceramic API #license: # name: Apache 2.0 diff --git a/kubo-rpc-server/Cargo.toml b/kubo-rpc-server/Cargo.toml index b65e115e..2cb3d3c8 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.42.0" +version = "0.43.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 9312b41e..f80f2495 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.42.0 -- Build date: 2024-11-07T16:43:44.784496824Z[Etc/UTC] +- API version: 0.43.0 +- Build date: 2024-11-12T15:36:39.648338287Z[Etc/UTC] diff --git a/kubo-rpc-server/api/openapi.yaml b/kubo-rpc-server/api/openapi.yaml index 1b903aac..8eb398fd 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.42.0 + version: 0.43.0 servers: - url: /api/v0 paths: diff --git a/kubo-rpc-server/src/lib.rs b/kubo-rpc-server/src/lib.rs index f55b828c..d146b68c 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.42.0"; +pub const API_VERSION: &str = "0.43.0"; #[derive(Debug, PartialEq, Serialize, Deserialize)] #[must_use] diff --git a/kubo-rpc/kubo-rpc.yaml b/kubo-rpc/kubo-rpc.yaml index f4c6a52e..e83962cd 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.42.0 + version: 0.43.0 title: Kubo RPC API license: name: MIT