diff --git a/implementations/rust/ockam/ockam_abac/CHANGELOG.md b/implementations/rust/ockam/ockam_abac/CHANGELOG.md index 239e930b2e4..c5fede75efc 100644 --- a/implementations/rust/ockam/ockam_abac/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_abac/CHANGELOG.md @@ -4,13 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.57.0 - 2024-05-24 +## 0.57.0 - 2024-05-25 ### Added - Create a parser for boolean expressions - Add the possibility to use boolean expressions for policy expressions - Address review comments +- Added abac rules to kafka inlet and oulet +- Introduce granular ac for kafka portal worker +- Allow kafka portals to anchor trust on identities - Updated dependencies ## 0.56.0 - 2024-04-30 diff --git a/implementations/rust/ockam/ockam_api/CHANGELOG.md b/implementations/rust/ockam/ockam_api/CHANGELOG.md index e74541d99ea..feeab4d5a27 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-24 +## 0.67.0 - 2024-05-25 ### Added @@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improvements for commands' output to standardize their formatting - 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 +- Introduce granular ac for kafka portal worker +- Added policy access control usage +- 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 - Updated dependencies ### Changed diff --git a/implementations/rust/ockam/ockam_command/CHANGELOG.md b/implementations/rust/ockam/ockam_command/CHANGELOG.md index 8c0f121a3c3..e2fe380c751 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-24 +## 0.124.0 - 2024-05-25 ### Added @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Aliasing kafka producer/consumer to kafka inlet and removing kafka direct - 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 - Updated dependencies ### Changed diff --git a/implementations/rust/ockam/ockam_identity/CHANGELOG.md b/implementations/rust/ockam/ockam_identity/CHANGELOG.md index 4c0fdbfe179..72c8c415537 100644 --- a/implementations/rust/ockam/ockam_identity/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_identity/CHANGELOG.md @@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.111.0 - 2024-05-24 +## 0.111.0 - 2024-05-25 ### Added - Improve output of `node show` and `status` commands - Add more log messages - Implement updating route to the responder in the existing sc +- Introducing a variant of the secure channel which only exchange keys +- Using key exchanger in kafka secure channel map - Updated dependencies ## 0.110.0 - 2024-04-30 diff --git a/implementations/rust/ockam/ockam_node/CHANGELOG.md b/implementations/rust/ockam/ockam_node/CHANGELOG.md index e7965090f4d..95b19eb0665 100644 --- a/implementations/rust/ockam/ockam_node/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_node/CHANGELOG.md @@ -4,12 +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.116.0 - 2024-05-24 +## 0.116.0 - 2024-05-25 ### Added - Add the possibility to use boolean expressions for policy expressions - Add flow controls query +- Added abac rules to kafka inlet and oulet - Updated dependencies ### Changed