diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d1b157c..d784db4c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,27 @@ All notable changes to this project will be documented in this file. -## [0.28.1] - 2024-07-14 +## [0.29.0] - 2024-07-22 + +### 🚀 Features + +- Support cors via cli flag (#425) +- Workflow update deb repo (#437) +- Add option for external swarm addresses (#439) + +### 🐛 Bug Fixes + +- Add context to p2p key dir errors (#438) + +### 📚 Documentation + +- Adds UPGRADE.md docs (#402) + +### ⚙️ Miscellaneous Tasks + +- Add CODEOWNERS file (#443) + +## [0.28.1] - 2024-07-15 ### 🚀 Features @@ -12,6 +32,7 @@ All notable changes to this project will be documented in this file. - Release archive with linux binary (#422) - Update selector for post-deployment tests (#435) +- Version v0.28.1 (#436) ## [0.28.0] - 2024-07-12 diff --git a/Cargo.lock b/Cargo.lock index 856eba068..f2e195d36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1025,7 +1025,7 @@ dependencies = [ [[package]] name = "ceramic-api" -version = "0.28.1" +version = "0.29.0" dependencies = [ "anyhow", "async-trait", @@ -1053,7 +1053,7 @@ dependencies = [ [[package]] name = "ceramic-api-server" -version = "0.28.1" +version = "0.29.0" dependencies = [ "async-trait", "chrono", @@ -1081,7 +1081,7 @@ dependencies = [ [[package]] name = "ceramic-core" -version = "0.28.1" +version = "0.29.0" dependencies = [ "anyhow", "base64 0.21.7", @@ -1112,7 +1112,7 @@ dependencies = [ [[package]] name = "ceramic-event" -version = "0.28.1" +version = "0.29.0" dependencies = [ "anyhow", "base64 0.21.7", @@ -1136,7 +1136,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc" -version = "0.28.1" +version = "0.29.0" dependencies = [ "anyhow", "async-stream", @@ -1173,7 +1173,7 @@ dependencies = [ [[package]] name = "ceramic-kubo-rpc-server" -version = "0.28.1" +version = "0.29.0" dependencies = [ "async-trait", "chrono", @@ -1200,7 +1200,7 @@ dependencies = [ [[package]] name = "ceramic-metadata" -version = "0.28.1" +version = "0.29.0" dependencies = [ "built", "project-root", @@ -1209,7 +1209,7 @@ dependencies = [ [[package]] name = "ceramic-metrics" -version = "0.28.1" +version = "0.29.0" dependencies = [ "console-subscriber", "lazy_static", @@ -1230,7 +1230,7 @@ dependencies = [ [[package]] name = "ceramic-one" -version = "0.28.1" +version = "0.29.0" dependencies = [ "anyhow", "async-stream", @@ -1277,7 +1277,7 @@ dependencies = [ [[package]] name = "ceramic-p2p" -version = "0.28.1" +version = "0.29.0" dependencies = [ "ahash 0.8.11", "anyhow", @@ -1316,7 +1316,7 @@ dependencies = [ [[package]] name = "ceramic-service" -version = "0.28.1" +version = "0.29.0" dependencies = [ "anyhow", "async-trait", @@ -1351,7 +1351,7 @@ dependencies = [ [[package]] name = "ceramic-store" -version = "0.28.1" +version = "0.29.0" dependencies = [ "anyhow", "async-trait", @@ -3627,7 +3627,7 @@ dependencies = [ [[package]] name = "iroh-bitswap" -version = "0.28.1" +version = "0.29.0" dependencies = [ "ahash 0.8.11", "anyhow", @@ -3667,7 +3667,7 @@ dependencies = [ [[package]] name = "iroh-car" -version = "0.28.1" +version = "0.29.0" dependencies = [ "cid 0.11.1", "futures", @@ -3683,7 +3683,7 @@ dependencies = [ [[package]] name = "iroh-rpc-client" -version = "0.28.1" +version = "0.29.0" dependencies = [ "anyhow", "async-stream", @@ -3701,7 +3701,7 @@ dependencies = [ [[package]] name = "iroh-rpc-types" -version = "0.28.1" +version = "0.29.0" dependencies = [ "anyhow", "bytes 1.6.0", @@ -3716,7 +3716,7 @@ dependencies = [ [[package]] name = "iroh-util" -version = "0.28.1" +version = "0.29.0" dependencies = [ "cid 0.11.1", "multihash-codetable", @@ -6594,7 +6594,7 @@ dependencies = [ [[package]] name = "recon" -version = "0.28.1" +version = "0.29.0" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index e5b93ecbb..c7db66a5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -207,7 +207,7 @@ zeroize = "1.4" [workspace.package] -version = "0.28.1" +version = "0.29.0" edition = "2021" authors = [ "Danny Browning ", diff --git a/api-server/Cargo.toml b/api-server/Cargo.toml index ac13de40e..1dc552c02 100644 --- a/api-server/Cargo.toml +++ b/api-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceramic-api-server" -version = "0.28.1" +version = "0.29.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 3d00ff130..83e04d029 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.28.1 -- Build date: 2024-07-15T07:42:36.368308-07:00[America/Los_Angeles] +- API version: 0.29.0 +- Build date: 2024-07-22T20:00:53.129668076Z[Etc/UTC] diff --git a/api-server/api/openapi.yaml b/api-server/api/openapi.yaml index edf01dfd3..85a32b9ed 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.28.1 + version: 0.29.0 servers: - url: /ceramic paths: diff --git a/api-server/src/lib.rs b/api-server/src/lib.rs index bb6045499..32cdd7e5a 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.28.1"; +pub const API_VERSION: &str = "0.29.0"; #[derive(Debug, PartialEq, Serialize, Deserialize)] #[must_use] diff --git a/api/ceramic.yaml b/api/ceramic.yaml index 888c8a2f7..9f2e8c28e 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.28.1 + version: 0.29.0 title: Ceramic API #license: # name: Apache 2.0 diff --git a/kubo-rpc-server/Cargo.toml b/kubo-rpc-server/Cargo.toml index f64b32153..712e48faa 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.28.1" +version = "0.29.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 069107390..3a172bb37 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.28.1 -- Build date: 2024-07-14T19:10:53.878563503Z[Etc/UTC] +- API version: 0.29.0 +- Build date: 2024-07-22T20:00:55.293650347Z[Etc/UTC] diff --git a/kubo-rpc-server/api/openapi.yaml b/kubo-rpc-server/api/openapi.yaml index 5b62b399e..abc11966d 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.28.1 + version: 0.29.0 servers: - url: /api/v0 paths: diff --git a/kubo-rpc-server/src/lib.rs b/kubo-rpc-server/src/lib.rs index dff6e7c43..b225a69be 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.28.1"; +pub const API_VERSION: &str = "0.29.0"; #[derive(Debug, PartialEq, Serialize, Deserialize)] #[must_use] diff --git a/kubo-rpc/kubo-rpc.yaml b/kubo-rpc/kubo-rpc.yaml index 94514661d..b6d0fca6d 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.28.1 + version: 0.29.0 title: Kubo RPC API license: name: MIT