diff --git a/implementations/rust/ockam/ockam_api/CHANGELOG.md b/implementations/rust/ockam/ockam_api/CHANGELOG.md index feeab4d5a27..d939f1b3ba4 100644 --- a/implementations/rust/ockam/ockam_api/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_api/CHANGELOG.md @@ -4,7 +4,7 @@ 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.67.0 - 2024-05-25 +## 0.67.0 - 2024-05-27 ### Added @@ -26,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Introducing a variant of the secure channel which only exchange keys - Using key exchanger in kafka secure channel map - Allow kafka portals to anchor trust on identities +- Switch to standard relay creation for kafka usage +- Use a different logger to log tracing/logging errors - Updated dependencies ### Changed @@ -35,6 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Printing multi-line logs generated by commands stdout output +- Allow initial credential exchange for key exchange only +- Fix outgoing policy in kafka outlet ## 0.66.0 - 2024-04-30 diff --git a/implementations/rust/ockam/ockam_command/CHANGELOG.md b/implementations/rust/ockam/ockam_command/CHANGELOG.md index e2fe380c751..af85037570a 100644 --- a/implementations/rust/ockam/ockam_command/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_command/CHANGELOG.md @@ -4,7 +4,7 @@ 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.124.0 - 2024-05-25 +## 0.124.0 - 2024-05-27 ### Added @@ -23,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed consumer/producer/direct services and added inlet service - Introduced consumer resolution and publishing concepts and implementation - Added abac rules to kafka inlet and oulet +- Improve support for kafka portals in node configuration +- Wait until the default node is up when initializing it - Updated dependencies ### Changed @@ -37,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Node create can be created with a configuration file in the foreground - Printing multi-line logs generated by commands stdout output - `node create -f` will run the `project enroll` command if ticket arg is present +- Typo in argument of node create config ## 0.123.0 - 2024-04-30 diff --git a/implementations/rust/ockam/ockam_identity/CHANGELOG.md b/implementations/rust/ockam/ockam_identity/CHANGELOG.md index 72c8c415537..0195c22631f 100644 --- a/implementations/rust/ockam/ockam_identity/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_identity/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.111.0 - 2024-05-25 +## 0.111.0 - 2024-05-27 ### Added @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Using key exchanger in kafka secure channel map - Updated dependencies +### Fixed + +- Allow initial credential exchange for key exchange only + ## 0.110.0 - 2024-04-30 ### Added