From cd6cfcb7f9c9ea009872015b5d7e40ac8c052604 Mon Sep 17 00:00:00 2001 From: ockam-team Date: Tue, 11 Jun 2024 19:45:01 +0000 Subject: [PATCH] ci: crate release 11-06-2024 --- Cargo.lock | 36 +++++++++---------- 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 | 6 ++++ .../rust/ockam/ockam_abac/Cargo.toml | 10 +++--- .../rust/ockam/ockam_abac/README.md | 2 +- .../rust/ockam/ockam_api/CHANGELOG.md | 17 +++++++++ .../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 | 18 ++++++++++ .../rust/ockam/ockam_command/Cargo.toml | 18 +++++----- .../rust/ockam/ockam_command/README.md | 2 +- .../rust/ockam/ockam_core/CHANGELOG.md | 10 ++++++ .../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 | 10 ++++++ .../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 | 7 ++++ .../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 | 6 ++++ .../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 | 6 ++++ .../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, 260 insertions(+), 120 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0730b80449..f0456dbb8e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4454,7 +4454,7 @@ dependencies = [ [[package]] name = "ockam" -version = "0.125.0" +version = "0.126.0" dependencies = [ "hex", "ockam_abac", @@ -4475,7 +4475,7 @@ dependencies = [ [[package]] name = "ockam_abac" -version = "0.58.0" +version = "0.59.0" dependencies = [ "cfg-if", "either", @@ -4504,7 +4504,7 @@ dependencies = [ [[package]] name = "ockam_api" -version = "0.68.0" +version = "0.69.0" dependencies = [ "base64-url", "bytes 1.6.0", @@ -4594,7 +4594,7 @@ dependencies = [ [[package]] name = "ockam_app_lib" -version = "0.125.0" +version = "0.126.0" dependencies = [ "cbindgen", "duct", @@ -4617,7 +4617,7 @@ dependencies = [ [[package]] name = "ockam_command" -version = "0.125.0" +version = "0.126.0" dependencies = [ "arboard", "assert_cmd", @@ -4677,7 +4677,7 @@ dependencies = [ [[package]] name = "ockam_core" -version = "0.109.0" +version = "0.110.0" dependencies = [ "async-trait", "backtrace", @@ -4714,7 +4714,7 @@ dependencies = [ [[package]] name = "ockam_executor" -version = "0.78.0" +version = "0.79.0" dependencies = [ "crossbeam-queue", "futures 0.3.30", @@ -4726,7 +4726,7 @@ dependencies = [ [[package]] name = "ockam_identity" -version = "0.112.0" +version = "0.113.0" dependencies = [ "async-trait", "cfg-if", @@ -4768,7 +4768,7 @@ dependencies = [ [[package]] name = "ockam_multiaddr" -version = "0.53.0" +version = "0.54.0" dependencies = [ "bincode", "minicbor", @@ -4786,7 +4786,7 @@ dependencies = [ [[package]] name = "ockam_node" -version = "0.117.0" +version = "0.118.0" dependencies = [ "cfg-if", "chrono", @@ -4832,7 +4832,7 @@ dependencies = [ [[package]] name = "ockam_transport_ble" -version = "0.79.0" +version = "0.80.0" dependencies = [ "atsame54_xpro", "bluenrg", @@ -4860,14 +4860,14 @@ dependencies = [ [[package]] name = "ockam_transport_core" -version = "0.82.0" +version = "0.83.0" dependencies = [ "ockam_core", ] [[package]] name = "ockam_transport_tcp" -version = "0.115.0" +version = "0.116.0" dependencies = [ "cfg-if", "minicbor", @@ -4888,7 +4888,7 @@ dependencies = [ [[package]] name = "ockam_transport_udp" -version = "0.59.0" +version = "0.60.0" dependencies = [ "bytes 1.6.0", "futures-util", @@ -4906,7 +4906,7 @@ dependencies = [ [[package]] name = "ockam_transport_uds" -version = "0.44.0" +version = "0.45.0" dependencies = [ "ockam_core", "ockam_macros", @@ -4920,7 +4920,7 @@ dependencies = [ [[package]] name = "ockam_transport_websocket" -version = "0.106.0" +version = "0.107.0" dependencies = [ "futures-util", "ockam_core", @@ -4935,7 +4935,7 @@ dependencies = [ [[package]] name = "ockam_vault" -version = "0.110.0" +version = "0.111.0" dependencies = [ "aes-gcm", "arrayref", @@ -4967,7 +4967,7 @@ dependencies = [ [[package]] name = "ockam_vault_aws" -version = "0.36.0" +version = "0.37.0" dependencies = [ "aws-config", "aws-sdk-kms", diff --git a/implementations/rust/ockam/ockam/CHANGELOG.md b/implementations/rust/ockam/ockam/CHANGELOG.md index b50650b4d61..7b825b01258 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.126.0 - 2024-06-11 + +### Added + +- Updated dependencies + ## 0.125.0 - 2024-05-30 ### Added diff --git a/implementations/rust/ockam/ockam/Cargo.toml b/implementations/rust/ockam/ockam/Cargo.toml index b6b09c6eeae..af6fde26ac3 100644 --- a/implementations/rust/ockam/ockam/Cargo.toml +++ b/implementations/rust/ockam/ockam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam" -version = "0.125.0" +version = "0.126.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -88,20 +88,20 @@ path = "tests/main.rs" [dependencies] hex = { version = "0.4", default-features = false } -ockam_abac = { path = "../ockam_abac", version = "^0.58.0", default_features = false, optional = true } -ockam_core = { path = "../ockam_core", version = "^0.109.0", default-features = false } -ockam_identity = { path = "../ockam_identity", version = "^0.112.0", default_features = false } +ockam_abac = { path = "../ockam_abac", version = "^0.59.0", default_features = false, optional = true } +ockam_core = { path = "../ockam_core", version = "^0.110.0", default-features = false } +ockam_identity = { path = "../ockam_identity", version = "^0.113.0", default_features = false } ockam_macros = { path = "../ockam_macros", version = "^0.34.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.117.0", default-features = false } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.82.0", default-features = false } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.115.0", default-features = false, optional = true } -ockam_vault = { path = "../ockam_vault", version = "^0.110.0", default_features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.118.0", default-features = false } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.83.0", default-features = false } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.116.0", default-features = false, optional = true } +ockam_vault = { path = "../ockam_vault", version = "^0.111.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.110.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.111.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 bf1492b994a..ea63364ba5b 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.125.0" +ockam = "0.126.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_abac/CHANGELOG.md b/implementations/rust/ockam/ockam_abac/CHANGELOG.md index 7816d44f7f3..8734ed30864 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.59.0 - 2024-06-11 + +### Added + +- Updated dependencies + ## 0.58.0 - 2024-05-30 ### Added diff --git a/implementations/rust/ockam/ockam_abac/Cargo.toml b/implementations/rust/ockam/ockam_abac/Cargo.toml index a91d8176d8c..6f398abe951 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.58.0" +version = "0.59.0" authors = ["Ockam Developers"] categories = ["cryptography", "authorization"] edition = "2021" @@ -38,15 +38,15 @@ std = [ cfg-if = "1.0.0" either = { version = "1.12.0", default-features = false } minicbor = { version = "0.24.0", features = ["derive", "alloc"] } -ockam_core = { version = "0.109.0", path = "../ockam_core", default-features = false } -ockam_identity = { version = "0.112.0", path = "../ockam_identity", default-features = false } -ockam_node = { version = "0.117.0", path = "../ockam_node", default-features = false } +ockam_core = { version = "0.110.0", path = "../ockam_core", default-features = false } +ockam_identity = { version = "0.113.0", path = "../ockam_identity", default-features = false } +ockam_node = { version = "0.118.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.78.0", path = "../ockam_executor", default-features = false, optional = true } +ockam_executor = { version = "0.79.0", path = "../ockam_executor", default-features = false, optional = true } regex = { version = "1.10.5", default-features = false, optional = true } rustyline = { version = "14.0.0", optional = true } rustyline-derive = { version = "0.10.0", optional = true } diff --git a/implementations/rust/ockam/ockam_abac/README.md b/implementations/rust/ockam/ockam_abac/README.md index 891b7853b6a..3e6d10b6c66 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.58.0" +ockam_abac = "0.59.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_api/CHANGELOG.md b/implementations/rust/ockam/ockam_api/CHANGELOG.md index 9a480b19f38..e69cbfbb928 100644 --- a/implementations/rust/ockam/ockam_api/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_api/CHANGELOG.md @@ -4,6 +4,23 @@ 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.69.0 - 2024-06-11 + +### Added + +- Kafka debugging of initial `ApiVersions`, useful when connection is closed right away +- Improve output for `project show` command +- Add jq filtering to commands json output +- Updated dependencies + +### Changed + +- Bump opentelemetry-appender-tracing from 0.3.0 to 0.4.0 + +### Fixed + +- Do not add a newline on command output when stdout is not a tty + ## 0.68.0 - 2024-05-30 ### Added diff --git a/implementations/rust/ockam/ockam_api/Cargo.toml b/implementations/rust/ockam/ockam_api/Cargo.toml index c884d518e99..a99199d10c7 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.68.0" +version = "0.69.0" authors = ["Ockam Developers"] edition = "2021" homepage = "https://github.com/ockam-network/ockam" @@ -92,24 +92,24 @@ tracing-opentelemetry = "0.24.0" tracing-subscriber = { version = "0.3.18", features = ["json"] } url = "2.4.1" -ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.53.0", features = ["cbor", "serde"] } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.115.0", default-features = false, features = ["std"] } +ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.54.0", features = ["cbor", "serde"] } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.116.0", default-features = false, features = ["std"] } tonic = "0.11" [dependencies.ockam_core] -version = "0.109.0" +version = "0.110.0" path = "../ockam_core" default-features = false features = ["no_std", "alloc"] [dependencies.ockam_node] -version = "0.117.0" +version = "0.118.0" path = "../ockam_node" default-features = false features = ["no_std", "alloc"] [dependencies.ockam_vault] -version = "0.110.0" +version = "0.111.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.36.0" +version = "0.37.0" path = "../ockam_vault_aws" default-features = false features = ["std"] [dependencies.ockam] -version = "^0.125.0" +version = "^0.126.0" path = "../ockam" default-features = false features = ["ockam_transport_tcp", "storage"] [dependencies.ockam_abac] -version = "0.58.0" +version = "0.59.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 72492d3ff73..d96534ab2fd 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.68.0" +ockam_api = "0.69.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md b/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md index bdca25f5d57..eca5eca7f0b 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.126.0 - 2024-06-11 + +### Added + +- Updated dependencies + ## 0.125.0 - 2024-05-30 ### Added diff --git a/implementations/rust/ockam/ockam_app_lib/Cargo.toml b/implementations/rust/ockam/ockam_app_lib/Cargo.toml index c62f19ee0e6..319fa757fb4 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.125.0" +version = "0.126.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -37,11 +37,11 @@ rust-crypto = ["ockam_api/rust-crypto", "ockam_transport_tcp/ring"] duct = "0.13.7" miette = { version = "7.2.0", features = ["fancy-no-backtrace"] } minicbor = { version = "0.24.0", features = ["alloc", "derive"] } -ockam = { path = "../ockam", version = "^0.125.0", features = ["software_vault"] } -ockam_api = { path = "../ockam_api", version = "0.68.0", default-features = false, features = ["std"] } -ockam_core = { path = "../ockam_core", version = "^0.109.0" } -ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.53.0", features = ["cbor", "serde"] } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.115.0", default-features = false, features = ["std"] } +ockam = { path = "../ockam", version = "^0.126.0", features = ["software_vault"] } +ockam_api = { path = "../ockam_api", version = "0.69.0", default-features = false, features = ["std"] } +ockam_core = { path = "../ockam_core", version = "^0.110.0" } +ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.54.0", features = ["cbor", "serde"] } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.116.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 6d7d50779e8..3c6ab108981 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.125.0" +ockam_app_lib = "0.126.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_command/CHANGELOG.md b/implementations/rust/ockam/ockam_command/CHANGELOG.md index 1a42e32dfa4..0928667ca48 100644 --- a/implementations/rust/ockam/ockam_command/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_command/CHANGELOG.md @@ -4,6 +4,24 @@ 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.126.0 - 2024-06-11 + +### Added + +- Improve output for `project show` command +- Add jq filtering to commands json output +- Updated dependencies + +### Changed + +- Bump opentelemetry-appender-tracing from 0.3.0 to 0.4.0 +- Rename `node-config` argument of `node create` command to `configuration` + +### Fixed + +- Do not add a newline on command output when stdout is not a tty +- `enroll` command won't wait for user input if `--no-input` is passed + ## 0.125.0 - 2024-05-30 ### Added diff --git a/implementations/rust/ockam/ockam_command/Cargo.toml b/implementations/rust/ockam/ockam_command/Cargo.toml index 3b159a2a261..31bef958750 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.125.0" +version = "0.126.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -67,14 +67,14 @@ indicatif = "0.17.8" indoc = "2.0.5" miette = { version = "7.2.0", features = ["fancy-no-backtrace"] } minicbor = { version = "0.24.0", features = ["derive", "alloc", "half"] } -ockam = { path = "../ockam", version = "^0.125.0", features = ["software_vault"] } -ockam_abac = { path = "../ockam_abac", version = "0.58.0", features = ["std"] } -ockam_api = { path = "../ockam_api", version = "0.68.0", default-features = false, features = ["std"] } -ockam_core = { path = "../ockam_core", version = "^0.109.0" } -ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.53.0", features = ["std"] } -ockam_node = { path = "../ockam_node", version = "^0.117.0" } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.115.0", default-features = false, features = ["std"] } -ockam_vault = { path = "../ockam_vault", version = "^0.110.0", default-features = false, features = ["storage", "std"] } +ockam = { path = "../ockam", version = "^0.126.0", features = ["software_vault"] } +ockam_abac = { path = "../ockam_abac", version = "0.59.0", features = ["std"] } +ockam_api = { path = "../ockam_api", version = "0.69.0", default-features = false, features = ["std"] } +ockam_core = { path = "../ockam_core", version = "^0.110.0" } +ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.54.0", features = ["std"] } +ockam_node = { path = "../ockam_node", version = "^0.118.0" } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.116.0", default-features = false, features = ["std"] } +ockam_vault = { path = "../ockam_vault", version = "^0.111.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 1660e2a5a44..257e18bbc76 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.125.0" +ockam_command = "0.126.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_core/CHANGELOG.md b/implementations/rust/ockam/ockam_core/CHANGELOG.md index 4b4dc99e9c6..bb0eaba112c 100644 --- a/implementations/rust/ockam/ockam_core/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_core/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.110.0 - 2024-06-11 + +### Added + +- Updated dependencies + +### Changed + +- Bump opentelemetry-appender-tracing from 0.3.0 to 0.4.0 + ## 0.109.0 - 2024-05-24 ### Added diff --git a/implementations/rust/ockam/ockam_core/Cargo.toml b/implementations/rust/ockam/ockam_core/Cargo.toml index e3cf7403da5..70177a497e6 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.109.0" +version = "0.110.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 1303724c695..04059f69741 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.109.0" +ockam_core = "0.110.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_executor/CHANGELOG.md b/implementations/rust/ockam/ockam_executor/CHANGELOG.md index f06a5c58f90..7c82a6db50f 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.79.0 - 2024-06-11 + +### Added + +- Updated dependencies + ## 0.78.0 - 2024-05-24 ### Added diff --git a/implementations/rust/ockam/ockam_executor/Cargo.toml b/implementations/rust/ockam/ockam_executor/Cargo.toml index 2b6d9e1f8aa..2de44a1fbaf 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.78.0" +version = "0.79.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -36,6 +36,6 @@ 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.109.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.110.0", default_features = false } pin-project-lite = "0.2" 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 7fe9dcb9a75..fe2aa78e6c8 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.78.0" +ockam_executor = "0.79.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_identity/CHANGELOG.md b/implementations/rust/ockam/ockam_identity/CHANGELOG.md index d3df41c9bdf..cd37ada5cf7 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.113.0 - 2024-06-11 + +### Added + +- Updated dependencies + +### Fixed + +- Increase test sleep duration + ## 0.112.0 - 2024-05-30 ### Added diff --git a/implementations/rust/ockam/ockam_identity/Cargo.toml b/implementations/rust/ockam/ockam_identity/Cargo.toml index 1ab736de294..d1deef4a2a4 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.112.0" +version = "0.113.0" authors = ["Ockam Developers"] categories = ["cryptography", "authentication"] edition = "2021" @@ -78,11 +78,11 @@ chrono = { version = "0.4.38", default-features = false } delegate = "0.12.0" hex = { version = "0.4", default-features = false } minicbor = { version = "0.24.0", features = ["alloc", "derive"] } -ockam_core = { path = "../ockam_core", version = "^0.109.0", default-features = false } +ockam_core = { path = "../ockam_core", 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.117.0", default-features = false } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.82.0", default_features = false } -ockam_vault = { path = "../ockam_vault", version = "^0.110.0", default-features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.118.0", default-features = false } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.83.0", default_features = false } +ockam_vault = { path = "../ockam_vault", version = "^0.111.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 a1952f4d265..3bb70d49380 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.112.0" +ockam_identity = "0.113.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_multiaddr/CHANGELOG.md b/implementations/rust/ockam/ockam_multiaddr/CHANGELOG.md index 58d60fcad2e..0b4de14b2dc 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.54.0 - 2024-06-11 + +### Added + +- Updated dependencies + ## 0.53.0 - 2024-05-24 ### Added diff --git a/implementations/rust/ockam/ockam_multiaddr/Cargo.toml b/implementations/rust/ockam/ockam_multiaddr/Cargo.toml index 5b84c51f9c7..af347a5b928 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.53.0" +version = "0.54.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.109.0" +version = "0.110.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 50d09746ebc..61a24ca803a 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.53.0" +ockam_multiaddr = "0.54.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_node/CHANGELOG.md b/implementations/rust/ockam/ockam_node/CHANGELOG.md index 4c461ddce0e..cde1eb65ecb 100644 --- a/implementations/rust/ockam/ockam_node/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_node/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.118.0 - 2024-06-11 + +### Added + +- Set sql statement log level to trace +- Updated dependencies + ## 0.117.0 - 2024-05-30 ### Added diff --git a/implementations/rust/ockam/ockam_node/Cargo.toml b/implementations/rust/ockam/ockam_node/Cargo.toml index 71d34684155..900d1d673bc 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.117.0" +version = "0.118.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.109.0", default_features = false } -ockam_executor = { path = "../ockam_executor", version = "^0.78.0", default-features = false, optional = true } +ockam_core = { path = "../ockam_core", version = "^0.110.0", default_features = false } +ockam_executor = { path = "../ockam_executor", version = "^0.79.0", default-features = false, optional = true } ockam_macros = { path = "../ockam_macros", version = "^0.34.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.82.0", default-features = false, optional = true } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.83.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 28df6f63208..13fae1c4bff 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.117.0" +ockam_node = "0.118.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md index 5f19e6731de..fcf38f106e0 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.80.0 - 2024-06-11 + +### Added + +- Updated dependencies + ## 0.79.0 - 2024-05-30 ### Added diff --git a/implementations/rust/ockam/ockam_transport_ble/Cargo.toml b/implementations/rust/ockam/ockam_transport_ble/Cargo.toml index a177e813424..2eb7daf7d39 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.79.0" +version = "0.80.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.109.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.117.0", default_features = false } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.82.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.110.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.118.0", default_features = false } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.83.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.112.0" } -ockam_vault = { path = "../ockam_vault", version = "^0.110.0" } +ockam_identity = { path = "../ockam_identity", version = "^0.113.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.111.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 291035e2eef..88e4bb7e7eb 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.79.0" +ockam_transport_ble = "0.80.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_core/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_core/CHANGELOG.md index 8e0093074d9..80f952421bc 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.83.0 - 2024-06-11 + +### Added + +- Updated dependencies + ## 0.82.0 - 2024-05-24 ### Added diff --git a/implementations/rust/ockam/ockam_transport_core/Cargo.toml b/implementations/rust/ockam/ockam_transport_core/Cargo.toml index 02e47753586..945a248cb38 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.82.0" +version = "0.83.0" authors = ["Ockam Developers"] categories = ["network-programming", "asynchronous"] edition = "2021" @@ -31,4 +31,4 @@ no_std = ["ockam_core/no_std"] alloc = ["ockam_core/alloc"] [dependencies] -ockam_core = { path = "../ockam_core", version = "^0.109.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.110.0", default_features = false } diff --git a/implementations/rust/ockam/ockam_transport_core/README.md b/implementations/rust/ockam/ockam_transport_core/README.md index b31c0100c77..ec30d920bc3 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.82.0" +ockam_transport_core = "0.83.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md index 5f7c9200159..1392087dfe1 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.116.0 - 2024-06-11 + +### Added + +- Updated dependencies + ## 0.115.0 - 2024-05-30 ### Added diff --git a/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml b/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml index f8ec53ee312..47dd50e335f 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.115.0" +version = "0.116.0" authors = ["Ockam Developers"] autoexamples = false categories = [ @@ -33,10 +33,10 @@ ring = ["tokio-rustls/ring"] [dependencies] cfg-if = "1.0.0" minicbor = "0.24" -ockam_core = { path = "../ockam_core", version = "^0.109.0" } +ockam_core = { path = "../ockam_core", version = "^0.110.0" } ockam_macros = { path = "../ockam_macros", version = "^0.34.0" } -ockam_node = { path = "../ockam_node", version = "^0.117.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.82.0" } +ockam_node = { path = "../ockam_node", version = "^0.118.0" } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.83.0" } opentelemetry = { version = "0.23.0", features = ["logs", "metrics", "trace"], optional = true } rand = "0.8" regex = "1.10.5" diff --git a/implementations/rust/ockam/ockam_transport_tcp/README.md b/implementations/rust/ockam/ockam_transport_tcp/README.md index e788a49cb3b..5e3f4fe9872 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.115.0" +ockam_transport_tcp = "0.116.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md index d388f87631c..ec356d31826 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.60.0 - 2024-06-11 + +### Added + +- Updated dependencies + ## 0.59.0 - 2024-05-30 ### Added diff --git a/implementations/rust/ockam/ockam_transport_udp/Cargo.toml b/implementations/rust/ockam/ockam_transport_udp/Cargo.toml index 1f69335d82d..4e934b38484 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.59.0" +version = "0.60.0" authors = ["Ockam Developers"] autoexamples = false categories = [ @@ -31,9 +31,9 @@ alloc = [] [dependencies] bytes = "1.6.0" futures-util = "0.3" -ockam_core = { path = "../ockam_core", version = "^0.109.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.117.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.82.0" } +ockam_core = { path = "../ockam_core", version = "^0.110.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.118.0" } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.83.0" } rand = "0.8" serde = { version = "1.0", default-features = false, features = ["derive"] } tokio = { version = "1.38.0", features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-util"] } @@ -41,7 +41,7 @@ tokio-util = { version = "0.7.11", features = ["net", "codec"] } tracing = { version = "0.1", default-features = false } [dev-dependencies] -ockam = { path = "../ockam", version = "^0.125.0" } +ockam = { path = "../ockam", version = "^0.126.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 a8e2ef462f8..f5b0ed0ab98 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.59.0" +ockam_transport_udp = "0.60.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md index ca9262252eb..d860d6a6089 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.45.0 - 2024-06-11 + +### Added + +- Updated dependencies + ## 0.44.0 - 2024-05-30 ### Added diff --git a/implementations/rust/ockam/ockam_transport_uds/Cargo.toml b/implementations/rust/ockam/ockam_transport_uds/Cargo.toml index 7e8762c6ba5..91efb1ad3e8 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.44.0" +version = "0.45.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -27,10 +27,10 @@ std = ["ockam_macros/std"] alloc = [] [dependencies] -ockam_core = { path = "../ockam_core", version = "^0.109.0" } +ockam_core = { path = "../ockam_core", version = "^0.110.0" } ockam_macros = { path = "../ockam_macros", version = "^0.34.0" } -ockam_node = { path = "../ockam_node", version = "^0.117.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.82.0" } +ockam_node = { path = "../ockam_node", version = "^0.118.0" } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.83.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 07ea1bbe30e..5d13a1e478f 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.44.0" +ockam_transport_uds = "0.45.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md index 1bbc4be894f..406d0e71c0b 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.107.0 - 2024-06-11 + +### Added + +- Updated dependencies + ## 0.106.0 - 2024-05-30 ### Added diff --git a/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml b/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml index 8fd0fb8be32..e4219f32605 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.106.0" +version = "0.107.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.109.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.117.0", default_features = false } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.82.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.110.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.118.0", default_features = false } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.83.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.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 964913d54b1..9817094e428 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.106.0" +ockam_transport_websocket = "0.107.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_vault/CHANGELOG.md b/implementations/rust/ockam/ockam_vault/CHANGELOG.md index fc476588267..139da43b67c 100644 --- a/implementations/rust/ockam/ockam_vault/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_vault/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.111.0 - 2024-06-11 + +### Added + +- Updated dependencies + ## 0.110.0 - 2024-05-30 ### Added diff --git a/implementations/rust/ockam/ockam_vault/Cargo.toml b/implementations/rust/ockam/ockam_vault/Cargo.toml index 6f7c33f482c..d9e9e5a4582 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.110.0" +version = "0.111.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.109.0", default_features = false } +ockam_core = { path = "../ockam_core", 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.117.0", default_features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.118.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 039dd60bfbf..c0570873906 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.110.0" +ockam_vault = "0.111.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md b/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md index 8b0121e1c3d..d4e36f10ee5 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.37.0 - 2024-06-11 + +### Added + +- Updated dependencies + ## 0.36.0 - 2024-05-30 ### Added diff --git a/implementations/rust/ockam/ockam_vault_aws/Cargo.toml b/implementations/rust/ockam/ockam_vault_aws/Cargo.toml index c72323c93ff..8c8b42ad72e 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.36.0" +version = "0.37.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -58,10 +58,10 @@ rust-crypto = ["ockam_vault/rust-crypto"] [dependencies] aws-config = { version = "1.4.0", default-features = false, features = ["rustls", "rt-tokio"] } aws-sdk-kms = { version = "1.26.0", default-features = false, features = ["rustls"] } -ockam_core = { path = "../ockam_core", version = "^0.109.0", default_features = false } +ockam_core = { path = "../ockam_core", 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.117.0", default_features = false } -ockam_vault = { path = "../ockam_vault", version = "^0.110.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.118.0", default_features = false } +ockam_vault = { path = "../ockam_vault", version = "^0.111.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 bfc736b6b9b..662f5d0431d 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.36.0" +ockam_vault_aws = "0.37.0" ``` ## License