From 943f75e6a3e531e3daaa91dbfb27913b35c379fa Mon Sep 17 00:00:00 2001 From: ockam-team Date: Thu, 4 Jan 2024 10:56:23 +0000 Subject: [PATCH] ci: crate release 04-01-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 | 6 ++++ .../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 | 6 ++++ .../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 | 7 ++++ .../rust/ockam/ockam_identity/Cargo.toml | 8 ++--- .../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 | 6 ++++ .../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 | 7 ++++ .../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, 235 insertions(+), 119 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e3be061c5a..ab1018afdc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3669,7 +3669,7 @@ dependencies = [ [[package]] name = "ockam" -version = "0.114.0" +version = "0.115.0" dependencies = [ "arrayref", "dyn-clone", @@ -3693,7 +3693,7 @@ dependencies = [ [[package]] name = "ockam_abac" -version = "0.47.0" +version = "0.48.0" dependencies = [ "either", "minicbor", @@ -3718,7 +3718,7 @@ dependencies = [ [[package]] name = "ockam_api" -version = "0.57.0" +version = "0.58.0" dependencies = [ "anyhow", "aws-config", @@ -3775,7 +3775,7 @@ dependencies = [ [[package]] name = "ockam_app_lib" -version = "0.114.0" +version = "0.115.0" dependencies = [ "cbindgen", "duct", @@ -3800,7 +3800,7 @@ dependencies = [ [[package]] name = "ockam_command" -version = "0.114.0" +version = "0.115.0" dependencies = [ "anyhow", "arboard", @@ -3863,7 +3863,7 @@ dependencies = [ [[package]] name = "ockam_core" -version = "0.99.0" +version = "0.100.0" dependencies = [ "async-trait", "backtrace", @@ -3891,7 +3891,7 @@ dependencies = [ [[package]] name = "ockam_executor" -version = "0.68.0" +version = "0.69.0" dependencies = [ "crossbeam-queue", "futures 0.3.30", @@ -3904,7 +3904,7 @@ dependencies = [ [[package]] name = "ockam_identity" -version = "0.101.0" +version = "0.102.0" dependencies = [ "async-trait", "cfg-if", @@ -3955,7 +3955,7 @@ dependencies = [ [[package]] name = "ockam_multiaddr" -version = "0.43.0" +version = "0.44.0" dependencies = [ "bincode", "minicbor", @@ -3973,7 +3973,7 @@ dependencies = [ [[package]] name = "ockam_node" -version = "0.106.0" +version = "0.107.0" dependencies = [ "cfg-if", "fs2", @@ -4000,7 +4000,7 @@ dependencies = [ [[package]] name = "ockam_transport_ble" -version = "0.68.0" +version = "0.69.0" dependencies = [ "atsame54_xpro", "bluenrg", @@ -4029,7 +4029,7 @@ dependencies = [ [[package]] name = "ockam_transport_core" -version = "0.72.0" +version = "0.73.0" dependencies = [ "ockam_core", "tracing", @@ -4037,7 +4037,7 @@ dependencies = [ [[package]] name = "ockam_transport_tcp" -version = "0.104.0" +version = "0.105.0" dependencies = [ "cfg-if", "hashbrown 0.14.3", @@ -4055,7 +4055,7 @@ dependencies = [ [[package]] name = "ockam_transport_udp" -version = "0.48.0" +version = "0.49.0" dependencies = [ "bytes 1.5.0", "futures-util", @@ -4074,7 +4074,7 @@ dependencies = [ [[package]] name = "ockam_transport_uds" -version = "0.33.0" +version = "0.34.0" dependencies = [ "ockam_core", "ockam_macros", @@ -4088,7 +4088,7 @@ dependencies = [ [[package]] name = "ockam_transport_websocket" -version = "0.95.0" +version = "0.96.0" dependencies = [ "futures-util", "ockam_core", @@ -4103,7 +4103,7 @@ dependencies = [ [[package]] name = "ockam_vault" -version = "0.99.0" +version = "0.100.0" dependencies = [ "aes-gcm", "arrayref", @@ -4135,7 +4135,7 @@ dependencies = [ [[package]] name = "ockam_vault_aws" -version = "0.25.0" +version = "0.26.0" dependencies = [ "aws-config", "aws-sdk-kms", diff --git a/implementations/rust/ockam/ockam/CHANGELOG.md b/implementations/rust/ockam/ockam/CHANGELOG.md index f495df31e56..b7e81d609d0 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.115.0 - 2024-01-04 + +### Added + +- Introduce sql data node isolation +- Updated dependencies + ## 0.114.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam/Cargo.toml b/implementations/rust/ockam/ockam/Cargo.toml index 63f258cdecd..0b0a3fcdfd3 100644 --- a/implementations/rust/ockam/ockam/Cargo.toml +++ b/implementations/rust/ockam/ockam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam" -version = "0.114.0" +version = "0.115.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -85,20 +85,20 @@ arrayref = "0.3" dyn-clone = "1.0" hex = { version = "0.4", default-features = false } minicbor = { version = "0.20.0", features = ["alloc", "derive"] } -ockam_abac = { path = "../ockam_abac", version = "^0.47.0", default_features = false, optional = true } -ockam_core = { path = "../ockam_core", version = "^0.99.0", default-features = false } -ockam_identity = { path = "../ockam_identity", version = "^0.101.0", default_features = false } +ockam_abac = { path = "../ockam_abac", version = "^0.48.0", default_features = false, optional = true } +ockam_core = { path = "../ockam_core", version = "^0.100.0", default-features = false } +ockam_identity = { path = "../ockam_identity", version = "^0.102.0", default_features = false } ockam_macros = { path = "../ockam_macros", version = "^0.32.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.106.0", default-features = false } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.104.0", optional = true } -ockam_vault = { path = "../ockam_vault", version = "^0.99.0", default_features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.107.0", default-features = false } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.105.0", optional = true } +ockam_vault = { path = "../ockam_vault", version = "^0.100.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.99.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.100.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 6e73774b263..67358b300bc 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.114.0" +ockam = "0.115.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_abac/CHANGELOG.md b/implementations/rust/ockam/ockam_abac/CHANGELOG.md index 7212eb5a10c..8b53d26ac76 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.48.0 - 2024-01-04 + +### Added + +- Updated dependencies + ## 0.47.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam_abac/Cargo.toml b/implementations/rust/ockam/ockam_abac/Cargo.toml index 5494d252571..e9da248d46c 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.47.0" +version = "0.48.0" authors = ["Ockam Developers"] categories = ["cryptography", "authorization"] edition = "2021" @@ -34,13 +34,13 @@ std = [ [dependencies] either = { version = "1.9.0", default-features = false } minicbor = { version = "0.20.0", features = ["derive", "alloc"] } -ockam_core = { version = "0.99.0", path = "../ockam_core", default-features = false } -ockam_identity = { version = "0.101.0", path = "../ockam_identity", default-features = false } -ockam_node = { version = "0.106.0", path = "../ockam_node", default-features = false } +ockam_core = { version = "0.100.0", path = "../ockam_core", default-features = false } +ockam_identity = { version = "0.102.0", path = "../ockam_identity", default-features = false } +ockam_node = { version = "0.107.0", path = "../ockam_node", default-features = false } once_cell = { version = "1.19.0", default-features = false, features = ["alloc"] } # optional: -ockam_executor = { version = "0.68.0", path = "../ockam_executor", default-features = false, optional = true } +ockam_executor = { version = "0.69.0", path = "../ockam_executor", default-features = false, optional = true } regex = { version = "1.10.2", default-features = false, optional = true } rusqlite = { version = "0.30.0", optional = true } rustyline = { version = "13.0.0", optional = true } diff --git a/implementations/rust/ockam/ockam_abac/README.md b/implementations/rust/ockam/ockam_abac/README.md index 1ad04d182a7..2b4b6901dfd 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.47.0" +ockam_abac = "0.48.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_api/CHANGELOG.md b/implementations/rust/ockam/ockam_api/CHANGELOG.md index 36fb71e3795..15cd16f16ef 100644 --- a/implementations/rust/ockam/ockam_api/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_api/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.58.0 - 2024-01-04 + +### Added + +- Updated dependencies + ## 0.57.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam_api/Cargo.toml b/implementations/rust/ockam/ockam_api/Cargo.toml index 5be6c4dc03b..de4a468fd41 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.57.0" +version = "0.58.0" authors = ["Ockam Developers"] edition = "2021" homepage = "https://github.com/ockam-network/ockam" @@ -63,23 +63,23 @@ tracing-error = "0.2.0" tracing-subscriber = { version = "0.3.18", features = ["json"] } url = "2.4.1" -ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.43.0", features = ["cbor", "serde"] } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.104.0" } +ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.44.0", features = ["cbor", "serde"] } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.105.0" } [dependencies.ockam_core] -version = "0.99.0" +version = "0.100.0" path = "../ockam_core" default-features = false features = ["no_std", "alloc"] [dependencies.ockam_node] -version = "0.106.0" +version = "0.107.0" path = "../ockam_node" default-features = false features = ["no_std", "alloc"] [dependencies.ockam_vault] -version = "0.99.0" +version = "0.100.0" path = "../ockam_vault" default-features = false # FIXME: ockam_vault's dependency curve25519-dalek has non-additive features which @@ -87,19 +87,19 @@ default-features = false features = ["std"] [dependencies.ockam_vault_aws] -version = "0.25.0" +version = "0.26.0" path = "../ockam_vault_aws" default-features = false features = ["std"] [dependencies.ockam] -version = "^0.114.0" +version = "^0.115.0" path = "../ockam" default-features = false features = ["ockam_transport_tcp", "storage"] [dependencies.ockam_abac] -version = "0.47.0" +version = "0.48.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 11d31a5736d..24b71057087 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.57.0" +ockam_api = "0.58.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md b/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md index a548ff6e381..d28660b380b 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.115.0 - 2024-01-04 + +### Added + +- Updated dependencies + ## 0.114.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam_app_lib/Cargo.toml b/implementations/rust/ockam/ockam_app_lib/Cargo.toml index 37d7581b749..f3a250557e0 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.114.0" +version = "0.115.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -33,11 +33,11 @@ futures = { version = "0.3.30", default-features = false } hex = { version = "0.4.3", default-features = false, features = ["alloc", "serde"] } miette = { version = "5.10.0", features = ["fancy-no-backtrace"] } minicbor = { version = "0.20.0", features = ["alloc", "derive"] } -ockam = { path = "../ockam", version = "^0.114.0", features = ["software_vault"] } -ockam_api = { path = "../ockam_api", version = "0.57.0", features = ["std"] } -ockam_core = { path = "../ockam_core", version = "^0.99.0" } -ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.43.0", features = ["cbor", "serde"] } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.104.0" } +ockam = { path = "../ockam", version = "^0.115.0", features = ["software_vault"] } +ockam_api = { path = "../ockam_api", version = "0.58.0", features = ["std"] } +ockam_core = { path = "../ockam_core", version = "^0.100.0" } +ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.44.0", features = ["cbor", "serde"] } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.105.0" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sqlx = { version = "0.7.3", 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 b0ad4f5d15a..c5167e14dc0 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.114.0" +ockam_app_lib = "0.115.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_command/CHANGELOG.md b/implementations/rust/ockam/ockam_command/CHANGELOG.md index c952fad4535..d2d77e2a300 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.115.0 - 2024-01-04 + +### Added + +- Introduce sql data node isolation +- Updated dependencies + +### Changed + +- Do not force node_name on database creation + ## 0.114.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam_command/Cargo.toml b/implementations/rust/ockam/ockam_command/Cargo.toml index ab1d8a0aef9..3c95de6db3e 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.114.0" +version = "0.115.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -72,15 +72,15 @@ indoc = "2.0.4" miette = { version = "5.10.0", features = ["fancy-no-backtrace"] } minicbor = { version = "0.20.0", features = ["derive", "alloc", "half"] } nix = "0.27" -ockam = { path = "../ockam", version = "^0.114.0", features = ["software_vault"] } -ockam_abac = { path = "../ockam_abac", version = "0.47.0", features = ["std"] } -ockam_api = { path = "../ockam_api", version = "0.57.0", features = ["std"] } -ockam_core = { path = "../ockam_core", version = "^0.99.0" } -ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.43.0", features = ["std"] } -ockam_node = { path = "../ockam_node", version = "^0.106.0" } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.104.0" } -ockam_vault = { path = "../ockam_vault", version = "^0.99.0", features = ["storage"] } -ockam_vault_aws = { path = "../ockam_vault_aws", version = "^0.25.0" } +ockam = { path = "../ockam", version = "^0.115.0", features = ["software_vault"] } +ockam_abac = { path = "../ockam_abac", version = "0.48.0", features = ["std"] } +ockam_api = { path = "../ockam_api", version = "0.58.0", features = ["std"] } +ockam_core = { path = "../ockam_core", version = "^0.100.0" } +ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.44.0", features = ["std"] } +ockam_node = { path = "../ockam_node", version = "^0.107.0" } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.105.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.100.0", features = ["storage"] } +ockam_vault_aws = { path = "../ockam_vault_aws", version = "^0.26.0" } once_cell = "1.19" open = "5.0.0" pem-rfc7468 = { version = "0.7.0", features = ["std"] } diff --git a/implementations/rust/ockam/ockam_command/README.md b/implementations/rust/ockam/ockam_command/README.md index f45e9f2dd0c..cca0d1a45e1 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.114.0" +ockam_command = "0.115.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_core/CHANGELOG.md b/implementations/rust/ockam/ockam_core/CHANGELOG.md index 828e3d585a1..8f97aeebbec 100644 --- a/implementations/rust/ockam/ockam_core/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_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.100.0 - 2024-01-04 + +### Added + +- Updated dependencies + ## 0.99.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam_core/Cargo.toml b/implementations/rust/ockam/ockam_core/Cargo.toml index 71af78f199e..2cd5da389bd 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.99.0" +version = "0.100.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 13c9ce27d8c..d985b296277 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.99.0" +ockam_core = "0.100.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_executor/CHANGELOG.md b/implementations/rust/ockam/ockam_executor/CHANGELOG.md index db57ac920fb..88ce12281e9 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.69.0 - 2024-01-04 + +### Added + +- Updated dependencies + ## 0.68.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam_executor/Cargo.toml b/implementations/rust/ockam/ockam_executor/Cargo.toml index 46d47ebf52d..7fee535e764 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.68.0" +version = "0.69.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -36,7 +36,7 @@ no_std = ["ockam_core/no_std"] crossbeam-queue = { version = "0.3.10", 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.99.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.100.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 28b9a0aef06..b0d7399423b 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.68.0" +ockam_executor = "0.69.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_identity/CHANGELOG.md b/implementations/rust/ockam/ockam_identity/CHANGELOG.md index 7a3e9146630..b26f5a06550 100644 --- a/implementations/rust/ockam/ockam_identity/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_identity/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.102.0 - 2024-01-04 + +### Added + +- Introduce sql data node isolation +- Updated dependencies + ## 0.101.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam_identity/Cargo.toml b/implementations/rust/ockam/ockam_identity/Cargo.toml index 1137a5aad0c..65d1335f28f 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.101.0" +version = "0.102.0" authors = ["Ockam Developers"] categories = ["cryptography", "authentication"] edition = "2021" @@ -78,10 +78,10 @@ delegate = "0.12.0" group = { version = "0.13.0", default-features = false } hex = { version = "0.4", default-features = false } minicbor = { version = "0.20.0", features = ["alloc", "derive"] } -ockam_core = { path = "../ockam_core", version = "^0.99.0", default-features = false } +ockam_core = { path = "../ockam_core", version = "^0.100.0", default-features = false } ockam_macros = { path = "../ockam_macros", version = "^0.32.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.106.0", default-features = false } -ockam_vault = { path = "../ockam_vault", version = "^0.99.0", default-features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.107.0", default-features = false } +ockam_vault = { path = "../ockam_vault", version = "^0.100.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 03bf143d496..0e4e02a1dcc 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.101.0" +ockam_identity = "0.102.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_multiaddr/CHANGELOG.md b/implementations/rust/ockam/ockam_multiaddr/CHANGELOG.md index 5f303dd066d..0d92a31c617 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.44.0 - 2024-01-04 + +### Added + +- Updated dependencies + ## 0.43.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam_multiaddr/Cargo.toml b/implementations/rust/ockam/ockam_multiaddr/Cargo.toml index b2d38f0d122..98e655d9e4b 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.43.0" +version = "0.44.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.99.0" +version = "0.100.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 b9d40f12110..98db7522ea9 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.43.0" +ockam_multiaddr = "0.44.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_node/CHANGELOG.md b/implementations/rust/ockam/ockam_node/CHANGELOG.md index de96fd0f3c0..ce73f1f3f64 100644 --- a/implementations/rust/ockam/ockam_node/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_node/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-01-04 + +### Added + +- Updated dependencies + ## 0.106.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam_node/Cargo.toml b/implementations/rust/ockam/ockam_node/Cargo.toml index 6f0ed599354..b828576fc68 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.106.0" +version = "0.107.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -73,10 +73,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.20.0", features = ["derive"] } -ockam_core = { path = "../ockam_core", version = "^0.99.0", default_features = false } -ockam_executor = { path = "../ockam_executor", version = "^0.68.0", default-features = false, optional = true } +ockam_core = { path = "../ockam_core", version = "^0.100.0", default_features = false } +ockam_executor = { path = "../ockam_executor", version = "^0.69.0", default-features = false, optional = true } ockam_macros = { path = "../ockam_macros", version = "^0.32.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.72.0", default-features = false, optional = true } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.73.0", default-features = false, optional = true } serde = { version = "1.0", default-features = false, features = ["derive"] } serde_bare = { version = "0.5.0", default-features = false } serde_json = { version = "1", optional = true } diff --git a/implementations/rust/ockam/ockam_node/README.md b/implementations/rust/ockam/ockam_node/README.md index 0115ae4a27a..c528a9f5f1c 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.106.0" +ockam_node = "0.107.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md index dde8b90e428..502b4d5f694 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.69.0 - 2024-01-04 + +### Added + +- Updated dependencies + ## 0.68.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam_transport_ble/Cargo.toml b/implementations/rust/ockam/ockam_transport_ble/Cargo.toml index 2e4fb40a71e..c2291910abf 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.68.0" +version = "0.69.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.99.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.106.0", default_features = false } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.72.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.100.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.107.0", default_features = false } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.73.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.101.0" } -ockam_vault = { path = "../ockam_vault", version = "^0.99.0" } +ockam_identity = { path = "../ockam_identity", version = "^0.102.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.100.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 b132dc34113..e012dc80e02 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.68.0" +ockam_transport_ble = "0.69.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_core/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_core/CHANGELOG.md index 825b4120772..53d4904dae9 100644 --- a/implementations/rust/ockam/ockam_transport_core/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_core/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.73.0 - 2024-01-04 + +### Added + +- Added check for max message length +- Updated dependencies + ## 0.72.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam_transport_core/Cargo.toml b/implementations/rust/ockam/ockam_transport_core/Cargo.toml index 596bcf03ab4..972954d0fe0 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.72.0" +version = "0.73.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.99.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.100.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 7ea63424b23..c94be99b310 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.72.0" +ockam_transport_core = "0.73.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md index b1b86728170..f8374bdb951 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.105.0 - 2024-01-04 + +### Added + +- Updated dependencies + ## 0.104.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml b/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml index 106cd8f9ade..334aa988f91 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.104.0" +version = "0.105.0" authors = ["Ockam Developers"] autoexamples = false categories = [ @@ -31,10 +31,10 @@ alloc = [] [dependencies] cfg-if = "1.0.0" hashbrown = { version = "0.14", default-features = false } -ockam_core = { path = "../ockam_core", version = "^0.99.0" } +ockam_core = { path = "../ockam_core", version = "^0.100.0" } ockam_macros = { path = "../ockam_macros", version = "^0.32.0" } -ockam_node = { path = "../ockam_node", version = "^0.106.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.72.0" } +ockam_node = { path = "../ockam_node", version = "^0.107.0" } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.73.0" } rand = "0.8" serde = { version = "1.0", default-features = false, features = ["derive"] } socket2 = { version = "0.5.5", features = ["all"] } diff --git a/implementations/rust/ockam/ockam_transport_tcp/README.md b/implementations/rust/ockam/ockam_transport_tcp/README.md index f6d9918ddcb..ca939735385 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.104.0" +ockam_transport_tcp = "0.105.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md index 0fd96131b56..93928099c31 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.49.0 - 2024-01-04 + +### Added + +- Updated dependencies + ## 0.48.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam_transport_udp/Cargo.toml b/implementations/rust/ockam/ockam_transport_udp/Cargo.toml index e7455e4ae73..81481fbc877 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.48.0" +version = "0.49.0" authors = ["Ockam Developers"] autoexamples = false categories = [ @@ -32,9 +32,9 @@ alloc = [] bytes = "1.5.0" futures-util = "0.3" hashbrown = { version = "0.14" } -ockam_core = { path = "../ockam_core", version = "^0.99.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.106.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.72.0" } +ockam_core = { path = "../ockam_core", version = "^0.100.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.107.0" } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.73.0" } rand = "0.8" serde = { version = "1.0", default-features = false, features = ["derive"] } tokio = { version = "1.35.1", 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.114.0" } +ockam = { path = "../ockam", version = "^0.115.0" } ockam_macros = { path = "../ockam_macros", version = "^0.32.0" } [[example]] diff --git a/implementations/rust/ockam/ockam_transport_udp/README.md b/implementations/rust/ockam/ockam_transport_udp/README.md index aa94ad40e97..6fb98e24d54 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.48.0" +ockam_transport_udp = "0.49.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md index 81bb0b009c8..64545008aab 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.34.0 - 2024-01-04 + +### Added + +- Updated dependencies + ## 0.33.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam_transport_uds/Cargo.toml b/implementations/rust/ockam/ockam_transport_uds/Cargo.toml index 7c6ee7d91f5..206d5c944ac 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.33.0" +version = "0.34.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -27,10 +27,10 @@ std = ["ockam_macros/std"] alloc = [] [dependencies] -ockam_core = { path = "../ockam_core", version = "^0.99.0" } +ockam_core = { path = "../ockam_core", version = "^0.100.0" } ockam_macros = { path = "../ockam_macros", version = "^0.32.0" } -ockam_node = { path = "../ockam_node", version = "^0.106.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.72.0" } +ockam_node = { path = "../ockam_node", version = "^0.107.0" } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.73.0" } serde = { version = "1.0", default-features = false, features = ["derive"] } socket2 = "0.5.5" tokio = { version = "1.35", 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 72d3e957c79..85a439a61c6 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.33.0" +ockam_transport_uds = "0.34.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md index 3e202b123f2..856509fbeb4 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.96.0 - 2024-01-04 + +### Added + +- Updated dependencies + ## 0.95.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml b/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml index 532abe3d21b..29cbbeedc6f 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.95.0" +version = "0.96.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.99.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.106.0", default_features = false } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.72.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.100.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.107.0", default_features = false } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.73.0", default_features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } tokio = { version = "1.35", 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 b369550f99a..f22d3d7515a 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.95.0" +ockam_transport_websocket = "0.96.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_vault/CHANGELOG.md b/implementations/rust/ockam/ockam_vault/CHANGELOG.md index 3f1d91fcb4a..058c35f1260 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.100.0 - 2024-01-04 + +### Added + +- Updated dependencies + ## 0.99.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam_vault/Cargo.toml b/implementations/rust/ockam/ockam_vault/Cargo.toml index 469ca9bd44f..b2bb383510c 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.99.0" +version = "0.100.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -79,9 +79,9 @@ ed25519-dalek = { version = "2.0", default-features = false, features = ["fast", hex = { version = "0.4", default-features = false } hkdf = { version = "0.12", default-features = false } minicbor = { version = "0.20.0", features = ["derive"] } -ockam_core = { path = "../ockam_core", version = "^0.99.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.100.0", default_features = false } ockam_macros = { path = "../ockam_macros", version = "^0.32.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.106.0", default_features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.107.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 55d6fb7610f..e764e9b72a5 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.99.0" +ockam_vault = "0.100.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md b/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md index de461a5a885..f5474c79ea0 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.26.0 - 2024-01-04 + +### Added + +- Updated dependencies + ## 0.25.0 - 2023-12-26 ### Changed diff --git a/implementations/rust/ockam/ockam_vault_aws/Cargo.toml b/implementations/rust/ockam/ockam_vault_aws/Cargo.toml index c35369ee17d..4c54672479b 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.25.0" +version = "0.26.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -56,10 +56,10 @@ credentials-sso = ["aws-config/sso"] [dependencies] aws-config = { version = "1.1.1", default-features = false, features = ["rustls", "rt-tokio"] } aws-sdk-kms = { version = "1.9.0", default-features = false, features = ["rustls"] } -ockam_core = { path = "../ockam_core", version = "^0.99.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.100.0", default_features = false } ockam_macros = { path = "../ockam_macros", version = "^0.32.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.106.0", default_features = false } -ockam_vault = { path = "../ockam_vault", version = "^0.99.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.107.0", default_features = false } +ockam_vault = { path = "../ockam_vault", version = "^0.100.0", default_features = false } p256 = { version = "0.13.2", default_features = false } sha2 = { version = "0.10", default-features = false } thiserror = { version = "1.0.56" } diff --git a/implementations/rust/ockam/ockam_vault_aws/README.md b/implementations/rust/ockam/ockam_vault_aws/README.md index a2157a1096f..52675cc43a2 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.25.0" +ockam_vault_aws = "0.26.0" ``` ## License