From 472356ec06501d5dac7d5959ee7ebf62de943ed6 Mon Sep 17 00:00:00 2001 From: Github Automation Date: Tue, 2 Jul 2024 00:47:16 +0000 Subject: [PATCH] chore: version v0.26.0 --- 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 +- 13 files changed, 54 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4efda05cf..deabc2250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. +## [0.26.0] - 2024-07-02 + +### πŸ› Bug Fixes + +- IOD long streams could remain undelivered (#387) +- Address edge cases in from-ipfs time events (#395) +- Make sure the store directory exists and create it if needed (#401) +- Default missing sep to model (#404) +- Update correctness test selector (#406) +- Use event service rather than store to enforce deliverability/or… (#403) +- Homebrew support (#412) +- Update homebrew workflow (#413) + +### 🚜 Refactor + +- Use an Iterator for insert_many and other clean up (#399) + +### βš™οΈ Miscellaneous Tasks + +- Mzk/readme installation (#397) +- Homebrew support (#407) + ## [0.25.0] - 2024-06-24 ### πŸš€ Features @@ -20,6 +42,7 @@ All notable changes to this project will be documented in this file. - Replace tracing_test with test-log and don't init tracing manually (#391) - Rename prometheus registry and metrics for better consistency (#373) +- Version v0.25.0 (#396) ## [0.24.0] - 2024-06-18 diff --git a/Cargo.lock b/Cargo.lock index 0476217be..997ba66ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1025,7 +1025,7 @@ dependencies = [ [[package]] name = "ceramic-api" -version = "0.25.0" +version = "0.26.0" dependencies = [ "anyhow", "async-trait", @@ -1053,7 +1053,7 @@ dependencies = [ [[package]] name = "ceramic-api-server" -version = "0.25.0" +version = "0.26.0" dependencies = [ "async-trait", "chrono", @@ -1081,7 +1081,7 @@ dependencies = [ [[package]] name = "ceramic-core" -version = "0.25.0" +version = "0.26.0" dependencies = [ "anyhow", "base64 0.21.7", @@ -1112,7 +1112,7 @@ dependencies = [ [[package]] name = "ceramic-event" -version = "0.25.0" +version = "0.26.0" dependencies = [ "anyhow", "base64 0.21.7", @@ -1136,7 +1136,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc" -version = "0.25.0" +version = "0.26.0" dependencies = [ "anyhow", "async-stream", @@ -1173,7 +1173,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc-server" -version = "0.25.0" +version = "0.26.0" dependencies = [ "async-trait", "chrono", @@ -1200,7 +1200,7 @@ dependencies = [ [[package]] name = "ceramic-metadata" -version = "0.25.0" +version = "0.26.0" dependencies = [ "built", "project-root", @@ -1209,7 +1209,7 @@ dependencies = [ [[package]] name = "ceramic-metrics" -version = "0.25.0" +version = "0.26.0" dependencies = [ "console-subscriber", "lazy_static", @@ -1230,7 +1230,7 @@ dependencies = [ [[package]] name = "ceramic-one" -version = "0.25.0" +version = "0.26.0" dependencies = [ "anyhow", "async-stream", @@ -1278,7 +1278,7 @@ dependencies = [ [[package]] name = "ceramic-p2p" -version = "0.25.0" +version = "0.26.0" dependencies = [ "ahash 0.8.11", "anyhow", @@ -1317,7 +1317,7 @@ dependencies = [ [[package]] name = "ceramic-service" -version = "0.25.0" +version = "0.26.0" dependencies = [ "anyhow", "async-trait", @@ -1352,7 +1352,7 @@ dependencies = [ [[package]] name = "ceramic-store" -version = "0.25.0" +version = "0.26.0" dependencies = [ "anyhow", "async-trait", @@ -3628,7 +3628,7 @@ dependencies = [ [[package]] name = "iroh-bitswap" -version = "0.25.0" +version = "0.26.0" dependencies = [ "ahash 0.8.11", "anyhow", @@ -3668,7 +3668,7 @@ dependencies = [ [[package]] name = "iroh-car" -version = "0.25.0" +version = "0.26.0" dependencies = [ "cid 0.11.1", "futures", @@ -3684,7 +3684,7 @@ dependencies = [ [[package]] name = "iroh-rpc-client" -version = "0.25.0" +version = "0.26.0" dependencies = [ "anyhow", "async-stream", @@ -3702,7 +3702,7 @@ dependencies = [ [[package]] name = "iroh-rpc-types" -version = "0.25.0" +version = "0.26.0" dependencies = [ "anyhow", "bytes 1.6.0", @@ -3717,7 +3717,7 @@ dependencies = [ [[package]] name = "iroh-util" -version = "0.25.0" +version = "0.26.0" dependencies = [ "cid 0.11.1", "multihash-codetable", @@ -6595,7 +6595,7 @@ dependencies = [ [[package]] name = "recon" -version = "0.25.0" +version = "0.26.0" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 64858029d..719826f65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -207,7 +207,7 @@ zeroize = "1.4" [workspace.package] -version = "0.25.0" +version = "0.26.0" edition = "2021" authors = [ "Danny Browning ", diff --git a/api-server/Cargo.toml b/api-server/Cargo.toml index c59f9319d..24fa00a6c 100644 --- a/api-server/Cargo.toml +++ b/api-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceramic-api-server" -version = "0.25.0" +version = "0.26.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 1a3a7e92b..8c78fdc29 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.25.0 -- Build date: 2024-06-24T14:29:49.667963416Z[Etc/UTC] +- API version: 0.26.0 +- Build date: 2024-07-02T00:47:11.475988370Z[Etc/UTC] diff --git a/api-server/api/openapi.yaml b/api-server/api/openapi.yaml index 83629bf76..261bd33b4 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.25.0 + version: 0.26.0 servers: - url: /ceramic paths: diff --git a/api-server/src/lib.rs b/api-server/src/lib.rs index 3e01c1042..6046ddd03 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.25.0"; +pub const API_VERSION: &str = "0.26.0"; #[derive(Debug, PartialEq, Serialize, Deserialize)] #[must_use] diff --git a/api/ceramic.yaml b/api/ceramic.yaml index 3facd003b..c70b57c50 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.25.0 + version: 0.26.0 title: Ceramic API #license: # name: Apache 2.0 diff --git a/kubo-rpc-server/Cargo.toml b/kubo-rpc-server/Cargo.toml index 59ab8ef71..809be9cff 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.25.0" +version = "0.26.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 b60493cff..b5f43f46a 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.25.0 -- Build date: 2024-06-24T14:29:51.796659348Z[Etc/UTC] +- API version: 0.26.0 +- Build date: 2024-07-02T00:47:13.565686434Z[Etc/UTC] diff --git a/kubo-rpc-server/api/openapi.yaml b/kubo-rpc-server/api/openapi.yaml index 4f3b1552e..7757ef84c 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.25.0 + version: 0.26.0 servers: - url: /api/v0 paths: diff --git a/kubo-rpc-server/src/lib.rs b/kubo-rpc-server/src/lib.rs index 8dcb95da1..b23a0dbec 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.25.0"; +pub const API_VERSION: &str = "0.26.0"; #[derive(Debug, PartialEq, Serialize, Deserialize)] #[must_use] diff --git a/kubo-rpc/kubo-rpc.yaml b/kubo-rpc/kubo-rpc.yaml index 62657153e..06d070954 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.25.0 + version: 0.26.0 title: Kubo RPC API license: name: MIT