diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce86050..3d7f01e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ All notable changes to this project will be documented in this file. -## [0.47.0] - 2024-12-16 +## [0.47.1] - 2024-12-20 + +### 🐛 Bug Fixes + +- Shutdown ordering tasks with sigint ([#629](https://github.com/ceramicnetwork/rust-ceramic/issues/629)) + +### ⚙️ Miscellaneous Tasks + +- Use explicit os versions ([#634](https://github.com/ceramicnetwork/rust-ceramic/issues/634)) + +## [0.47.0] - 2024-12-18 ### 🚀 Features @@ -12,6 +22,10 @@ All notable changes to this project will be documented in this file. - Use debug for peer dial failures ([#631](https://github.com/ceramicnetwork/rust-ceramic/issues/631)) +### ⚙️ Miscellaneous Tasks + +- Version v0.47.0 ([#633](https://github.com/ceramicnetwork/rust-ceramic/issues/633)) + ## [0.46.0] - 2024-12-09 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 61598ac2..7fee288f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2071,7 +2071,7 @@ dependencies = [ [[package]] name = "ceramic-anchor-remote" -version = "0.47.0" +version = "0.47.1" dependencies = [ "anyhow", "async-trait", @@ -2096,7 +2096,7 @@ dependencies = [ [[package]] name = "ceramic-anchor-service" -version = "0.47.0" +version = "0.47.1" dependencies = [ "anyhow", "async-trait", @@ -2120,7 +2120,7 @@ dependencies = [ [[package]] name = "ceramic-api" -version = "0.47.0" +version = "0.47.1" dependencies = [ "anyhow", "async-trait", @@ -2153,7 +2153,7 @@ dependencies = [ [[package]] name = "ceramic-api-server" -version = "0.47.0" +version = "0.47.1" dependencies = [ "async-trait", "chrono", @@ -2181,7 +2181,7 @@ dependencies = [ [[package]] name = "ceramic-arrow-test" -version = "0.47.0" +version = "0.47.1" dependencies = [ "ceramic-pipeline", "datafusion", @@ -2189,7 +2189,7 @@ dependencies = [ [[package]] name = "ceramic-car" -version = "0.47.0" +version = "0.47.1" dependencies = [ "cid 0.11.1", "futures", @@ -2205,7 +2205,7 @@ dependencies = [ [[package]] name = "ceramic-core" -version = "0.47.0" +version = "0.47.1" dependencies = [ "anyhow", "base64 0.21.7", @@ -2241,7 +2241,7 @@ dependencies = [ [[package]] name = "ceramic-event" -version = "0.47.0" +version = "0.47.1" dependencies = [ "anyhow", "base64 0.21.7", @@ -2267,7 +2267,7 @@ dependencies = [ [[package]] name = "ceramic-event-svc" -version = "0.47.0" +version = "0.47.1" dependencies = [ "anyhow", "async-trait", @@ -2313,7 +2313,7 @@ dependencies = [ [[package]] name = "ceramic-flight" -version = "0.47.0" +version = "0.47.1" dependencies = [ "anyhow", "arrow", @@ -2339,7 +2339,7 @@ dependencies = [ [[package]] name = "ceramic-interest-svc" -version = "0.47.0" +version = "0.47.1" dependencies = [ "anyhow", "async-trait", @@ -2371,7 +2371,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc" -version = "0.47.0" +version = "0.47.1" dependencies = [ "anyhow", "async-stream", @@ -2408,7 +2408,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc-server" -version = "0.47.0" +version = "0.47.1" dependencies = [ "async-trait", "chrono", @@ -2435,7 +2435,7 @@ dependencies = [ [[package]] name = "ceramic-metadata" -version = "0.47.0" +version = "0.47.1" dependencies = [ "built", "project-root", @@ -2444,7 +2444,7 @@ dependencies = [ [[package]] name = "ceramic-metrics" -version = "0.47.0" +version = "0.47.1" dependencies = [ "console-subscriber", "lazy_static", @@ -2465,7 +2465,7 @@ dependencies = [ [[package]] name = "ceramic-one" -version = "0.47.0" +version = "0.47.1" dependencies = [ "anyhow", "arrow-cast", @@ -2526,7 +2526,7 @@ dependencies = [ [[package]] name = "ceramic-p2p" -version = "0.47.0" +version = "0.47.1" dependencies = [ "ahash 0.8.11", "anyhow", @@ -2568,7 +2568,7 @@ dependencies = [ [[package]] name = "ceramic-peer-svc" -version = "0.47.0" +version = "0.47.1" dependencies = [ "anyhow", "async-trait", @@ -2600,7 +2600,7 @@ dependencies = [ [[package]] name = "ceramic-pipeline" -version = "0.47.0" +version = "0.47.1" dependencies = [ "anyhow", "arrow", @@ -2631,7 +2631,7 @@ dependencies = [ [[package]] name = "ceramic-sql" -version = "0.47.0" +version = "0.47.1" dependencies = [ "anyhow", "sqlx", @@ -2640,7 +2640,7 @@ dependencies = [ [[package]] name = "ceramic-validation" -version = "0.47.0" +version = "0.47.1" dependencies = [ "alloy", "anyhow", @@ -5769,7 +5769,7 @@ dependencies = [ [[package]] name = "iroh-bitswap" -version = "0.47.0" +version = "0.47.1" dependencies = [ "ahash 0.8.11", "anyhow", @@ -5809,7 +5809,7 @@ dependencies = [ [[package]] name = "iroh-rpc-client" -version = "0.47.0" +version = "0.47.1" dependencies = [ "anyhow", "async-stream", @@ -5827,7 +5827,7 @@ dependencies = [ [[package]] name = "iroh-rpc-types" -version = "0.47.0" +version = "0.47.1" dependencies = [ "anyhow", "bytes 1.7.2", @@ -5842,7 +5842,7 @@ dependencies = [ [[package]] name = "iroh-util" -version = "0.47.0" +version = "0.47.1" dependencies = [ "cid 0.11.1", "multihash-codetable", @@ -9238,7 +9238,7 @@ dependencies = [ [[package]] name = "recon" -version = "0.47.0" +version = "0.47.1" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 66d0c598..ad15cc6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -244,7 +244,7 @@ zeroize = "1.4" [workspace.package] -version = "0.47.0" +version = "0.47.1" edition = "2021" authors = [ "Danny Browning ", diff --git a/api-server/Cargo.toml b/api-server/Cargo.toml index 94e7af4e..d3174df2 100644 --- a/api-server/Cargo.toml +++ b/api-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceramic-api-server" -version = "0.47.0" +version = "0.47.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 9b9fb2b4..c44c1217 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.47.0 -- Build date: 2024-12-16T19:29:00.140186687Z[Etc/UTC] +- API version: 0.47.1 +- Build date: 2024-12-20T17:47:12.273191620Z[Etc/UTC] diff --git a/api-server/api/openapi.yaml b/api-server/api/openapi.yaml index 473ec24a..e10554a2 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.47.0 + version: 0.47.1 servers: - url: /ceramic paths: diff --git a/api-server/src/lib.rs b/api-server/src/lib.rs index 5e4b9ed8..7b64f783 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.47.0"; +pub const API_VERSION: &str = "0.47.1"; #[derive(Debug, PartialEq, Serialize, Deserialize)] pub enum ConfigNetworkGetResponse { diff --git a/api/ceramic.yaml b/api/ceramic.yaml index 5b566ac3..32562733 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.47.0 + version: 0.47.1 title: Ceramic API #license: # name: Apache 2.0 diff --git a/kubo-rpc-server/Cargo.toml b/kubo-rpc-server/Cargo.toml index 1f655f22..db457301 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.47.0" +version = "0.47.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 9fc2d4a4..0340ee4a 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.47.0 -- Build date: 2024-12-16T19:29:02.485909843Z[Etc/UTC] +- API version: 0.47.1 +- Build date: 2024-12-20T17:47:14.470781269Z[Etc/UTC] diff --git a/kubo-rpc-server/api/openapi.yaml b/kubo-rpc-server/api/openapi.yaml index bad1758f..8382af03 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.47.0 + version: 0.47.1 servers: - url: /api/v0 paths: diff --git a/kubo-rpc-server/src/lib.rs b/kubo-rpc-server/src/lib.rs index ca2370e6..952bda18 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.47.0"; +pub const API_VERSION: &str = "0.47.1"; #[derive(Debug, PartialEq, Serialize, Deserialize)] #[must_use] diff --git a/kubo-rpc/kubo-rpc.yaml b/kubo-rpc/kubo-rpc.yaml index cb9216e9..d84c93be 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.47.0 + version: 0.47.1 title: Kubo RPC API license: name: MIT