From 4136bc41cf87e1c40bf86bc5a2d79cde33976624 Mon Sep 17 00:00:00 2001 From: ockam-team Date: Tue, 30 Apr 2024 21:54:23 +0000 Subject: [PATCH] ci: crate release 30-04-2024 --- Cargo.lock | 36 +++++++++---------- implementations/rust/ockam/ockam/CHANGELOG.md | 7 ++++ implementations/rust/ockam/ockam/Cargo.toml | 16 ++++----- implementations/rust/ockam/ockam/README.md | 2 +- .../rust/ockam/ockam_abac/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_abac/Cargo.toml | 10 +++--- .../rust/ockam/ockam_abac/README.md | 2 +- .../rust/ockam/ockam_api/CHANGELOG.md | 9 +++++ .../rust/ockam/ockam_api/Cargo.toml | 18 +++++----- .../rust/ockam/ockam_api/README.md | 2 +- .../rust/ockam/ockam_app_lib/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_app_lib/Cargo.toml | 12 +++---- .../rust/ockam/ockam_app_lib/README.md | 2 +- .../rust/ockam/ockam_command/CHANGELOG.md | 11 ++++++ .../rust/ockam/ockam_command/Cargo.toml | 20 +++++------ .../rust/ockam/ockam_command/README.md | 2 +- .../rust/ockam/ockam_core/CHANGELOG.md | 8 +++++ .../rust/ockam/ockam_core/Cargo.toml | 2 +- .../rust/ockam/ockam_core/README.md | 2 +- .../rust/ockam/ockam_executor/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_executor/Cargo.toml | 4 +-- .../rust/ockam/ockam_executor/README.md | 2 +- .../rust/ockam/ockam_identity/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_identity/Cargo.toml | 10 +++--- .../rust/ockam/ockam_identity/README.md | 2 +- .../rust/ockam/ockam_multiaddr/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_multiaddr/Cargo.toml | 4 +-- .../rust/ockam/ockam_multiaddr/README.md | 2 +- .../rust/ockam/ockam_node/CHANGELOG.md | 8 +++++ .../rust/ockam/ockam_node/Cargo.toml | 8 ++--- .../rust/ockam/ockam_node/README.md | 2 +- .../ockam/ockam_transport_ble/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_transport_ble/Cargo.toml | 12 +++---- .../rust/ockam/ockam_transport_ble/README.md | 2 +- .../ockam/ockam_transport_core/CHANGELOG.md | 6 ++++ .../ockam/ockam_transport_core/Cargo.toml | 4 +-- .../rust/ockam/ockam_transport_core/README.md | 2 +- .../ockam/ockam_transport_tcp/CHANGELOG.md | 7 ++++ .../rust/ockam/ockam_transport_tcp/Cargo.toml | 8 ++--- .../rust/ockam/ockam_transport_tcp/README.md | 2 +- .../ockam/ockam_transport_udp/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_transport_udp/Cargo.toml | 10 +++--- .../rust/ockam/ockam_transport_udp/README.md | 2 +- .../ockam/ockam_transport_uds/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_transport_uds/Cargo.toml | 8 ++--- .../rust/ockam/ockam_transport_uds/README.md | 2 +- .../ockam_transport_websocket/CHANGELOG.md | 6 ++++ .../ockam_transport_websocket/Cargo.toml | 8 ++--- .../ockam/ockam_transport_websocket/README.md | 2 +- .../rust/ockam/ockam_vault/CHANGELOG.md | 10 ++++++ .../rust/ockam/ockam_vault/Cargo.toml | 6 ++-- .../rust/ockam/ockam_vault/README.md | 2 +- .../rust/ockam/ockam_vault_aws/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_vault_aws/Cargo.toml | 8 ++--- .../rust/ockam/ockam_vault_aws/README.md | 2 +- 55 files changed, 246 insertions(+), 120 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c435e658ff5..c16b3a0f56f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4311,7 +4311,7 @@ dependencies = [ [[package]] name = "ockam" -version = "0.122.0" +version = "0.123.0" dependencies = [ "arrayref", "dyn-clone", @@ -4335,7 +4335,7 @@ dependencies = [ [[package]] name = "ockam_abac" -version = "0.55.0" +version = "0.56.0" dependencies = [ "cfg-if", "either", @@ -4364,7 +4364,7 @@ dependencies = [ [[package]] name = "ockam_api" -version = "0.65.0" +version = "0.66.0" dependencies = [ "aws-config", "base64-url", @@ -4448,7 +4448,7 @@ dependencies = [ [[package]] name = "ockam_app_lib" -version = "0.122.0" +version = "0.123.0" dependencies = [ "cbindgen", "duct", @@ -4474,7 +4474,7 @@ dependencies = [ [[package]] name = "ockam_command" -version = "0.122.0" +version = "0.123.0" dependencies = [ "arboard", "assert_cmd", @@ -4545,7 +4545,7 @@ dependencies = [ [[package]] name = "ockam_core" -version = "0.107.0" +version = "0.108.0" dependencies = [ "async-trait", "backtrace", @@ -4582,7 +4582,7 @@ dependencies = [ [[package]] name = "ockam_executor" -version = "0.76.0" +version = "0.77.0" dependencies = [ "crossbeam-queue", "futures 0.3.30", @@ -4595,7 +4595,7 @@ dependencies = [ [[package]] name = "ockam_identity" -version = "0.109.0" +version = "0.110.0" dependencies = [ "async-trait", "cfg-if", @@ -4639,7 +4639,7 @@ dependencies = [ [[package]] name = "ockam_multiaddr" -version = "0.51.0" +version = "0.52.0" dependencies = [ "bincode", "minicbor", @@ -4657,7 +4657,7 @@ dependencies = [ [[package]] name = "ockam_node" -version = "0.114.0" +version = "0.115.0" dependencies = [ "cfg-if", "chrono", @@ -4704,7 +4704,7 @@ dependencies = [ [[package]] name = "ockam_transport_ble" -version = "0.76.0" +version = "0.77.0" dependencies = [ "atsame54_xpro", "bluenrg", @@ -4733,7 +4733,7 @@ dependencies = [ [[package]] name = "ockam_transport_core" -version = "0.80.0" +version = "0.81.0" dependencies = [ "ockam_core", "tracing", @@ -4741,7 +4741,7 @@ dependencies = [ [[package]] name = "ockam_transport_tcp" -version = "0.112.0" +version = "0.113.0" dependencies = [ "cfg-if", "hashbrown 0.14.3", @@ -4763,7 +4763,7 @@ dependencies = [ [[package]] name = "ockam_transport_udp" -version = "0.56.0" +version = "0.57.0" dependencies = [ "bytes 1.6.0", "futures-util", @@ -4782,7 +4782,7 @@ dependencies = [ [[package]] name = "ockam_transport_uds" -version = "0.41.0" +version = "0.42.0" dependencies = [ "ockam_core", "ockam_macros", @@ -4796,7 +4796,7 @@ dependencies = [ [[package]] name = "ockam_transport_websocket" -version = "0.103.0" +version = "0.104.0" dependencies = [ "futures-util", "ockam_core", @@ -4811,7 +4811,7 @@ dependencies = [ [[package]] name = "ockam_vault" -version = "0.107.0" +version = "0.108.0" dependencies = [ "aes-gcm", "arrayref", @@ -4844,7 +4844,7 @@ dependencies = [ [[package]] name = "ockam_vault_aws" -version = "0.33.0" +version = "0.34.0" dependencies = [ "aws-config", "aws-sdk-kms", diff --git a/implementations/rust/ockam/ockam/CHANGELOG.md b/implementations/rust/ockam/ockam/CHANGELOG.md index 357c1daf7ed..78929c91aa1 100644 --- a/implementations/rust/ockam/ockam/CHANGELOG.md +++ b/implementations/rust/ockam/ockam/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.123.0 - 2024-04-30 + +### Added + +- Improve output of `node create` command +- Updated dependencies + ## 0.122.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam/Cargo.toml b/implementations/rust/ockam/ockam/Cargo.toml index f941d3e70e6..cf489b3eaa2 100644 --- a/implementations/rust/ockam/ockam/Cargo.toml +++ b/implementations/rust/ockam/ockam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam" -version = "0.122.0" +version = "0.123.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -88,20 +88,20 @@ arrayref = "0.3" dyn-clone = "1.0" hex = { version = "0.4", default-features = false } minicbor = { version = "0.24.0", features = ["alloc", "derive"] } -ockam_abac = { path = "../ockam_abac", version = "^0.55.0", default_features = false, optional = true } -ockam_core = { path = "../ockam_core", version = "^0.107.0", default-features = false } -ockam_identity = { path = "../ockam_identity", version = "^0.109.0", default_features = false } +ockam_abac = { path = "../ockam_abac", version = "^0.56.0", default_features = false, optional = true } +ockam_core = { path = "../ockam_core", version = "^0.108.0", default-features = false } +ockam_identity = { path = "../ockam_identity", version = "^0.110.0", default_features = false } ockam_macros = { path = "../ockam_macros", version = "^0.34.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.114.0", default-features = false } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.112.0", default-features = false, optional = true } -ockam_vault = { path = "../ockam_vault", version = "^0.107.0", default_features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.115.0", default-features = false } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.113.0", default-features = false, optional = true } +ockam_vault = { path = "../ockam_vault", version = "^0.108.0", default_features = false, optional = true } rand = { version = "0.8", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } sha2 = { version = "0.10", default-features = false } tracing = { version = "0.1", default-features = false } [dev-dependencies] -ockam_vault = { path = "../ockam_vault", version = "^0.107.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.108.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 a7e23d12319..f479fe51ca9 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.122.0" +ockam = "0.123.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_abac/CHANGELOG.md b/implementations/rust/ockam/ockam_abac/CHANGELOG.md index db335f5823e..25bdb211294 100644 --- a/implementations/rust/ockam/ockam_abac/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_abac/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.56.0 - 2024-04-30 + +### Added + +- Updated dependencies + ## 0.55.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam_abac/Cargo.toml b/implementations/rust/ockam/ockam_abac/Cargo.toml index 16af916cc5a..7680bbed0a0 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.55.0" +version = "0.56.0" authors = ["Ockam Developers"] categories = ["cryptography", "authorization"] edition = "2021" @@ -37,15 +37,15 @@ std = [ cfg-if = "1.0.0" either = { version = "1.11.0", default-features = false } minicbor = { version = "0.24.0", features = ["derive", "alloc"] } -ockam_core = { version = "0.107.0", path = "../ockam_core", default-features = false } -ockam_identity = { version = "0.109.0", path = "../ockam_identity", default-features = false } -ockam_node = { version = "0.114.0", path = "../ockam_node", default-features = false } +ockam_core = { version = "0.108.0", path = "../ockam_core", default-features = false } +ockam_identity = { version = "0.110.0", path = "../ockam_identity", default-features = false } +ockam_node = { version = "0.115.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.2", default-features = false, features = ["derive"] } # optional: -ockam_executor = { version = "0.76.0", path = "../ockam_executor", default-features = false, optional = true } +ockam_executor = { version = "0.77.0", path = "../ockam_executor", default-features = false, optional = true } regex = { version = "1.10.4", default-features = false, optional = true } rusqlite = { version = "0.30.0", optional = true } rustyline = { version = "14.0.0", optional = true } diff --git a/implementations/rust/ockam/ockam_abac/README.md b/implementations/rust/ockam/ockam_abac/README.md index fcdec56a50b..40b3a69d0ee 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.55.0" +ockam_abac = "0.56.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_api/CHANGELOG.md b/implementations/rust/ockam/ockam_api/CHANGELOG.md index cd512be4a79..9a6b61d77d5 100644 --- a/implementations/rust/ockam/ockam_api/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_api/CHANGELOG.md @@ -4,6 +4,15 @@ 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.66.0 - 2024-04-30 + +### Added + +- Improve output of `node show` command +- If logging is enabled, command output will be redirected to the logs +- Improve output of `node create` command +- Updated dependencies + ## 0.65.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam_api/Cargo.toml b/implementations/rust/ockam/ockam_api/Cargo.toml index f1e24dc30be..eedb97b8b57 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.65.0" +version = "0.66.0" authors = ["Ockam Developers"] edition = "2021" homepage = "https://github.com/ockam-network/ockam" @@ -87,24 +87,24 @@ tracing-opentelemetry = "0.23.0" tracing-subscriber = { version = "0.3.18", features = ["json"] } url = "2.4.1" -ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.51.0", features = ["cbor", "serde"] } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.112.0", default-features = false, features = ["std"] } +ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.52.0", features = ["cbor", "serde"] } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.113.0", default-features = false, features = ["std"] } tonic = "0.11" [dependencies.ockam_core] -version = "0.107.0" +version = "0.108.0" path = "../ockam_core" default-features = false features = ["no_std", "alloc"] [dependencies.ockam_node] -version = "0.114.0" +version = "0.115.0" path = "../ockam_node" default-features = false features = ["no_std", "alloc"] [dependencies.ockam_vault] -version = "0.107.0" +version = "0.108.0" path = "../ockam_vault" default-features = false # FIXME: ockam_vault's dependency curve25519-dalek has non-additive features which @@ -112,19 +112,19 @@ default-features = false features = ["std", "storage"] [dependencies.ockam_vault_aws] -version = "0.33.0" +version = "0.34.0" path = "../ockam_vault_aws" default-features = false features = ["std"] [dependencies.ockam] -version = "^0.122.0" +version = "^0.123.0" path = "../ockam" default-features = false features = ["ockam_transport_tcp", "storage"] [dependencies.ockam_abac] -version = "0.55.0" +version = "0.56.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 3ce3dab836d..7da1bf9b468 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.65.0" +ockam_api = "0.66.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md b/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md index c14b0085203..1bb436bfba3 100644 --- a/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_app_lib/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.123.0 - 2024-04-30 + +### Added + +- Updated dependencies + ## 0.122.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam_app_lib/Cargo.toml b/implementations/rust/ockam/ockam_app_lib/Cargo.toml index d870da3c7c1..fb066e5f6fe 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.122.0" +version = "0.123.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -39,11 +39,11 @@ futures = { version = "0.3.30", default-features = false } hex = { version = "0.4.3", default-features = false, features = ["alloc", "serde"] } miette = { version = "7.2.0", features = ["fancy-no-backtrace"] } minicbor = { version = "0.24.0", features = ["alloc", "derive"] } -ockam = { path = "../ockam", version = "^0.122.0", features = ["software_vault"] } -ockam_api = { path = "../ockam_api", version = "0.65.0", default-features = false, features = ["std"] } -ockam_core = { path = "../ockam_core", version = "^0.107.0" } -ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.51.0", features = ["cbor", "serde"] } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.112.0", default-features = false, features = ["std"] } +ockam = { path = "../ockam", version = "^0.123.0", features = ["software_vault"] } +ockam_api = { path = "../ockam_api", version = "0.66.0", default-features = false, features = ["std"] } +ockam_core = { path = "../ockam_core", version = "^0.108.0" } +ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.52.0", features = ["cbor", "serde"] } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.113.0", default-features = false, features = ["std"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sqlx = { version = "0.7.4", features = ["runtime-tokio", "sqlite", "migrate"] } diff --git a/implementations/rust/ockam/ockam_app_lib/README.md b/implementations/rust/ockam/ockam_app_lib/README.md index eb7f38368df..9768de1b1d6 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.122.0" +ockam_app_lib = "0.123.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_command/CHANGELOG.md b/implementations/rust/ockam/ockam_command/CHANGELOG.md index 4e86619d57f..908b6aec38f 100644 --- a/implementations/rust/ockam/ockam_command/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_command/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.123.0 - 2024-04-30 + +### Added + +- Improve output of `node show` command +- Added `aes-gcm` feature and changed how `aws-lc` is propagated +- If logging is enabled, command output will be redirected to the logs +- Improve output of `node create` command +- Add the possibility to start a node in foreground mode with a configuration +- Updated dependencies + ## 0.122.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam_command/Cargo.toml b/implementations/rust/ockam/ockam_command/Cargo.toml index 103e78b8a37..121b8ee86c1 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.122.0" +version = "0.123.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -71,15 +71,15 @@ indoc = "2.0.5" miette = { version = "7.2.0", features = ["fancy-no-backtrace"] } minicbor = { version = "0.24.0", features = ["derive", "alloc", "half"] } nix = "0.28" -ockam = { path = "../ockam", version = "^0.122.0", features = ["software_vault"] } -ockam_abac = { path = "../ockam_abac", version = "0.55.0", features = ["std"] } -ockam_api = { path = "../ockam_api", version = "0.65.0", default-features = false, features = ["std"] } -ockam_core = { path = "../ockam_core", version = "^0.107.0" } -ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.51.0", features = ["std"] } -ockam_node = { path = "../ockam_node", version = "^0.114.0" } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.112.0", default-features = false, features = ["std"] } -ockam_vault = { path = "../ockam_vault", version = "^0.107.0", default-features = false, features = ["storage", "std"] } -ockam_vault_aws = { path = "../ockam_vault_aws", version = "^0.33.0" } +ockam = { path = "../ockam", version = "^0.123.0", features = ["software_vault"] } +ockam_abac = { path = "../ockam_abac", version = "0.56.0", features = ["std"] } +ockam_api = { path = "../ockam_api", version = "0.66.0", default-features = false, features = ["std"] } +ockam_core = { path = "../ockam_core", version = "^0.108.0" } +ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.52.0", features = ["std"] } +ockam_node = { path = "../ockam_node", version = "^0.115.0" } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.113.0", default-features = false, features = ["std"] } +ockam_vault = { path = "../ockam_vault", version = "^0.108.0", default-features = false, features = ["storage", "std"] } +ockam_vault_aws = { path = "../ockam_vault_aws", version = "^0.34.0" } once_cell = "1.19" open = "5.1.2" opentelemetry = { version = "0.22.0", features = ["metrics", "trace"] } diff --git a/implementations/rust/ockam/ockam_command/README.md b/implementations/rust/ockam/ockam_command/README.md index 62c7cf2b3f7..82529fd7620 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.122.0" +ockam_command = "0.123.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_core/CHANGELOG.md b/implementations/rust/ockam/ockam_core/CHANGELOG.md index bdc9fc96781..b692efc0c6a 100644 --- a/implementations/rust/ockam/ockam_core/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_core/CHANGELOG.md @@ -4,6 +4,14 @@ 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.108.0 - 2024-04-30 + +### Added + +- Improve output of `node show` command +- Switch to `aws-lc-rs` library for encryption/decryption +- Updated dependencies + ## 0.107.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam_core/Cargo.toml b/implementations/rust/ockam/ockam_core/Cargo.toml index 36da6567072..1271a19213e 100644 --- a/implementations/rust/ockam/ockam_core/Cargo.toml +++ b/implementations/rust/ockam/ockam_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_core" -version = "0.107.0" +version = "0.108.0" authors = ["Ockam Developers"] categories = [ "cryptography", diff --git a/implementations/rust/ockam/ockam_core/README.md b/implementations/rust/ockam/ockam_core/README.md index c5208cd1cd6..e11ea4da9fd 100644 --- a/implementations/rust/ockam/ockam_core/README.md +++ b/implementations/rust/ockam/ockam_core/README.md @@ -39,7 +39,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_core = "0.107.0" +ockam_core = "0.108.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_executor/CHANGELOG.md b/implementations/rust/ockam/ockam_executor/CHANGELOG.md index 150cf1e853e..9a5493eab0d 100644 --- a/implementations/rust/ockam/ockam_executor/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_executor/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.77.0 - 2024-04-30 + +### Added + +- Updated dependencies + ## 0.76.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam_executor/Cargo.toml b/implementations/rust/ockam/ockam_executor/Cargo.toml index 8db429df796..d02081a7c76 100644 --- a/implementations/rust/ockam/ockam_executor/Cargo.toml +++ b/implementations/rust/ockam/ockam_executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_executor" -version = "0.76.0" +version = "0.77.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -36,7 +36,7 @@ no_std = ["ockam_core/no_std"] crossbeam-queue = { version = "0.3.11", default_features = false, features = ["alloc"] } futures = { version = "0.3.30", default-features = false, features = ["async-await"] } heapless = { version = "0.8", features = ["mpmc_large"] } -ockam_core = { path = "../ockam_core", version = "^0.107.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.108.0", default_features = false } pin-project-lite = "0.2" pin-utils = "0.1.0" tracing = { version = "0.1", default_features = false } diff --git a/implementations/rust/ockam/ockam_executor/README.md b/implementations/rust/ockam/ockam_executor/README.md index 1f19f6de037..5ab51956ff7 100644 --- a/implementations/rust/ockam/ockam_executor/README.md +++ b/implementations/rust/ockam/ockam_executor/README.md @@ -22,7 +22,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_executor = "0.76.0" +ockam_executor = "0.77.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_identity/CHANGELOG.md b/implementations/rust/ockam/ockam_identity/CHANGELOG.md index 34856531332..17af341cc6b 100644 --- a/implementations/rust/ockam/ockam_identity/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_identity/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.110.0 - 2024-04-30 + +### Added + +- Updated dependencies + ## 0.109.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam_identity/Cargo.toml b/implementations/rust/ockam/ockam_identity/Cargo.toml index 32f93e32bcc..9e4aaf2180c 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.109.0" +version = "0.110.0" authors = ["Ockam Developers"] categories = ["cryptography", "authentication"] edition = "2021" @@ -80,11 +80,11 @@ delegate = "0.12.0" group = { version = "0.13.0", default-features = false } hex = { version = "0.4", default-features = false } minicbor = { version = "0.24.0", features = ["alloc", "derive"] } -ockam_core = { path = "../ockam_core", version = "^0.107.0", default-features = false } +ockam_core = { path = "../ockam_core", version = "^0.108.0", default-features = false } ockam_macros = { path = "../ockam_macros", version = "^0.34.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.114.0", default-features = false } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.80.0", default_features = false } -ockam_vault = { path = "../ockam_vault", version = "^0.107.0", default-features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.115.0", default-features = false } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.81.0", default_features = false } +ockam_vault = { path = "../ockam_vault", version = "^0.108.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 5217337314a..c1b38fb245a 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.109.0" +ockam_identity = "0.110.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_multiaddr/CHANGELOG.md b/implementations/rust/ockam/ockam_multiaddr/CHANGELOG.md index e0bddcb8dc3..c381b15b03e 100644 --- a/implementations/rust/ockam/ockam_multiaddr/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_multiaddr/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.52.0 - 2024-04-30 + +### Added + +- Updated dependencies + ## 0.51.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam_multiaddr/Cargo.toml b/implementations/rust/ockam/ockam_multiaddr/Cargo.toml index 5ead207247f..527dd6e3d2f 100644 --- a/implementations/rust/ockam/ockam_multiaddr/Cargo.toml +++ b/implementations/rust/ockam/ockam_multiaddr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_multiaddr" -version = "0.51.0" +version = "0.52.0" authors = ["Ockam Developers"] edition = "2021" homepage = "https://github.com/ockam-network/ockam/implementations/rust/ockam/ockam_multiaddr" @@ -22,7 +22,7 @@ tinyvec = { version = "1.5.1", features = ["alloc"] } unsigned-varint = "0.8.0" [dependencies.ockam_core] -version = "0.107.0" +version = "0.108.0" path = "../ockam_core" default-features = false features = ["no_std", "alloc"] diff --git a/implementations/rust/ockam/ockam_multiaddr/README.md b/implementations/rust/ockam/ockam_multiaddr/README.md index 3e7460d9810..06f4ac0fcd4 100644 --- a/implementations/rust/ockam/ockam_multiaddr/README.md +++ b/implementations/rust/ockam/ockam_multiaddr/README.md @@ -23,7 +23,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_multiaddr = "0.51.0" +ockam_multiaddr = "0.52.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_node/CHANGELOG.md b/implementations/rust/ockam/ockam_node/CHANGELOG.md index 08c2b4fe627..f49834dcbd1 100644 --- a/implementations/rust/ockam/ockam_node/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_node/CHANGELOG.md @@ -4,6 +4,14 @@ 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.115.0 - 2024-04-30 + +### Added + +- Switch to `aws-lc-rs` library for encryption/decryption +- Command `aws-lc` library via a feature +- Updated dependencies + ## 0.114.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam_node/Cargo.toml b/implementations/rust/ockam/ockam_node/Cargo.toml index 1e44a1eefd8..a0cfa9ac39d 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.114.0" +version = "0.115.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -78,10 +78,10 @@ fs2 = { version = "0.4.3", optional = true } futures = { version = "0.3.30", default-features = false } heapless = { version = "0.8", features = ["mpmc_large"], optional = true } minicbor = { version = "0.24.0", features = ["derive"] } -ockam_core = { path = "../ockam_core", version = "^0.107.0", default_features = false } -ockam_executor = { path = "../ockam_executor", version = "^0.76.0", default-features = false, optional = true } +ockam_core = { path = "../ockam_core", version = "^0.108.0", default_features = false } +ockam_executor = { path = "../ockam_executor", version = "^0.77.0", default-features = false, optional = true } ockam_macros = { path = "../ockam_macros", version = "^0.34.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.80.0", default-features = false, optional = true } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.81.0", default-features = false, optional = true } once_cell = { version = "1.19.0", optional = true, default-features = false } opentelemetry = { version = "0.22.0", features = ["logs", "metrics", "trace"], optional = true } regex = { version = "1.10.4", default-features = false, optional = true } diff --git a/implementations/rust/ockam/ockam_node/README.md b/implementations/rust/ockam/ockam_node/README.md index ca624a717ab..a4f559a4ce8 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.114.0" +ockam_node = "0.115.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md index 0126cfaa27d..c2d8cb1cdea 100644 --- a/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_ble/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.77.0 - 2024-04-30 + +### Added + +- Updated dependencies + ## 0.76.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam_transport_ble/Cargo.toml b/implementations/rust/ockam/ockam_transport_ble/Cargo.toml index 469a1fdbf8f..0bb77799b6a 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.76.0" +version = "0.77.0" authors = ["Ockam Developers"] autoexamples = false categories = ["cryptography", "asynchronous", "authentication", "embedded", "network-programming"] @@ -84,9 +84,9 @@ pic32mx1xxfxxxb = ["pic32", "pic32-hal/pic32mx1xxfxxxb"] pic32mx2xxfxxxb = ["pic32", "pic32-hal/pic32mx2xxfxxxb"] [dependencies] -ockam_core = { path = "../ockam_core", version = "^0.107.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.114.0", default_features = false } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.80.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.108.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.115.0", default_features = false } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.81.0", default_features = false } futures = { version = "0.3.30", default-features = false } futures-util = { version = "0.3.30", default-features = false, features = ["alloc", "async-await-macro", "sink"] } @@ -124,8 +124,8 @@ cortex-m = "0.7.7" riscv = "0.10.0" [dev-dependencies] -ockam_identity = { path = "../ockam_identity", version = "^0.109.0" } -ockam_vault = { path = "../ockam_vault", version = "^0.107.0" } +ockam_identity = { path = "../ockam_identity", version = "^0.110.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.108.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 322a0e740d6..757a2a63ae2 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.76.0" +ockam_transport_ble = "0.77.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_core/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_core/CHANGELOG.md index 4ce35d0c63c..a081ee109a8 100644 --- a/implementations/rust/ockam/ockam_transport_core/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_core/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.81.0 - 2024-04-30 + +### Added + +- Updated dependencies + ## 0.80.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam_transport_core/Cargo.toml b/implementations/rust/ockam/ockam_transport_core/Cargo.toml index 64f1dde0bb6..a373b18cade 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.80.0" +version = "0.81.0" authors = ["Ockam Developers"] categories = ["network-programming", "asynchronous"] edition = "2021" @@ -31,5 +31,5 @@ no_std = ["ockam_core/no_std"] alloc = ["ockam_core/alloc"] [dependencies] -ockam_core = { path = "../ockam_core", version = "^0.107.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.108.0", default_features = false } tracing = { version = "0.1", default-features = false } diff --git a/implementations/rust/ockam/ockam_transport_core/README.md b/implementations/rust/ockam/ockam_transport_core/README.md index a1207f28414..db567baad91 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.80.0" +ockam_transport_core = "0.81.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md index 98a8e457d61..ce8d3daf3bd 100644 --- a/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_tcp/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.113.0 - 2024-04-30 + +### Added + +- Switch from `native-tls` to `tokio-rustls` for outlet tls +- Updated dependencies + ## 0.112.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml b/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml index 1886b70c1b2..a2cbd84edc9 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.112.0" +version = "0.113.0" authors = ["Ockam Developers"] autoexamples = false categories = [ @@ -34,10 +34,10 @@ ring = ["tokio-rustls/ring"] cfg-if = "1.0.0" hashbrown = { version = "0.14", default-features = false } minicbor = "0.24" -ockam_core = { path = "../ockam_core", version = "^0.107.0" } +ockam_core = { path = "../ockam_core", version = "^0.108.0" } ockam_macros = { path = "../ockam_macros", version = "^0.34.0" } -ockam_node = { path = "../ockam_node", version = "^0.114.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.80.0" } +ockam_node = { path = "../ockam_node", version = "^0.115.0" } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.81.0" } opentelemetry = { version = "0.22.0", features = ["logs", "metrics", "trace"], optional = true } rand = "0.8" regex = "1.10.3" diff --git a/implementations/rust/ockam/ockam_transport_tcp/README.md b/implementations/rust/ockam/ockam_transport_tcp/README.md index f487e792d2b..332c16155bf 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.112.0" +ockam_transport_tcp = "0.113.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md index 1cd291df301..c81f0eb2f09 100644 --- a/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_udp/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.57.0 - 2024-04-30 + +### Added + +- Updated dependencies + ## 0.56.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam_transport_udp/Cargo.toml b/implementations/rust/ockam/ockam_transport_udp/Cargo.toml index f474a70ead8..35abf12e151 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.56.0" +version = "0.57.0" authors = ["Ockam Developers"] autoexamples = false categories = [ @@ -32,9 +32,9 @@ alloc = [] bytes = "1.6.0" futures-util = "0.3" hashbrown = { version = "0.14" } -ockam_core = { path = "../ockam_core", version = "^0.107.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.114.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.80.0" } +ockam_core = { path = "../ockam_core", version = "^0.108.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.115.0" } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.81.0" } rand = "0.8" serde = { version = "1.0", default-features = false, features = ["derive"] } tokio = { version = "1.37.0", features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-util"] } @@ -42,7 +42,7 @@ tokio-util = { version = "0.7.9", features = ["net", "codec"] } tracing = { version = "0.1", default-features = false } [dev-dependencies] -ockam = { path = "../ockam", version = "^0.122.0" } +ockam = { path = "../ockam", version = "^0.123.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 2be01bbfafd..d2a0b7aeab5 100644 --- a/implementations/rust/ockam/ockam_transport_udp/README.md +++ b/implementations/rust/ockam/ockam_transport_udp/README.md @@ -18,7 +18,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_transport_udp = "0.56.0" +ockam_transport_udp = "0.57.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md index 2387ce556ad..70e2cff03b8 100644 --- a/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_uds/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.42.0 - 2024-04-30 + +### Added + +- Updated dependencies + ## 0.41.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam_transport_uds/Cargo.toml b/implementations/rust/ockam/ockam_transport_uds/Cargo.toml index 21f8b164cd4..bbad210d7ff 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.41.0" +version = "0.42.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -27,10 +27,10 @@ std = ["ockam_macros/std"] alloc = [] [dependencies] -ockam_core = { path = "../ockam_core", version = "^0.107.0" } +ockam_core = { path = "../ockam_core", version = "^0.108.0" } ockam_macros = { path = "../ockam_macros", version = "^0.34.0" } -ockam_node = { path = "../ockam_node", version = "^0.114.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.80.0" } +ockam_node = { path = "../ockam_node", version = "^0.115.0" } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.81.0" } serde = { version = "1.0", default-features = false, features = ["derive"] } socket2 = "0.5.6" tokio = { version = "1.37", 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 8921554afcd..3dadc10ec62 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.41.0" +ockam_transport_uds = "0.42.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md index ea934c70655..94f8f340600 100644 --- a/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_websocket/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.104.0 - 2024-04-30 + +### Added + +- Updated dependencies + ## 0.103.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml b/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml index 74b4c323e21..09ab6f48d68 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.103.0" +version = "0.104.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -45,9 +45,9 @@ alloc = [ [dependencies] futures-util = { version = "0.3", default-features = false, features = ["tokio-io"] } -ockam_core = { path = "../ockam_core", version = "^0.107.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.114.0", default_features = false } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.80.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.108.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.115.0", default_features = false } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.81.0", default_features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } tokio = { version = "1.37", default-features = false, optional = true, features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-std"] } tokio-tungstenite = { version = "0.21.0", 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 5f798f189c8..c5f4ae4a5ce 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.103.0" +ockam_transport_websocket = "0.104.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_vault/CHANGELOG.md b/implementations/rust/ockam/ockam_vault/CHANGELOG.md index acad3e294f1..46df505a3d7 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.108.0 - 2024-04-30 + +### Added + +- Switch to `aws-lc-rs` library for encryption/decryption +- Command `aws-lc` library via a feature +- Added `aes-gcm` feature and changed how `aws-lc` is propagated +- Unified `rust-aes` feature into `rust-crypto` +- Updated dependencies + ## 0.107.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam_vault/Cargo.toml b/implementations/rust/ockam/ockam_vault/Cargo.toml index 2770beb5e2d..49a6ca99324 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.107.0" +version = "0.108.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -80,9 +80,9 @@ ed25519-dalek = { version = "2.1", default-features = false, features = ["fast", hex = { version = "0.4", default-features = false } hkdf = { version = "0.12", default-features = false } minicbor = { version = "0.24.0", features = ["derive"] } -ockam_core = { path = "../ockam_core", version = "^0.107.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.108.0", default_features = false } ockam_macros = { path = "../ockam_macros", version = "^0.34.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.114.0", default_features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.115.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 b82726e4e8f..61fcef931f9 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.107.0" +ockam_vault = "0.108.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md b/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md index ae561e3d63c..bea12cd2d9a 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.34.0 - 2024-04-30 + +### Added + +- Updated dependencies + ## 0.33.0 - 2024-04-23 ### Added diff --git a/implementations/rust/ockam/ockam_vault_aws/Cargo.toml b/implementations/rust/ockam/ockam_vault_aws/Cargo.toml index 12f21082982..3ebd782d19d 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.33.0" +version = "0.34.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -58,10 +58,10 @@ rust-crypto = ["ockam_vault/rust-crypto"] [dependencies] aws-config = { version = "1.2.1", default-features = false, features = ["rustls", "rt-tokio"] } aws-sdk-kms = { version = "1.21.0", default-features = false, features = ["rustls"] } -ockam_core = { path = "../ockam_core", version = "^0.107.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.108.0", default_features = false } ockam_macros = { path = "../ockam_macros", version = "^0.34.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.114.0", default_features = false } -ockam_vault = { path = "../ockam_vault", version = "^0.107.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.115.0", default_features = false } +ockam_vault = { path = "../ockam_vault", version = "^0.108.0", default_features = false } p256 = { version = "0.13.2", default_features = false } sha2 = { version = "0.10", default-features = false } thiserror = { version = "1.0.59" } diff --git a/implementations/rust/ockam/ockam_vault_aws/README.md b/implementations/rust/ockam/ockam_vault_aws/README.md index 195b0367cb0..70035cc695b 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.33.0" +ockam_vault_aws = "0.34.0" ``` ## License