From 2a1c8283ade8a3822af53d1f6e78e2e23ef4f1cb Mon Sep 17 00:00:00 2001 From: ockam-team Date: Wed, 3 Jul 2024 12:45:46 +0000 Subject: [PATCH] ci: crate release 03-07-2024 --- Cargo.lock | 30 +++++++++---------- implementations/rust/ockam/ockam/CHANGELOG.md | 6 ++++ implementations/rust/ockam/ockam/Cargo.toml | 18 +++++------ implementations/rust/ockam/ockam/README.md | 2 +- .../rust/ockam/ockam_abac/CHANGELOG.md | 10 +++++++ .../rust/ockam/ockam_abac/Cargo.toml | 6 ++-- .../rust/ockam/ockam_abac/README.md | 2 +- .../rust/ockam/ockam_api/CHANGELOG.md | 11 +++++++ .../rust/ockam/ockam_api/Cargo.toml | 14 ++++----- .../rust/ockam/ockam_api/README.md | 2 +- .../rust/ockam/ockam_app_lib/CHANGELOG.md | 10 +++++++ .../rust/ockam/ockam_app_lib/Cargo.toml | 6 ++-- .../rust/ockam/ockam_app_lib/README.md | 2 +- .../rust/ockam/ockam_command/CHANGELOG.md | 10 +++++++ .../rust/ockam/ockam_command/Cargo.toml | 12 ++++---- .../rust/ockam/ockam_command/README.md | 2 +- .../rust/ockam/ockam_identity/CHANGELOG.md | 10 +++++++ .../rust/ockam/ockam_identity/Cargo.toml | 8 ++--- .../rust/ockam/ockam_identity/README.md | 2 +- .../rust/ockam/ockam_node/CHANGELOG.md | 10 +++++++ .../rust/ockam/ockam_node/Cargo.toml | 4 +-- .../rust/ockam/ockam_node/README.md | 2 +- .../ockam/ockam_transport_ble/CHANGELOG.md | 7 +++++ .../rust/ockam/ockam_transport_ble/Cargo.toml | 10 +++---- .../rust/ockam/ockam_transport_ble/README.md | 2 +- .../ockam/ockam_transport_core/CHANGELOG.md | 7 +++++ .../ockam/ockam_transport_core/Cargo.toml | 2 +- .../rust/ockam/ockam_transport_core/README.md | 2 +- .../ockam/ockam_transport_tcp/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_transport_tcp/Cargo.toml | 6 ++-- .../rust/ockam/ockam_transport_tcp/README.md | 2 +- .../ockam/ockam_transport_udp/CHANGELOG.md | 7 +++++ .../rust/ockam/ockam_transport_udp/Cargo.toml | 8 ++--- .../rust/ockam/ockam_transport_udp/README.md | 2 +- .../ockam/ockam_transport_uds/CHANGELOG.md | 7 +++++ .../rust/ockam/ockam_transport_uds/Cargo.toml | 6 ++-- .../rust/ockam/ockam_transport_uds/README.md | 2 +- .../ockam_transport_websocket/CHANGELOG.md | 7 +++++ .../ockam_transport_websocket/Cargo.toml | 6 ++-- .../ockam/ockam_transport_websocket/README.md | 2 +- .../rust/ockam/ockam_vault/CHANGELOG.md | 10 +++++++ .../rust/ockam/ockam_vault/Cargo.toml | 4 +-- .../rust/ockam/ockam_vault/README.md | 2 +- .../rust/ockam/ockam_vault_aws/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_vault_aws/Cargo.toml | 6 ++-- .../rust/ockam/ockam_vault_aws/README.md | 2 +- 46 files changed, 212 insertions(+), 88 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0204f70d220..b2d4d586bea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4484,7 +4484,7 @@ dependencies = [ [[package]] name = "ockam" -version = "0.128.0" +version = "0.129.0" dependencies = [ "hex", "ockam_abac", @@ -4506,7 +4506,7 @@ dependencies = [ [[package]] name = "ockam_abac" -version = "0.61.0" +version = "0.62.0" dependencies = [ "cfg-if", "either", @@ -4535,7 +4535,7 @@ dependencies = [ [[package]] name = "ockam_api" -version = "0.71.0" +version = "0.72.0" dependencies = [ "base64-url", "bytes 1.6.0", @@ -4625,7 +4625,7 @@ dependencies = [ [[package]] name = "ockam_app_lib" -version = "0.128.0" +version = "0.129.0" dependencies = [ "cbindgen", "duct", @@ -4647,7 +4647,7 @@ dependencies = [ [[package]] name = "ockam_command" -version = "0.128.0" +version = "0.129.0" dependencies = [ "arboard", "assert_cmd", @@ -4755,7 +4755,7 @@ dependencies = [ [[package]] name = "ockam_identity" -version = "0.115.0" +version = "0.116.0" dependencies = [ "async-trait", "cfg-if", @@ -4815,7 +4815,7 @@ dependencies = [ [[package]] name = "ockam_node" -version = "0.120.0" +version = "0.121.0" dependencies = [ "cfg-if", "fs2", @@ -4864,7 +4864,7 @@ dependencies = [ [[package]] name = "ockam_transport_ble" -version = "0.82.0" +version = "0.83.0" dependencies = [ "atsame54_xpro", "bluenrg", @@ -4892,7 +4892,7 @@ dependencies = [ [[package]] name = "ockam_transport_core" -version = "0.85.0" +version = "0.86.0" dependencies = [ "minicbor", "ockam_core", @@ -4901,7 +4901,7 @@ dependencies = [ [[package]] name = "ockam_transport_tcp" -version = "0.118.0" +version = "0.119.0" dependencies = [ "cfg-if", "minicbor", @@ -4921,7 +4921,7 @@ dependencies = [ [[package]] name = "ockam_transport_udp" -version = "0.62.0" +version = "0.63.0" dependencies = [ "bytes 1.6.0", "futures-util", @@ -4939,7 +4939,7 @@ dependencies = [ [[package]] name = "ockam_transport_uds" -version = "0.47.0" +version = "0.48.0" dependencies = [ "ockam_core", "ockam_macros", @@ -4953,7 +4953,7 @@ dependencies = [ [[package]] name = "ockam_transport_websocket" -version = "0.109.0" +version = "0.110.0" dependencies = [ "futures-util", "ockam_core", @@ -4968,7 +4968,7 @@ dependencies = [ [[package]] name = "ockam_vault" -version = "0.113.0" +version = "0.114.0" dependencies = [ "aes-gcm", "arrayref", @@ -5000,7 +5000,7 @@ dependencies = [ [[package]] name = "ockam_vault_aws" -version = "0.39.0" +version = "0.40.0" dependencies = [ "aws-config", "aws-sdk-kms", diff --git a/implementations/rust/ockam/ockam/CHANGELOG.md b/implementations/rust/ockam/ockam/CHANGELOG.md index d58c1ed0daf..61e6e7db581 100644 --- a/implementations/rust/ockam/ockam/CHANGELOG.md +++ b/implementations/rust/ockam/ockam/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.129.0 - 2024-07-03 + +### Added + +- Updated dependencies + ## 0.128.0 - 2024-07-01 ### Added diff --git a/implementations/rust/ockam/ockam/Cargo.toml b/implementations/rust/ockam/ockam/Cargo.toml index f8f2e719d22..3352b175fc7 100644 --- a/implementations/rust/ockam/ockam/Cargo.toml +++ b/implementations/rust/ockam/ockam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam" -version = "0.128.0" +version = "0.129.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -89,21 +89,21 @@ path = "tests/main.rs" [dependencies] hex = { version = "0.4", default-features = false } -ockam_abac = { path = "../ockam_abac", version = "^0.61.0", default-features = false, optional = true } +ockam_abac = { path = "../ockam_abac", version = "^0.62.0", default-features = false, optional = true } ockam_core = { path = "../ockam_core", version = "^0.112.0", default-features = false } -ockam_identity = { path = "../ockam_identity", version = "^0.115.0", default-features = false } +ockam_identity = { path = "../ockam_identity", version = "^0.116.0", default-features = false } ockam_macros = { path = "../ockam_macros", version = "^0.34.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.120.0", default-features = false } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.85.0", default-features = false } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.118.0", default-features = false, optional = true } -ockam_transport_udp = { path = "../ockam_transport_udp", version = "^0.62.0", default-features = false, optional = true } -ockam_vault = { path = "../ockam_vault", version = "^0.113.0", default-features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.121.0", default-features = false } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.86.0", default-features = false } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.119.0", default-features = false, optional = true } +ockam_transport_udp = { path = "../ockam_transport_udp", version = "^0.63.0", default-features = false, optional = true } +ockam_vault = { path = "../ockam_vault", version = "^0.114.0", default-features = false, optional = true } rand = { version = "0.8", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } tracing = { version = "0.1", default-features = false } [dev-dependencies] -ockam_vault = { path = "../ockam_vault", version = "^0.113.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.114.0" } rand_xorshift = "0.3" serde_json = "1.0" trybuild = { version = "1.0", features = ["diff"] } diff --git a/implementations/rust/ockam/ockam/README.md b/implementations/rust/ockam/ockam/README.md index 28247bb6342..06b4c9823e1 100644 --- a/implementations/rust/ockam/ockam/README.md +++ b/implementations/rust/ockam/ockam/README.md @@ -49,7 +49,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam = "0.128.0" +ockam = "0.129.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_abac/CHANGELOG.md b/implementations/rust/ockam/ockam_abac/CHANGELOG.md index 80a74c9c256..0b0269d3cbe 100644 --- a/implementations/rust/ockam/ockam_abac/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_abac/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.62.0 - 2024-07-03 + +### Added + +- Updated dependencies + +### Changed + +- Use a published dependency for the patched sqlx library + ## 0.61.0 - 2024-07-01 ### Added diff --git a/implementations/rust/ockam/ockam_abac/Cargo.toml b/implementations/rust/ockam/ockam_abac/Cargo.toml index 6611fcc2c78..cb077884a02 100644 --- a/implementations/rust/ockam/ockam_abac/Cargo.toml +++ b/implementations/rust/ockam/ockam_abac/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_abac" -version = "0.61.0" +version = "0.62.0" authors = ["Ockam Developers"] categories = ["cryptography", "authorization"] edition = "2021" @@ -39,8 +39,8 @@ cfg-if = "1.0.0" either = { version = "1.13.0", default-features = false } minicbor = { version = "0.24.1", features = ["derive", "alloc"] } ockam_core = { version = "0.112.0", path = "../ockam_core", default-features = false } -ockam_identity = { version = "0.115.0", path = "../ockam_identity", default-features = false } -ockam_node = { version = "0.120.0", path = "../ockam_node", default-features = false } +ockam_identity = { version = "0.116.0", path = "../ockam_identity", default-features = false } +ockam_node = { version = "0.121.0", path = "../ockam_node", default-features = false } once_cell = { version = "1.19.0", default-features = false, features = ["alloc"] } serde = { version = "1", default-features = false, features = ["derive"] } strum = { version = "0.26.3", default-features = false, features = ["derive"] } diff --git a/implementations/rust/ockam/ockam_abac/README.md b/implementations/rust/ockam/ockam_abac/README.md index a688e918bc3..cad0b823b02 100644 --- a/implementations/rust/ockam/ockam_abac/README.md +++ b/implementations/rust/ockam/ockam_abac/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_abac = "0.61.0" +ockam_abac = "0.62.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_api/CHANGELOG.md b/implementations/rust/ockam/ockam_api/CHANGELOG.md index 078fe6be442..bbd2bab1a73 100644 --- a/implementations/rust/ockam/ockam_api/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_api/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.72.0 - 2024-07-03 + +### Added + +- Updated dependencies + +### Changed + +- Use a published dependency for the patched sqlx library +- Improve output of `project enroll` and `credential` commands + ## 0.71.0 - 2024-07-01 ### Added diff --git a/implementations/rust/ockam/ockam_api/Cargo.toml b/implementations/rust/ockam/ockam_api/Cargo.toml index 16bb70d3c32..72e3cf1c447 100644 --- a/implementations/rust/ockam/ockam_api/Cargo.toml +++ b/implementations/rust/ockam/ockam_api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_api" -version = "0.71.0" +version = "0.72.0" authors = ["Ockam Developers"] edition = "2021" homepage = "https://github.com/ockam-network/ockam" @@ -93,7 +93,7 @@ tracing-subscriber = { version = "0.3.18", features = ["json"] } url = "2.5.2" ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.56.0", features = ["cbor", "serde"] } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.118.0", default-features = false, features = ["std"] } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.119.0", default-features = false, features = ["std"] } tonic = "0.11" [dependencies.ockam_core] @@ -103,13 +103,13 @@ default-features = false features = ["no_std", "alloc"] [dependencies.ockam_node] -version = "0.120.0" +version = "0.121.0" path = "../ockam_node" default-features = false features = ["no_std", "alloc"] [dependencies.ockam_vault] -version = "0.113.0" +version = "0.114.0" path = "../ockam_vault" default-features = false # FIXME: ockam_vault's dependency curve25519-dalek has non-additive features which @@ -117,19 +117,19 @@ default-features = false features = ["std", "storage"] [dependencies.ockam_vault_aws] -version = "0.39.0" +version = "0.40.0" path = "../ockam_vault_aws" default-features = false features = ["std"] [dependencies.ockam] -version = "^0.128.0" +version = "^0.129.0" path = "../ockam" default-features = false features = ["std", "ockam_transport_tcp", "ockam_transport_udp", "storage"] [dependencies.ockam_abac] -version = "0.61.0" +version = "0.62.0" path = "../ockam_abac" default-features = false diff --git a/implementations/rust/ockam/ockam_api/README.md b/implementations/rust/ockam/ockam_api/README.md index 15c4a413102..a5a8fdf09b0 100644 --- a/implementations/rust/ockam/ockam_api/README.md +++ b/implementations/rust/ockam/ockam_api/README.md @@ -32,7 +32,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_api = "0.71.0" +ockam_api = "0.72.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md b/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md index 561a8788ed3..4e413dc13be 100644 --- a/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.129.0 - 2024-07-03 + +### Added + +- Updated dependencies + +### Changed + +- Use a published dependency for the patched sqlx library + ## 0.128.0 - 2024-07-01 ### Added diff --git a/implementations/rust/ockam/ockam_app_lib/Cargo.toml b/implementations/rust/ockam/ockam_app_lib/Cargo.toml index 80a1ef3dee6..2e66077a782 100644 --- a/implementations/rust/ockam/ockam_app_lib/Cargo.toml +++ b/implementations/rust/ockam/ockam_app_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_app_lib" -version = "0.128.0" +version = "0.129.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -37,8 +37,8 @@ rust-crypto = ["ockam_api/rust-crypto"] duct = "0.13.7" miette = { version = "7.2.0", features = ["fancy-no-backtrace"] } minicbor = { version = "0.24.1", features = ["alloc", "derive"] } -ockam = { path = "../ockam", version = "^0.128.0", features = ["software_vault"] } -ockam_api = { path = "../ockam_api", version = "0.71.0", default-features = false, features = ["std"] } +ockam = { path = "../ockam", version = "^0.129.0", features = ["software_vault"] } +ockam_api = { path = "../ockam_api", version = "0.72.0", default-features = false, features = ["std"] } ockam_core = { path = "../ockam_core", version = "^0.112.0" } ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.56.0", features = ["cbor", "serde"] } serde = { version = "1.0", features = ["derive"] } diff --git a/implementations/rust/ockam/ockam_app_lib/README.md b/implementations/rust/ockam/ockam_app_lib/README.md index f0ee06818cd..6b65a9a054b 100644 --- a/implementations/rust/ockam/ockam_app_lib/README.md +++ b/implementations/rust/ockam/ockam_app_lib/README.md @@ -21,7 +21,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_app_lib = "0.128.0" +ockam_app_lib = "0.129.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_command/CHANGELOG.md b/implementations/rust/ockam/ockam_command/CHANGELOG.md index 6d263842279..f5d88935096 100644 --- a/implementations/rust/ockam/ockam_command/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_command/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.129.0 - 2024-07-03 + +### Added + +- Updated dependencies + +### Changed + +- Improve output of `project enroll` and `credential` commands + ## 0.128.0 - 2024-07-01 ### Added diff --git a/implementations/rust/ockam/ockam_command/Cargo.toml b/implementations/rust/ockam/ockam_command/Cargo.toml index 759a7f8e271..3b839b5021c 100644 --- a/implementations/rust/ockam/ockam_command/Cargo.toml +++ b/implementations/rust/ockam/ockam_command/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_command" -version = "0.128.0" +version = "0.129.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -67,13 +67,13 @@ indicatif = "0.17.8" indoc = "2.0.5" miette = { version = "7.2.0", features = ["fancy-no-backtrace"] } minicbor = { version = "0.24.1", features = ["derive", "alloc", "half"] } -ockam = { path = "../ockam", version = "^0.128.0", features = ["software_vault"] } -ockam_abac = { path = "../ockam_abac", version = "0.61.0", features = ["std"] } -ockam_api = { path = "../ockam_api", version = "0.71.0", default-features = false, features = ["std"] } +ockam = { path = "../ockam", version = "^0.129.0", features = ["software_vault"] } +ockam_abac = { path = "../ockam_abac", version = "0.62.0", features = ["std"] } +ockam_api = { path = "../ockam_api", version = "0.72.0", default-features = false, features = ["std"] } ockam_core = { path = "../ockam_core", version = "^0.112.0" } ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.56.0", features = ["std"] } -ockam_node = { path = "../ockam_node", version = "^0.120.0" } -ockam_vault = { path = "../ockam_vault", version = "^0.113.0", default-features = false, features = ["storage", "std"] } +ockam_node = { path = "../ockam_node", version = "^0.121.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.114.0", default-features = false, features = ["storage", "std"] } once_cell = "1.19" open = "5.1.4" opentelemetry = { version = "0.23.0", features = ["metrics", "trace"] } diff --git a/implementations/rust/ockam/ockam_command/README.md b/implementations/rust/ockam/ockam_command/README.md index 11c8c2b5444..7fced97e272 100644 --- a/implementations/rust/ockam/ockam_command/README.md +++ b/implementations/rust/ockam/ockam_command/README.md @@ -33,7 +33,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_command = "0.128.0" +ockam_command = "0.129.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_identity/CHANGELOG.md b/implementations/rust/ockam/ockam_identity/CHANGELOG.md index 51135011813..f782650c2b0 100644 --- a/implementations/rust/ockam/ockam_identity/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_identity/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.116.0 - 2024-07-03 + +### Added + +- Updated dependencies + +### Changed + +- Use a published dependency for the patched sqlx library + ## 0.115.0 - 2024-07-01 ### Added diff --git a/implementations/rust/ockam/ockam_identity/Cargo.toml b/implementations/rust/ockam/ockam_identity/Cargo.toml index 46939d72d20..58bb13a5b3c 100644 --- a/implementations/rust/ockam/ockam_identity/Cargo.toml +++ b/implementations/rust/ockam/ockam_identity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_identity" -version = "0.115.0" +version = "0.116.0" authors = ["Ockam Developers"] categories = ["cryptography", "authentication"] edition = "2021" @@ -80,9 +80,9 @@ hex = { version = "0.4", default-features = false } minicbor = { version = "0.24.1", features = ["alloc", "derive"] } ockam_core = { path = "../ockam_core", version = "^0.112.0", default-features = false } ockam_macros = { path = "../ockam_macros", version = "^0.34.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.120.0", default-features = false } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.85.0", default-features = false } -ockam_vault = { path = "../ockam_vault", version = "^0.113.0", default-features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.121.0", default-features = false } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.86.0", default-features = false } +ockam_vault = { path = "../ockam_vault", version = "^0.114.0", default-features = false, optional = true } rand = { version = "0.8", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } serde_bare = { version = "0.5.0", default-features = false, features = ["alloc"] } diff --git a/implementations/rust/ockam/ockam_identity/README.md b/implementations/rust/ockam/ockam_identity/README.md index 4e959b59e70..ae90b631aff 100644 --- a/implementations/rust/ockam/ockam_identity/README.md +++ b/implementations/rust/ockam/ockam_identity/README.md @@ -31,7 +31,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_identity = "0.115.0" +ockam_identity = "0.116.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_node/CHANGELOG.md b/implementations/rust/ockam/ockam_node/CHANGELOG.md index 969a8101063..dcca19c51d6 100644 --- a/implementations/rust/ockam/ockam_node/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_node/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.121.0 - 2024-07-03 + +### Added + +- Updated dependencies + +### Changed + +- Use a published dependency for the patched sqlx library + ## 0.120.0 - 2024-07-01 ### Added diff --git a/implementations/rust/ockam/ockam_node/Cargo.toml b/implementations/rust/ockam/ockam_node/Cargo.toml index fcf91549a9b..655509701e4 100644 --- a/implementations/rust/ockam/ockam_node/Cargo.toml +++ b/implementations/rust/ockam/ockam_node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_node" -version = "0.120.0" +version = "0.121.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -90,7 +90,7 @@ minicbor = { version = "0.24.1", features = ["derive"] } ockam_core = { path = "../ockam_core", version = "^0.112.0", default-features = false } ockam_executor = { path = "../ockam_executor", version = "^0.81.0", default-features = false, optional = true } ockam_macros = { path = "../ockam_macros", version = "^0.34.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.85.0", default-features = false, optional = true } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.86.0", default-features = false, optional = true } once_cell = { version = "1.19.0", optional = true, default-features = false } opentelemetry = { version = "0.23.0", features = ["logs", "metrics", "trace"], optional = true } regex = { version = "1.10.5", default-features = false, optional = true } diff --git a/implementations/rust/ockam/ockam_node/README.md b/implementations/rust/ockam/ockam_node/README.md index 90afb02842c..047b9b0a7e3 100644 --- a/implementations/rust/ockam/ockam_node/README.md +++ b/implementations/rust/ockam/ockam_node/README.md @@ -21,7 +21,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_node = "0.120.0" +ockam_node = "0.121.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md index cd92abcc07d..b5822ee3317 100644 --- a/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.83.0 - 2024-07-03 + +### Added + +- Display a malformed transport address +- Updated dependencies + ## 0.82.0 - 2024-07-01 ### Added diff --git a/implementations/rust/ockam/ockam_transport_ble/Cargo.toml b/implementations/rust/ockam/ockam_transport_ble/Cargo.toml index 91f73107790..9dbdb233590 100644 --- a/implementations/rust/ockam/ockam_transport_ble/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_ble/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_transport_ble" -version = "0.82.0" +version = "0.83.0" authors = ["Ockam Developers"] autoexamples = false categories = ["cryptography", "asynchronous", "authentication", "embedded", "network-programming"] @@ -85,8 +85,8 @@ pic32mx2xxfxxxb = ["pic32", "pic32-hal/pic32mx2xxfxxxb"] [dependencies] ockam_core = { path = "../ockam_core", version = "^0.112.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.120.0", default-features = false } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.85.0", default-features = false } +ockam_node = { path = "../ockam_node", version = "^0.121.0", default-features = false } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.86.0", default-features = false } futures = { version = "0.3.30", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } @@ -123,8 +123,8 @@ cortex-m = "0.7.7" riscv = "0.10.0" [dev-dependencies] -ockam_identity = { path = "../ockam_identity", version = "^0.115.0" } -ockam_vault = { path = "../ockam_vault", version = "^0.113.0" } +ockam_identity = { path = "../ockam_identity", version = "^0.116.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.114.0" } [[example]] name = "04-routing-over-ble-transport-initiator" diff --git a/implementations/rust/ockam/ockam_transport_ble/README.md b/implementations/rust/ockam/ockam_transport_ble/README.md index eaab890d184..1c7f6bec737 100644 --- a/implementations/rust/ockam/ockam_transport_ble/README.md +++ b/implementations/rust/ockam/ockam_transport_ble/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_transport_ble = "0.82.0" +ockam_transport_ble = "0.83.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_core/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_core/CHANGELOG.md index 63efe6df6bb..ffa8d2ce688 100644 --- a/implementations/rust/ockam/ockam_transport_core/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_core/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.86.0 - 2024-07-03 + +### Added + +- Display a malformed transport address +- Updated dependencies + ## 0.85.0 - 2024-07-01 ### Added diff --git a/implementations/rust/ockam/ockam_transport_core/Cargo.toml b/implementations/rust/ockam/ockam_transport_core/Cargo.toml index 4c65f257d96..2f616e6e16e 100644 --- a/implementations/rust/ockam/ockam_transport_core/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_transport_core" -version = "0.85.0" +version = "0.86.0" authors = ["Ockam Developers"] categories = ["network-programming", "asynchronous"] edition = "2021" diff --git a/implementations/rust/ockam/ockam_transport_core/README.md b/implementations/rust/ockam/ockam_transport_core/README.md index 74668675eb3..15407478624 100644 --- a/implementations/rust/ockam/ockam_transport_core/README.md +++ b/implementations/rust/ockam/ockam_transport_core/README.md @@ -27,7 +27,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_transport_core = "0.85.0" +ockam_transport_core = "0.86.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md index 46d72a5ba5f..22067dbc6c2 100644 --- a/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.119.0 - 2024-07-03 + +### Added + +- Updated dependencies + ## 0.118.0 - 2024-07-01 ### Added diff --git a/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml b/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml index d139473b2b2..21261542f1c 100644 --- a/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_transport_tcp" -version = "0.118.0" +version = "0.119.0" authors = ["Ockam Developers"] autoexamples = false categories = [ @@ -35,8 +35,8 @@ cfg-if = "1.0.0" minicbor = "0.24" ockam_core = { path = "../ockam_core", version = "^0.112.0" } ockam_macros = { path = "../ockam_macros", version = "^0.34.0" } -ockam_node = { path = "../ockam_node", version = "^0.120.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.85.0" } +ockam_node = { path = "../ockam_node", version = "^0.121.0" } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.86.0" } opentelemetry = { version = "0.23.0", features = ["logs", "metrics", "trace"], optional = true } rand = "0.8" rustls-native-certs = "0.7" diff --git a/implementations/rust/ockam/ockam_transport_tcp/README.md b/implementations/rust/ockam/ockam_transport_tcp/README.md index 798accc18cc..b5a21a3cd27 100644 --- a/implementations/rust/ockam/ockam_transport_tcp/README.md +++ b/implementations/rust/ockam/ockam_transport_tcp/README.md @@ -18,7 +18,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_transport_tcp = "0.118.0" +ockam_transport_tcp = "0.119.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md index 7560d60ef94..f970250b426 100644 --- a/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.63.0 - 2024-07-03 + +### Added + +- Display a malformed transport address +- Updated dependencies + ## 0.62.0 - 2024-07-01 ### Added diff --git a/implementations/rust/ockam/ockam_transport_udp/Cargo.toml b/implementations/rust/ockam/ockam_transport_udp/Cargo.toml index 7c16f37b7e9..e3a43dc9dc3 100644 --- a/implementations/rust/ockam/ockam_transport_udp/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_udp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_transport_udp" -version = "0.62.0" +version = "0.63.0" authors = ["Ockam Developers"] autoexamples = false categories = [ @@ -33,15 +33,15 @@ bytes = "1.6.0" futures-util = "0.3" minicbor = "0.24" ockam_core = { path = "../ockam_core", version = "^0.112.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.120.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.85.0" } +ockam_node = { path = "../ockam_node", version = "^0.121.0" } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.86.0" } rand = "0.8" tokio = { version = "1.38.0", features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-util"] } tokio-util = { version = "0.7.11", features = ["net", "codec"] } tracing = { version = "0.1", default-features = false } [dev-dependencies] -ockam = { path = "../ockam", version = "^0.128.0" } +ockam = { path = "../ockam", version = "^0.129.0" } ockam_macros = { path = "../ockam_macros", version = "^0.34.0" } [[example]] diff --git a/implementations/rust/ockam/ockam_transport_udp/README.md b/implementations/rust/ockam/ockam_transport_udp/README.md index 93aae43cf07..3af73405dc1 100644 --- a/implementations/rust/ockam/ockam_transport_udp/README.md +++ b/implementations/rust/ockam/ockam_transport_udp/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_transport_udp = "0.62.0" +ockam_transport_udp = "0.63.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md index ab677714192..caf305d4363 100644 --- a/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.48.0 - 2024-07-03 + +### Added + +- Display a malformed transport address +- Updated dependencies + ## 0.47.0 - 2024-07-01 ### Added diff --git a/implementations/rust/ockam/ockam_transport_uds/Cargo.toml b/implementations/rust/ockam/ockam_transport_uds/Cargo.toml index f249279ad21..ea84a197497 100644 --- a/implementations/rust/ockam/ockam_transport_uds/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_uds/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_transport_uds" -version = "0.47.0" +version = "0.48.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -29,8 +29,8 @@ alloc = [] [dependencies] ockam_core = { path = "../ockam_core", version = "^0.112.0" } ockam_macros = { path = "../ockam_macros", version = "^0.34.0" } -ockam_node = { path = "../ockam_node", version = "^0.120.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.85.0" } +ockam_node = { path = "../ockam_node", version = "^0.121.0" } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.86.0" } serde = { version = "1.0", default-features = false, features = ["derive"] } socket2 = "0.5.6" tokio = { version = "1.38", features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-util"] } diff --git a/implementations/rust/ockam/ockam_transport_uds/README.md b/implementations/rust/ockam/ockam_transport_uds/README.md index 917086cbe66..12d0f4c909f 100644 --- a/implementations/rust/ockam/ockam_transport_uds/README.md +++ b/implementations/rust/ockam/ockam_transport_uds/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_transport_uds = "0.47.0" +ockam_transport_uds = "0.48.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md index 04d0c806c83..a2c488525e9 100644 --- a/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.110.0 - 2024-07-03 + +### Added + +- Display a malformed transport address +- Updated dependencies + ## 0.109.0 - 2024-07-01 ### Added diff --git a/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml b/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml index 81c99d7371a..6e141a46db1 100644 --- a/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_transport_websocket" -version = "0.109.0" +version = "0.110.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -46,8 +46,8 @@ alloc = [ [dependencies] futures-util = { version = "0.3", default-features = false, features = ["tokio-io"] } ockam_core = { path = "../ockam_core", version = "^0.112.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.120.0", default-features = false } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.85.0", default-features = false } +ockam_node = { path = "../ockam_node", version = "^0.121.0", default-features = false } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.86.0", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } tokio = { version = "1.38", default-features = false, optional = true, features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-std"] } tokio-tungstenite = { version = "0.23.1", default-features = false, optional = true, features = ["connect"] } diff --git a/implementations/rust/ockam/ockam_transport_websocket/README.md b/implementations/rust/ockam/ockam_transport_websocket/README.md index cc8ed93908d..c3080b3b5c9 100644 --- a/implementations/rust/ockam/ockam_transport_websocket/README.md +++ b/implementations/rust/ockam/ockam_transport_websocket/README.md @@ -84,7 +84,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_transport_websocket = "0.109.0" +ockam_transport_websocket = "0.110.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_vault/CHANGELOG.md b/implementations/rust/ockam/ockam_vault/CHANGELOG.md index a011d36fc9b..82998932929 100644 --- a/implementations/rust/ockam/ockam_vault/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_vault/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.114.0 - 2024-07-03 + +### Added + +- Updated dependencies + +### Changed + +- Use a published dependency for the patched sqlx library + ## 0.113.0 - 2024-07-01 ### Added diff --git a/implementations/rust/ockam/ockam_vault/Cargo.toml b/implementations/rust/ockam/ockam_vault/Cargo.toml index 086b3994dbf..1687463d6d9 100644 --- a/implementations/rust/ockam/ockam_vault/Cargo.toml +++ b/implementations/rust/ockam/ockam_vault/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_vault" -version = "0.113.0" +version = "0.114.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -82,7 +82,7 @@ hkdf = { version = "0.12", default-features = false } minicbor = { version = "0.24.1", features = ["derive"] } ockam_core = { path = "../ockam_core", version = "^0.112.0", default-features = false } ockam_macros = { path = "../ockam_macros", version = "^0.34.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.120.0", default-features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.121.0", default-features = false, optional = true } # ECDSA providers: p256 = { version = "0.13.2", default-features = false } rand = { version = "0.8", default-features = false } diff --git a/implementations/rust/ockam/ockam_vault/README.md b/implementations/rust/ockam/ockam_vault/README.md index 935f2449101..1171938dd0b 100644 --- a/implementations/rust/ockam/ockam_vault/README.md +++ b/implementations/rust/ockam/ockam_vault/README.md @@ -27,7 +27,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_vault = "0.113.0" +ockam_vault = "0.114.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md b/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md index 1b316d454aa..fcfb13c0e8e 100644 --- a/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.40.0 - 2024-07-03 + +### Added + +- Updated dependencies + ## 0.39.0 - 2024-07-01 ### Added diff --git a/implementations/rust/ockam/ockam_vault_aws/Cargo.toml b/implementations/rust/ockam/ockam_vault_aws/Cargo.toml index 78cc63e4757..48fec4d870b 100644 --- a/implementations/rust/ockam/ockam_vault_aws/Cargo.toml +++ b/implementations/rust/ockam/ockam_vault_aws/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_vault_aws" -version = "0.39.0" +version = "0.40.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -60,8 +60,8 @@ aws-config = { version = "1.5.3", default-features = false, features = ["rustls" aws-sdk-kms = { version = "1.34.0", default-features = false, features = ["rustls"] } ockam_core = { path = "../ockam_core", version = "^0.112.0", default-features = false } ockam_macros = { path = "../ockam_macros", version = "^0.34.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.120.0", default-features = false } -ockam_vault = { path = "../ockam_vault", version = "^0.113.0", default-features = false } +ockam_node = { path = "../ockam_node", version = "^0.121.0", default-features = false } +ockam_vault = { path = "../ockam_vault", version = "^0.114.0", default-features = false } p256 = { version = "0.13.2", default-features = false } sha2 = { version = "0.10", default-features = false } thiserror = { version = "1.0.61" } diff --git a/implementations/rust/ockam/ockam_vault_aws/README.md b/implementations/rust/ockam/ockam_vault_aws/README.md index f9a93d0a29c..21bcb997721 100644 --- a/implementations/rust/ockam/ockam_vault_aws/README.md +++ b/implementations/rust/ockam/ockam_vault_aws/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_vault_aws = "0.39.0" +ockam_vault_aws = "0.40.0" ``` ## License