From c8ed28a7b7ea32559774c07fe46c4c3cd5dacbc2 Mon Sep 17 00:00:00 2001 From: ockam-team Date: Wed, 8 Nov 2023 16:52:18 +0000 Subject: [PATCH] ci: crate release 08-11-2023 --- Cargo.lock | 36 +++++++++---------- implementations/rust/ockam/ockam/CHANGELOG.md | 6 ++++ 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 | 8 ++--- .../rust/ockam/ockam_abac/README.md | 2 +- .../rust/ockam/ockam_api/CHANGELOG.md | 7 ++++ .../rust/ockam/ockam_api/Cargo.toml | 18 +++++----- .../rust/ockam/ockam_api/README.md | 2 +- .../rust/ockam/ockam_app/Cargo.toml | 10 +++--- .../rust/ockam/ockam_app_lib/CHANGELOG.md | 13 +++++++ .../rust/ockam/ockam_app_lib/Cargo.toml | 12 +++---- .../rust/ockam/ockam_app_lib/README.md | 2 +- .../rust/ockam/ockam_command/CHANGELOG.md | 15 ++++++++ .../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 | 6 ++++ .../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 | 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 +- 56 files changed, 248 insertions(+), 123 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0e6721aaca..c56d227dfc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4752,7 +4752,7 @@ dependencies = [ [[package]] name = "ockam" -version = "0.102.0" +version = "0.103.0" dependencies = [ "arrayref", "dyn-clone", @@ -4776,7 +4776,7 @@ dependencies = [ [[package]] name = "ockam_abac" -version = "0.36.0" +version = "0.37.0" dependencies = [ "either", "lmdb-rkv", @@ -4800,7 +4800,7 @@ dependencies = [ [[package]] name = "ockam_api" -version = "0.45.0" +version = "0.46.0" dependencies = [ "anyhow", "aws-config", @@ -4883,7 +4883,7 @@ dependencies = [ [[package]] name = "ockam_app_lib" -version = "0.6.0" +version = "0.7.0" dependencies = [ "cbindgen", "duct", @@ -4909,7 +4909,7 @@ dependencies = [ [[package]] name = "ockam_command" -version = "0.102.0" +version = "0.103.0" dependencies = [ "anyhow", "arboard", @@ -4979,7 +4979,7 @@ dependencies = [ [[package]] name = "ockam_core" -version = "0.92.0" +version = "0.93.0" dependencies = [ "async-trait", "backtrace", @@ -5010,7 +5010,7 @@ dependencies = [ [[package]] name = "ockam_executor" -version = "0.60.0" +version = "0.61.0" dependencies = [ "crossbeam-queue", "futures 0.3.28", @@ -5023,7 +5023,7 @@ dependencies = [ [[package]] name = "ockam_identity" -version = "0.90.0" +version = "0.91.0" dependencies = [ "arrayref", "async-trait", @@ -5079,7 +5079,7 @@ dependencies = [ [[package]] name = "ockam_multiaddr" -version = "0.36.0" +version = "0.37.0" dependencies = [ "bincode", "minicbor", @@ -5097,7 +5097,7 @@ dependencies = [ [[package]] name = "ockam_node" -version = "0.97.0" +version = "0.98.0" dependencies = [ "cfg-if", "fs2", @@ -5121,7 +5121,7 @@ dependencies = [ [[package]] name = "ockam_transport_ble" -version = "0.57.0" +version = "0.58.0" dependencies = [ "atsame54_xpro", "bluenrg", @@ -5150,7 +5150,7 @@ dependencies = [ [[package]] name = "ockam_transport_core" -version = "0.65.0" +version = "0.66.0" dependencies = [ "ockam_core", "tracing", @@ -5158,7 +5158,7 @@ dependencies = [ [[package]] name = "ockam_transport_tcp" -version = "0.95.0" +version = "0.96.0" dependencies = [ "cfg-if", "hashbrown 0.14.2", @@ -5176,7 +5176,7 @@ dependencies = [ [[package]] name = "ockam_transport_udp" -version = "0.36.0" +version = "0.37.0" dependencies = [ "bytes 1.5.0", "futures-util", @@ -5195,7 +5195,7 @@ dependencies = [ [[package]] name = "ockam_transport_uds" -version = "0.24.0" +version = "0.25.0" dependencies = [ "ockam_core", "ockam_macros", @@ -5209,7 +5209,7 @@ dependencies = [ [[package]] name = "ockam_transport_websocket" -version = "0.86.0" +version = "0.87.0" dependencies = [ "futures-util", "ockam_core", @@ -5224,7 +5224,7 @@ dependencies = [ [[package]] name = "ockam_vault" -version = "0.90.0" +version = "0.91.0" dependencies = [ "aes-gcm", "arrayref", @@ -5257,7 +5257,7 @@ dependencies = [ [[package]] name = "ockam_vault_aws" -version = "0.15.0" +version = "0.16.0" dependencies = [ "aws-config", "aws-credential-types", diff --git a/implementations/rust/ockam/ockam/CHANGELOG.md b/implementations/rust/ockam/ockam/CHANGELOG.md index e0ad8a9f962..6434097ae2a 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.103.0 - 2023-11-08 + +### Changed + +- Updated dependencies + ## 0.102.0 - 2023-11-08 ### Changed diff --git a/implementations/rust/ockam/ockam/Cargo.toml b/implementations/rust/ockam/ockam/Cargo.toml index 591e946cc3c..c3fe5bfdbe0 100644 --- a/implementations/rust/ockam/ockam/Cargo.toml +++ b/implementations/rust/ockam/ockam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam" -version = "0.102.0" +version = "0.103.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.36.0", default_features = false, optional = true } -ockam_core = { path = "../ockam_core", version = "^0.92.0", default-features = false } -ockam_identity = { path = "../ockam_identity", version = "^0.90.0", default_features = false } +ockam_abac = { path = "../ockam_abac", version = "^0.37.0", default_features = false, optional = true } +ockam_core = { path = "../ockam_core", version = "^0.93.0", default-features = false } +ockam_identity = { path = "../ockam_identity", version = "^0.91.0", default_features = false } ockam_macros = { path = "../ockam_macros", version = "^0.32.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.97.0", default-features = false } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.95.0", optional = true } -ockam_vault = { path = "../ockam_vault", version = "^0.90.0", default_features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.98.0", default-features = false } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.96.0", optional = true } +ockam_vault = { path = "../ockam_vault", version = "^0.91.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.90.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.91.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 3eda60d3fb1..2b9a3515281 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.102.0" +ockam = "0.103.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_abac/CHANGELOG.md b/implementations/rust/ockam/ockam_abac/CHANGELOG.md index 278c44b7d27..f1412a5ee2d 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.37.0 - 2023-11-08 + +### Changed + +- Updated dependencies + ## 0.36.0 - 2023-11-08 ### Changed diff --git a/implementations/rust/ockam/ockam_abac/Cargo.toml b/implementations/rust/ockam/ockam_abac/Cargo.toml index 054a43fb207..f4c09d8d991 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.36.0" +version = "0.37.0" authors = ["Ockam Developers"] categories = ["cryptography", "authorization"] edition = "2021" @@ -36,9 +36,9 @@ sqlite = ["rusqlite"] either = { version = "1.9.0", default-features = false } lmdb-rkv = { version = "0.14.0", optional = true } minicbor = { version = "0.20.0", features = ["derive", "alloc"] } -ockam_core = { version = "0.92.0", path = "../ockam_core", default-features = false } -ockam_executor = { version = "0.60.0", path = "../ockam_executor", default-features = false } -ockam_identity = { version = "0.90.0", path = "../ockam_identity", default-features = false } +ockam_core = { version = "0.93.0", path = "../ockam_core", default-features = false } +ockam_executor = { version = "0.61.0", path = "../ockam_executor", default-features = false } +ockam_identity = { version = "0.91.0", path = "../ockam_identity", default-features = false } once_cell = { version = "1.18.0", default-features = false, features = ["alloc"] } # optional: regex = { version = "1.10.2", default-features = false, optional = true } diff --git a/implementations/rust/ockam/ockam_abac/README.md b/implementations/rust/ockam/ockam_abac/README.md index 5ae792d983f..85269098a5c 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.36.0" +ockam_abac = "0.37.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_api/CHANGELOG.md b/implementations/rust/ockam/ockam_api/CHANGELOG.md index 6d73835f965..d1905165dfa 100644 --- a/implementations/rust/ockam/ockam_api/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_api/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.46.0 - 2023-11-08 + +### Changed + +- Always using enum when representing the inlet connection status +- Updated dependencies + ## 0.45.0 - 2023-11-08 ### Changed diff --git a/implementations/rust/ockam/ockam_api/Cargo.toml b/implementations/rust/ockam/ockam_api/Cargo.toml index 2aed6da14e9..7dca95c5534 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.45.0" +version = "0.46.0" authors = ["Ockam Developers"] edition = "2021" homepage = "https://github.com/ockam-network/ockam" @@ -57,23 +57,23 @@ tokio-retry = "0.3.0" tracing = { version = "0.1", default-features = false } url = "2.4.1" -ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.36.0", features = ["cbor", "serde"] } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.95.0" } +ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.37.0", features = ["cbor", "serde"] } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.96.0" } [dependencies.ockam_core] -version = "0.92.0" +version = "0.93.0" path = "../ockam_core" default-features = false features = ["no_std", "alloc"] [dependencies.ockam_node] -version = "0.97.0" +version = "0.98.0" path = "../ockam_node" default-features = false features = ["no_std", "alloc"] [dependencies.ockam_vault] -version = "0.90.0" +version = "0.91.0" path = "../ockam_vault" default-features = false # FIXME: ockam_vault's dependency curve25519-dalek has non-additive features which @@ -81,19 +81,19 @@ default-features = false features = ["std"] [dependencies.ockam_vault_aws] -version = "0.15.0" +version = "0.16.0" path = "../ockam_vault_aws" default-features = false features = ["std"] [dependencies.ockam] -version = "^0.102.0" +version = "^0.103.0" path = "../ockam" default-features = false features = ["ockam_transport_tcp", "software_vault_storage"] [dependencies.ockam_abac] -version = "0.36.0" +version = "0.37.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 1746bef271e..b6c384be1ec 100644 --- a/implementations/rust/ockam/ockam_api/README.md +++ b/implementations/rust/ockam/ockam_api/README.md @@ -140,7 +140,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_api = "0.45.0" +ockam_api = "0.46.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_app/Cargo.toml b/implementations/rust/ockam/ockam_app/Cargo.toml index 9d741d35f67..9c2d1bfde6c 100644 --- a/implementations/rust/ockam/ockam_app/Cargo.toml +++ b/implementations/rust/ockam/ockam_app/Cargo.toml @@ -34,11 +34,11 @@ duct = "0.13.6" hex = { version = "0.4.3", default-features = false, features = ["alloc", "serde"] } log = { version = "0.4.20", optional = true } miette = { version = "5.10.0", features = ["fancy-no-backtrace"] } -ockam = { path = "../ockam", version = "^0.102.0", features = ["software_vault"] } -ockam_api = { path = "../ockam_api", version = "0.45.0", features = ["std"] } -ockam_core = { path = "../ockam_core", version = "^0.92.0" } -ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.36.0", features = ["cbor", "serde"] } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.95.0" } +ockam = { path = "../ockam", version = "^0.103.0", features = ["software_vault"] } +ockam_api = { path = "../ockam_api", version = "0.46.0", features = ["std"] } +ockam_core = { path = "../ockam_core", version = "^0.93.0" } +ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.37.0", features = ["cbor", "serde"] } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.96.0" } once_cell = "1.18" open = "5.0.0" percent-encoding = "2.3.0" diff --git a/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md b/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md index c52cf7f46c4..f4f4da5f867 100644 --- a/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md @@ -4,6 +4,19 @@ 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.7.0 - 2023-11-08 + +### Changed + +- Use `BackgroundNode` to handle tcp-inlets within the app +- Use `AuthorityNode` directly in the app to generate enrollment tickets +- Use `AuthorityNode` directly in the app to enroll to a project +- Updated dependencies + +### Removed + +- Remove nodes from the app without using the `CLI` + ## 0.6.0 - 2023-11-08 ### Changed diff --git a/implementations/rust/ockam/ockam_app_lib/Cargo.toml b/implementations/rust/ockam/ockam_app_lib/Cargo.toml index 7ccd1b934cb..69433c56be2 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.6.0" +version = "0.7.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -33,11 +33,11 @@ futures = { version = "0.3.28", default-features = false } hex = { version = "0.4.3", default-features = false, features = ["alloc", "serde"] } libc = "0.2" miette = { version = "5.10.0", features = ["fancy-no-backtrace"] } -ockam = { path = "../ockam", version = "^0.102.0", features = ["software_vault"] } -ockam_api = { path = "../ockam_api", version = "0.45.0", features = ["std"] } -ockam_core = { path = "../ockam_core", version = "^0.92.0" } -ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.36.0", features = ["cbor", "serde"] } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.95.0" } +ockam = { path = "../ockam", version = "^0.103.0", features = ["software_vault"] } +ockam_api = { path = "../ockam_api", version = "0.46.0", features = ["std"] } +ockam_core = { path = "../ockam_core", version = "^0.93.0" } +ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.37.0", features = ["cbor", "serde"] } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.96.0" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" diff --git a/implementations/rust/ockam/ockam_app_lib/README.md b/implementations/rust/ockam/ockam_app_lib/README.md index 6937adb47a6..bb1235b6846 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.6.0" +ockam_app_lib = "0.7.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_command/CHANGELOG.md b/implementations/rust/ockam/ockam_command/CHANGELOG.md index 7996690c79f..ed7e10dfb76 100644 --- a/implementations/rust/ockam/ockam_command/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_command/CHANGELOG.md @@ -4,6 +4,21 @@ 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.103.0 - 2023-11-08 + +### Added + +- Add option to `reset` command to also remove orchestrator spaces + +### Changed + +- Updated dependencies + +### Fixed + +- Replace hardcoded default node name by the one retrieved from state +- Fixes many papercuts and better avoid and handle state resets + ## 0.102.0 - 2023-11-08 ### Added diff --git a/implementations/rust/ockam/ockam_command/Cargo.toml b/implementations/rust/ockam/ockam_command/Cargo.toml index f4c587d67e4..1516dcb2be3 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.102.0" +version = "0.103.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -77,15 +77,15 @@ itertools = "0.11" 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.102.0", features = ["software_vault"] } -ockam_abac = { path = "../ockam_abac", version = "0.36.0", features = ["std"] } -ockam_api = { path = "../ockam_api", version = "0.45.0", features = ["std"] } -ockam_core = { path = "../ockam_core", version = "^0.92.0" } -ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.36.0", features = ["std"] } -ockam_node = { path = "../ockam_node", version = "^0.97.0" } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.95.0" } -ockam_vault = { path = "../ockam_vault", version = "^0.90.0", features = ["storage"] } -ockam_vault_aws = { path = "../ockam_vault_aws", version = "^0.15.0" } +ockam = { path = "../ockam", version = "^0.103.0", features = ["software_vault"] } +ockam_abac = { path = "../ockam_abac", version = "0.37.0", features = ["std"] } +ockam_api = { path = "../ockam_api", version = "0.46.0", features = ["std"] } +ockam_core = { path = "../ockam_core", version = "^0.93.0" } +ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.37.0", features = ["std"] } +ockam_node = { path = "../ockam_node", version = "^0.98.0" } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.96.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.91.0", features = ["storage"] } +ockam_vault_aws = { path = "../ockam_vault_aws", version = "^0.16.0" } once_cell = "1.18" 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 b357c48cb58..2784df7daf6 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.102.0" +ockam_command = "0.103.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_core/CHANGELOG.md b/implementations/rust/ockam/ockam_core/CHANGELOG.md index edcfc54f9cb..7a7ee7fa8b8 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.93.0 - 2023-11-08 + +### Changed + +- Updated dependencies + ## 0.92.0 - 2023-11-08 ### Changed diff --git a/implementations/rust/ockam/ockam_core/Cargo.toml b/implementations/rust/ockam/ockam_core/Cargo.toml index 893e0661e72..9cef39d3a9b 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.92.0" +version = "0.93.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 8af6f8770d7..5b5d24e594a 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.92.0" +ockam_core = "0.93.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_executor/CHANGELOG.md b/implementations/rust/ockam/ockam_executor/CHANGELOG.md index 89776a176f5..b0f7d31e1b9 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.61.0 - 2023-11-08 + +### Changed + +- Updated dependencies + ## 0.60.0 - 2023-11-08 ### Changed diff --git a/implementations/rust/ockam/ockam_executor/Cargo.toml b/implementations/rust/ockam/ockam_executor/Cargo.toml index 16ecac58acc..0f60b20c9ea 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.60.0" +version = "0.61.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -36,7 +36,7 @@ no_std = ["ockam_core/no_std"] crossbeam-queue = { version = "0.3.2", default_features = false, features = ["alloc"] } futures = { version = "0.3.28", default-features = false, features = ["async-await"] } heapless = { version = "0.7", features = ["mpmc_large"] } -ockam_core = { path = "../ockam_core", version = "^0.92.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.93.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 fb86507b9df..ee5130a3d03 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.60.0" +ockam_executor = "0.61.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_identity/CHANGELOG.md b/implementations/rust/ockam/ockam_identity/CHANGELOG.md index 2a57c03f6fc..bfae41c4ea2 100644 --- a/implementations/rust/ockam/ockam_identity/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_identity/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.91.0 - 2023-11-08 + +### Changed + +- Updated dependencies + ## 0.90.0 - 2023-11-08 ### Changed diff --git a/implementations/rust/ockam/ockam_identity/Cargo.toml b/implementations/rust/ockam/ockam_identity/Cargo.toml index 6907d8e7524..f90157efd17 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.90.0" +version = "0.91.0" authors = ["Ockam Developers"] categories = ["cryptography", "authentication"] edition = "2021" @@ -83,10 +83,10 @@ heapless = "0.7" hex = { version = "0.4", default-features = false } lmdb-rkv = { version = "0.14.0", optional = true } minicbor = { version = "0.20.0", features = ["alloc", "derive"] } -ockam_core = { path = "../ockam_core", version = "^0.92.0", default-features = false } +ockam_core = { path = "../ockam_core", version = "^0.93.0", default-features = false } ockam_macros = { path = "../ockam_macros", version = "^0.32.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.97.0", default-features = false } -ockam_vault = { path = "../ockam_vault", version = "^0.90.0", default-features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.98.0", default-features = false } +ockam_vault = { path = "../ockam_vault", version = "^0.91.0", default-features = false, optional = true } rand = { version = "0.8", default-features = false } rusqlite = { version = "0.29.0", optional = true } serde = { version = "1.0", default-features = false, features = ["derive"] } diff --git a/implementations/rust/ockam/ockam_identity/README.md b/implementations/rust/ockam/ockam_identity/README.md index c80772b2ea6..81b4064e133 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.90.0" +ockam_identity = "0.91.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_multiaddr/CHANGELOG.md b/implementations/rust/ockam/ockam_multiaddr/CHANGELOG.md index 4e8a5399574..14099272cc4 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.37.0 - 2023-11-08 + +### Changed + +- Updated dependencies + ## 0.36.0 - 2023-11-08 ### Changed diff --git a/implementations/rust/ockam/ockam_multiaddr/Cargo.toml b/implementations/rust/ockam/ockam_multiaddr/Cargo.toml index 28fcec8d552..eabaff57ed7 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.36.0" +version = "0.37.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.7.2" [dependencies.ockam_core] -version = "0.92.0" +version = "0.93.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 acfac41fd6c..dee3a55a08d 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.36.0" +ockam_multiaddr = "0.37.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_node/CHANGELOG.md b/implementations/rust/ockam/ockam_node/CHANGELOG.md index e3f2f5d8158..b78a073d571 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.98.0 - 2023-11-08 + +### Changed + +- Updated dependencies + ## 0.97.0 - 2023-11-08 ### Changed diff --git a/implementations/rust/ockam/ockam_node/Cargo.toml b/implementations/rust/ockam/ockam_node/Cargo.toml index e56d9ba9b11..84328652e48 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.97.0" +version = "0.98.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -73,10 +73,10 @@ fs2 = { version = "0.4.3", optional = true } futures = { version = "0.3.28", default-features = false } heapless = { version = "0.7", features = ["mpmc_large"], optional = true } minicbor = { version = "0.20.0", features = ["derive"] } -ockam_core = { path = "../ockam_core", version = "^0.92.0", default_features = false } -ockam_executor = { path = "../ockam_executor", version = "^0.60.0", default-features = false, optional = true } +ockam_core = { path = "../ockam_core", version = "^0.93.0", default_features = false } +ockam_executor = { path = "../ockam_executor", version = "^0.61.0", default-features = false, optional = true } ockam_macros = { path = "../ockam_macros", version = "^0.32.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.65.0", default-features = false, optional = true } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.66.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 898b5499439..ca288ab9372 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.97.0" +ockam_node = "0.98.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md index ec3d9f2abfe..698338eee42 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.58.0 - 2023-11-08 + +### Changed + +- Updated dependencies + ## 0.57.0 - 2023-11-08 ### Changed diff --git a/implementations/rust/ockam/ockam_transport_ble/Cargo.toml b/implementations/rust/ockam/ockam_transport_ble/Cargo.toml index b4974a2b95b..37948030409 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.57.0" +version = "0.58.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.92.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.97.0", default_features = false } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.65.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.93.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.98.0", default_features = false } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.66.0", default_features = false } futures = { version = "0.3.28", default-features = false } futures-util = { version = "0.3.29", 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.90.0" } -ockam_vault = { path = "../ockam_vault", version = "^0.90.0" } +ockam_identity = { path = "../ockam_identity", version = "^0.91.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.91.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 603cbaaeb70..7e8403252ae 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.57.0" +ockam_transport_ble = "0.58.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_core/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_core/CHANGELOG.md index 5aa1fc54df5..529ea8760c7 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.66.0 - 2023-11-08 + +### Changed + +- Updated dependencies + ## 0.65.0 - 2023-11-08 ### Changed diff --git a/implementations/rust/ockam/ockam_transport_core/Cargo.toml b/implementations/rust/ockam/ockam_transport_core/Cargo.toml index cccfe89770d..23cda9d7257 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.65.0" +version = "0.66.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.92.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.93.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 bba38cd5bf2..9ae2c97be7b 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.65.0" +ockam_transport_core = "0.66.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md index 8c5cd341d4d..0ec63d82521 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.96.0 - 2023-11-08 + +### Changed + +- Updated dependencies + ## 0.95.0 - 2023-11-08 ### Changed diff --git a/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml b/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml index 87a7cf1ab34..413ec8e5bbd 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.95.0" +version = "0.96.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.92.0" } +ockam_core = { path = "../ockam_core", version = "^0.93.0" } ockam_macros = { path = "../ockam_macros", version = "^0.32.0" } -ockam_node = { path = "../ockam_node", version = "^0.97.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.65.0" } +ockam_node = { path = "../ockam_node", version = "^0.98.0" } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.66.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 78c4a0a5410..8068cb0b29e 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.95.0" +ockam_transport_tcp = "0.96.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md index 39b4040133d..7cf29434e6f 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.37.0 - 2023-11-08 + +### Changed + +- Updated dependencies + ## 0.36.0 - 2023-11-08 ### Changed diff --git a/implementations/rust/ockam/ockam_transport_udp/Cargo.toml b/implementations/rust/ockam/ockam_transport_udp/Cargo.toml index 005a9525174..7d4cb839187 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.36.0" +version = "0.37.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.92.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.97.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.65.0" } +ockam_core = { path = "../ockam_core", version = "^0.93.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.98.0" } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.66.0" } rand = "0.8" serde = { version = "1.0", default-features = false, features = ["derive"] } tokio = { version = "1.33.0", features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-util"] } @@ -42,7 +42,7 @@ tokio-util = { version = "0.7.9", features = ["net", "codec"] } tracing = { version = "0.1", default-features = false } [dev-dependencies] -ockam = { path = "../ockam", version = "^0.102.0" } +ockam = { path = "../ockam", version = "^0.103.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 72b797040a3..9681d8ced27 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.36.0" +ockam_transport_udp = "0.37.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md index 2b881eb9061..c13f2e56d42 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.25.0 - 2023-11-08 + +### Changed + +- Updated dependencies + ## 0.24.0 - 2023-11-08 ### Changed diff --git a/implementations/rust/ockam/ockam_transport_uds/Cargo.toml b/implementations/rust/ockam/ockam_transport_uds/Cargo.toml index 4dfe4cbba10..da995c51267 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.24.0" +version = "0.25.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -27,10 +27,10 @@ std = ["ockam_macros/std"] alloc = [] [dependencies] -ockam_core = { path = "../ockam_core", version = "^0.92.0" } +ockam_core = { path = "../ockam_core", version = "^0.93.0" } ockam_macros = { path = "../ockam_macros", version = "^0.32.0" } -ockam_node = { path = "../ockam_node", version = "^0.97.0" } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.65.0" } +ockam_node = { path = "../ockam_node", version = "^0.98.0" } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.66.0" } serde = { version = "1.0", default-features = false, features = ["derive"] } socket2 = "0.5.5" tokio = { version = "1.33", 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 5b2e9d9aeb9..daa6b36e856 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.24.0" +ockam_transport_uds = "0.25.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md index 9cc11ae5a9f..7b90d6eed15 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.87.0 - 2023-11-08 + +### Changed + +- Updated dependencies + ## 0.86.0 - 2023-11-08 ### Changed diff --git a/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml b/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml index 7e293b27d9f..8d811b76580 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.86.0" +version = "0.87.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.92.0", default_features = false } -ockam_node = { path = "../ockam_node", version = "^0.97.0", default_features = false } -ockam_transport_core = { path = "../ockam_transport_core", version = "^0.65.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.93.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.98.0", default_features = false } +ockam_transport_core = { path = "../ockam_transport_core", version = "^0.66.0", default_features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } tokio = { version = "1.33", default-features = false, optional = true, features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-std"] } tokio-tungstenite = { version = "0.20.1", default-features = false, optional = true, features = ["connect"] } diff --git a/implementations/rust/ockam/ockam_transport_websocket/README.md b/implementations/rust/ockam/ockam_transport_websocket/README.md index 86c014626b5..53cf5bf3a32 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.86.0" +ockam_transport_websocket = "0.87.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_vault/CHANGELOG.md b/implementations/rust/ockam/ockam_vault/CHANGELOG.md index bb1b6b83137..fda7d875f1c 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.91.0 - 2023-11-08 + +### Changed + +- Updated dependencies + ## 0.90.0 - 2023-11-08 ### Changed diff --git a/implementations/rust/ockam/ockam_vault/Cargo.toml b/implementations/rust/ockam/ockam_vault/Cargo.toml index 321099bcdcb..43702c47521 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.90.0" +version = "0.91.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -78,9 +78,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.92.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.93.0", default_features = false } ockam_macros = { path = "../ockam_macros", version = "^0.32.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.97.0", default_features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.98.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 14e0529baa4..05ee5dc1cfc 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.90.0" +ockam_vault = "0.91.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md b/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md index 2ab122f0bb0..d40b5bcf5c0 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.16.0 - 2023-11-08 + +### Changed + +- Updated dependencies + ## 0.15.0 - 2023-11-08 ### Changed diff --git a/implementations/rust/ockam/ockam_vault_aws/Cargo.toml b/implementations/rust/ockam/ockam_vault_aws/Cargo.toml index 63cd4072146..7d21b68f83b 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.15.0" +version = "0.16.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -57,10 +57,10 @@ credentials-sso = ["aws-config/credentials-sso"] aws-config = { version = "0.56.1", default-features = false, features = ["rustls"] } aws-sdk-kms = { version = "0.33.0", default-features = false, features = ["rustls"] } delegate = "0.10.0" -ockam_core = { path = "../ockam_core", version = "^0.92.0", default_features = false } +ockam_core = { path = "../ockam_core", version = "^0.93.0", default_features = false } ockam_macros = { path = "../ockam_macros", version = "^0.32.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.97.0", default_features = false } -ockam_vault = { path = "../ockam_vault", version = "^0.90.0", default_features = false } +ockam_node = { path = "../ockam_node", version = "^0.98.0", default_features = false } +ockam_vault = { path = "../ockam_vault", version = "^0.91.0", default_features = false } p256 = { version = "0.13.2", default_features = false } sha2 = { version = "0.10", default-features = false } thiserror = { version = "1.0.50" } diff --git a/implementations/rust/ockam/ockam_vault_aws/README.md b/implementations/rust/ockam/ockam_vault_aws/README.md index 491c546d46b..758ea59c425 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.15.0" +ockam_vault_aws = "0.16.0" ``` ## License