From 35f37b2bc0b940807a163fc0a5db500149ac278b Mon Sep 17 00:00:00 2001 From: Mohsin Zaidi <2236875+smrz2001@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:17:03 -0400 Subject: [PATCH] chore: version v0.25.0 (#396) Co-authored-by: Github Automation --- CHANGELOG.md | 23 ++++++++++++++++++++ Cargo.lock | 36 ++++++++++++++++---------------- 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 +- one/Cargo.toml | 2 +- 14 files changed, 55 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf93392a6..4efda05cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. +## [0.25.0] - 2024-06-24 + +### 🚀 Features + +- Adds migration logic from IPFS (#326) + +### 🐛 Bug Fixes + +- Adjust API insert contract and avoid failing entire batch if any one is invalid (#388) + +### 🚜 Refactor + +- Modify store API and rename some things (#390) + +### ⚙️ Miscellaneous Tasks + +- Replace tracing_test with test-log and don't init tracing manually (#391) +- Rename prometheus registry and metrics for better consistency (#373) + ## [0.24.0] - 2024-06-18 ### 🐛 Bug Fixes @@ -9,6 +28,10 @@ All notable changes to this project will be documented in this file. - Remove redundant db url cli arg (#384) - TimeEvents from single-write anchor batches don't have a separate root block (#386) +### ⚙️ Miscellaneous Tasks + +- Version v0.24.0 (#389) + ## [0.23.0] - 2024-06-17 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 3df66fb10..0476217be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1025,7 +1025,7 @@ dependencies = [ [[package]] name = "ceramic-api" -version = "0.24.0" +version = "0.25.0" dependencies = [ "anyhow", "async-trait", @@ -1053,7 +1053,7 @@ dependencies = [ [[package]] name = "ceramic-api-server" -version = "0.24.0" +version = "0.25.0" dependencies = [ "async-trait", "chrono", @@ -1081,7 +1081,7 @@ dependencies = [ [[package]] name = "ceramic-core" -version = "0.24.0" +version = "0.25.0" dependencies = [ "anyhow", "base64 0.21.7", @@ -1112,7 +1112,7 @@ dependencies = [ [[package]] name = "ceramic-event" -version = "0.24.0" +version = "0.25.0" dependencies = [ "anyhow", "base64 0.21.7", @@ -1136,7 +1136,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc" -version = "0.24.0" +version = "0.25.0" dependencies = [ "anyhow", "async-stream", @@ -1173,7 +1173,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc-server" -version = "0.24.0" +version = "0.25.0" dependencies = [ "async-trait", "chrono", @@ -1200,7 +1200,7 @@ dependencies = [ [[package]] name = "ceramic-metadata" -version = "0.24.0" +version = "0.25.0" dependencies = [ "built", "project-root", @@ -1209,7 +1209,7 @@ dependencies = [ [[package]] name = "ceramic-metrics" -version = "0.24.0" +version = "0.25.0" dependencies = [ "console-subscriber", "lazy_static", @@ -1230,7 +1230,7 @@ dependencies = [ [[package]] name = "ceramic-one" -version = "0.24.0" +version = "0.25.0" dependencies = [ "anyhow", "async-stream", @@ -1278,7 +1278,7 @@ dependencies = [ [[package]] name = "ceramic-p2p" -version = "0.24.0" +version = "0.25.0" dependencies = [ "ahash 0.8.11", "anyhow", @@ -1317,7 +1317,7 @@ dependencies = [ [[package]] name = "ceramic-service" -version = "0.24.0" +version = "0.25.0" dependencies = [ "anyhow", "async-trait", @@ -1352,7 +1352,7 @@ dependencies = [ [[package]] name = "ceramic-store" -version = "0.24.0" +version = "0.25.0" dependencies = [ "anyhow", "async-trait", @@ -3628,7 +3628,7 @@ dependencies = [ [[package]] name = "iroh-bitswap" -version = "0.24.0" +version = "0.25.0" dependencies = [ "ahash 0.8.11", "anyhow", @@ -3668,7 +3668,7 @@ dependencies = [ [[package]] name = "iroh-car" -version = "0.24.0" +version = "0.25.0" dependencies = [ "cid 0.11.1", "futures", @@ -3684,7 +3684,7 @@ dependencies = [ [[package]] name = "iroh-rpc-client" -version = "0.24.0" +version = "0.25.0" dependencies = [ "anyhow", "async-stream", @@ -3702,7 +3702,7 @@ dependencies = [ [[package]] name = "iroh-rpc-types" -version = "0.24.0" +version = "0.25.0" dependencies = [ "anyhow", "bytes 1.6.0", @@ -3717,7 +3717,7 @@ dependencies = [ [[package]] name = "iroh-util" -version = "0.24.0" +version = "0.25.0" dependencies = [ "cid 0.11.1", "multihash-codetable", @@ -6595,7 +6595,7 @@ dependencies = [ [[package]] name = "recon" -version = "0.24.0" +version = "0.25.0" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 0af748e5f..64858029d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -207,7 +207,7 @@ zeroize = "1.4" [workspace.package] -version = "0.24.0" +version = "0.25.0" edition = "2021" authors = [ "Danny Browning ", diff --git a/api-server/Cargo.toml b/api-server/Cargo.toml index d9b5f048b..c59f9319d 100644 --- a/api-server/Cargo.toml +++ b/api-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceramic-api-server" -version = "0.24.0" +version = "0.25.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 8cb354d8c..1a3a7e92b 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.24.0 -- Build date: 2024-06-18T16:13:40.568723758Z[Etc/UTC] +- API version: 0.25.0 +- Build date: 2024-06-24T14:29:49.667963416Z[Etc/UTC] diff --git a/api-server/api/openapi.yaml b/api-server/api/openapi.yaml index 79e093149..83629bf76 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.24.0 + version: 0.25.0 servers: - url: /ceramic paths: diff --git a/api-server/src/lib.rs b/api-server/src/lib.rs index 6f375256c..3e01c1042 100644 --- a/api-server/src/lib.rs +++ b/api-server/src/lib.rs @@ -20,7 +20,7 @@ use swagger::{ApiError, ContextWrapper}; type ServiceError = Box; pub const BASE_PATH: &str = "/ceramic"; -pub const API_VERSION: &str = "0.24.0"; +pub const API_VERSION: &str = "0.25.0"; #[derive(Debug, PartialEq, Serialize, Deserialize)] #[must_use] diff --git a/api/ceramic.yaml b/api/ceramic.yaml index 1c96670be..3facd003b 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.24.0 + version: 0.25.0 title: Ceramic API #license: # name: Apache 2.0 diff --git a/kubo-rpc-server/Cargo.toml b/kubo-rpc-server/Cargo.toml index 8b8aaaef1..59ab8ef71 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.24.0" +version = "0.25.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 5a7988c8c..b60493cff 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.24.0 -- Build date: 2024-06-18T16:13:42.656962076Z[Etc/UTC] +- API version: 0.25.0 +- Build date: 2024-06-24T14:29:51.796659348Z[Etc/UTC] diff --git a/kubo-rpc-server/api/openapi.yaml b/kubo-rpc-server/api/openapi.yaml index bb7990607..4f3b1552e 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.24.0 + version: 0.25.0 servers: - url: /api/v0 paths: diff --git a/kubo-rpc-server/src/lib.rs b/kubo-rpc-server/src/lib.rs index c34db40f1..8dcb95da1 100644 --- a/kubo-rpc-server/src/lib.rs +++ b/kubo-rpc-server/src/lib.rs @@ -20,7 +20,7 @@ use swagger::{ApiError, ContextWrapper}; type ServiceError = Box; pub const BASE_PATH: &str = "/api/v0"; -pub const API_VERSION: &str = "0.24.0"; +pub const API_VERSION: &str = "0.25.0"; #[derive(Debug, PartialEq, Serialize, Deserialize)] #[must_use] diff --git a/kubo-rpc/kubo-rpc.yaml b/kubo-rpc/kubo-rpc.yaml index cdb8938c0..62657153e 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.24.0 + version: 0.25.0 title: Kubo RPC API license: name: MIT diff --git a/one/Cargo.toml b/one/Cargo.toml index 4dcf899c7..d0402ace3 100644 --- a/one/Cargo.toml +++ b/one/Cargo.toml @@ -58,4 +58,4 @@ tokio-console = ["ceramic-metrics/tokio-console"] [dev-dependencies] expect-test.workspace = true -test-log.workspace = true \ No newline at end of file +test-log.workspace = true