diff --git a/CHANGELOG.md b/CHANGELOG.md index 86664243..a94d0db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.42.0] - 2024-11-07 + +### 🚀 Features + +- Expose all tables via flight sql (#571) + +### ⚙️ Miscellaneous Tasks + +- Use larger github runner for image builds (#577) + ## [0.41.1] - 2024-11-06 ### 🐛 Bug Fixes @@ -9,6 +19,10 @@ All notable changes to this project will be documented in this file. - Remove superflous $ in cacao model auth check (#573) - Make error message match the js-ceramic version (#574) +### ⚙️ Miscellaneous Tasks + +- Version v0.41.1 (#575) + ## [0.41.0] - 2024-11-04 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index ce30677a..5b6bca73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2071,7 +2071,7 @@ dependencies = [ [[package]] name = "ceramic-anchor-remote" -version = "0.41.1" +version = "0.42.0" dependencies = [ "anyhow", "async-trait", @@ -2097,7 +2097,7 @@ dependencies = [ [[package]] name = "ceramic-anchor-service" -version = "0.41.1" +version = "0.42.0" dependencies = [ "anyhow", "async-trait", @@ -2121,7 +2121,7 @@ dependencies = [ [[package]] name = "ceramic-api" -version = "0.41.1" +version = "0.42.0" dependencies = [ "anyhow", "async-trait", @@ -2149,7 +2149,7 @@ dependencies = [ [[package]] name = "ceramic-api-server" -version = "0.41.1" +version = "0.42.0" dependencies = [ "async-trait", "chrono", @@ -2177,7 +2177,7 @@ dependencies = [ [[package]] name = "ceramic-arrow-test" -version = "0.41.1" +version = "0.42.0" dependencies = [ "ceramic-pipeline", "datafusion", @@ -2185,7 +2185,7 @@ dependencies = [ [[package]] name = "ceramic-car" -version = "0.41.1" +version = "0.42.0" dependencies = [ "cid 0.11.1", "futures", @@ -2201,7 +2201,7 @@ dependencies = [ [[package]] name = "ceramic-core" -version = "0.41.1" +version = "0.42.0" dependencies = [ "anyhow", "base64 0.21.7", @@ -2236,7 +2236,7 @@ dependencies = [ [[package]] name = "ceramic-event" -version = "0.41.1" +version = "0.42.0" dependencies = [ "anyhow", "base64 0.21.7", @@ -2262,7 +2262,7 @@ dependencies = [ [[package]] name = "ceramic-event-svc" -version = "0.41.1" +version = "0.42.0" dependencies = [ "anyhow", "async-trait", @@ -2308,7 +2308,7 @@ dependencies = [ [[package]] name = "ceramic-flight" -version = "0.41.1" +version = "0.42.0" dependencies = [ "anyhow", "arrow", @@ -2334,7 +2334,7 @@ dependencies = [ [[package]] name = "ceramic-interest-svc" -version = "0.41.1" +version = "0.42.0" dependencies = [ "anyhow", "async-trait", @@ -2366,7 +2366,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc" -version = "0.41.1" +version = "0.42.0" dependencies = [ "anyhow", "async-stream", @@ -2403,7 +2403,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc-server" -version = "0.41.1" +version = "0.42.0" dependencies = [ "async-trait", "chrono", @@ -2430,7 +2430,7 @@ dependencies = [ [[package]] name = "ceramic-metadata" -version = "0.41.1" +version = "0.42.0" dependencies = [ "built", "project-root", @@ -2439,7 +2439,7 @@ dependencies = [ [[package]] name = "ceramic-metrics" -version = "0.41.1" +version = "0.42.0" dependencies = [ "console-subscriber", "lazy_static", @@ -2460,7 +2460,7 @@ dependencies = [ [[package]] name = "ceramic-one" -version = "0.41.1" +version = "0.42.0" dependencies = [ "anyhow", "arrow-cast", @@ -2519,7 +2519,7 @@ dependencies = [ [[package]] name = "ceramic-p2p" -version = "0.41.1" +version = "0.42.0" dependencies = [ "ahash 0.8.11", "anyhow", @@ -2558,7 +2558,7 @@ dependencies = [ [[package]] name = "ceramic-pipeline" -version = "0.41.1" +version = "0.42.0" dependencies = [ "anyhow", "arrow", @@ -2587,7 +2587,7 @@ dependencies = [ [[package]] name = "ceramic-sql" -version = "0.41.1" +version = "0.42.0" dependencies = [ "anyhow", "sqlx", @@ -2596,7 +2596,7 @@ dependencies = [ [[package]] name = "ceramic-validation" -version = "0.41.1" +version = "0.42.0" dependencies = [ "alloy", "anyhow", @@ -5703,7 +5703,7 @@ dependencies = [ [[package]] name = "iroh-bitswap" -version = "0.41.1" +version = "0.42.0" dependencies = [ "ahash 0.8.11", "anyhow", @@ -5743,7 +5743,7 @@ dependencies = [ [[package]] name = "iroh-rpc-client" -version = "0.41.1" +version = "0.42.0" dependencies = [ "anyhow", "async-stream", @@ -5761,7 +5761,7 @@ dependencies = [ [[package]] name = "iroh-rpc-types" -version = "0.41.1" +version = "0.42.0" dependencies = [ "anyhow", "bytes 1.7.2", @@ -5776,7 +5776,7 @@ dependencies = [ [[package]] name = "iroh-util" -version = "0.41.1" +version = "0.42.0" dependencies = [ "cid 0.11.1", "multihash-codetable", @@ -9172,7 +9172,7 @@ dependencies = [ [[package]] name = "recon" -version = "0.41.1" +version = "0.42.0" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 65731740..69d8d959 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -238,7 +238,7 @@ zeroize = "1.4" [workspace.package] -version = "0.41.1" +version = "0.42.0" edition = "2021" authors = [ "Danny Browning ", diff --git a/api-server/Cargo.toml b/api-server/Cargo.toml index fc2e699f..7c82346d 100644 --- a/api-server/Cargo.toml +++ b/api-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceramic-api-server" -version = "0.41.1" +version = "0.42.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 414e3581..8c0dfe6e 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.41.1 -- Build date: 2024-11-06T15:14:15.862840467Z[Etc/UTC] +- API version: 0.42.0 +- Build date: 2024-11-07T16:43:42.453768719Z[Etc/UTC] diff --git a/api-server/api/openapi.yaml b/api-server/api/openapi.yaml index 0df6c77c..12de15c9 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.41.1 + version: 0.42.0 servers: - url: /ceramic paths: diff --git a/api-server/src/lib.rs b/api-server/src/lib.rs index 9871f10a..fe88c873 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.41.1"; +pub const API_VERSION: &str = "0.42.0"; #[derive(Debug, PartialEq, Serialize, Deserialize)] pub enum ConfigNetworkGetResponse { diff --git a/api/ceramic.yaml b/api/ceramic.yaml index b998d383..33298acc 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.41.1 + version: 0.42.0 title: Ceramic API #license: # name: Apache 2.0 diff --git a/kubo-rpc-server/Cargo.toml b/kubo-rpc-server/Cargo.toml index 5abc487f..b65e115e 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.41.1" +version = "0.42.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 a4763cc9..9312b41e 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.41.1 -- Build date: 2024-11-06T15:14:18.059552490Z[Etc/UTC] +- API version: 0.42.0 +- Build date: 2024-11-07T16:43:44.784496824Z[Etc/UTC] diff --git a/kubo-rpc-server/api/openapi.yaml b/kubo-rpc-server/api/openapi.yaml index 964e7c00..1b903aac 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.41.1 + version: 0.42.0 servers: - url: /api/v0 paths: diff --git a/kubo-rpc-server/src/lib.rs b/kubo-rpc-server/src/lib.rs index b71e4e91..f55b828c 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.41.1"; +pub const API_VERSION: &str = "0.42.0"; #[derive(Debug, PartialEq, Serialize, Deserialize)] #[must_use] diff --git a/kubo-rpc/kubo-rpc.yaml b/kubo-rpc/kubo-rpc.yaml index e7d87e1f..f4c6a52e 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.41.1 + version: 0.42.0 title: Kubo RPC API license: name: MIT