File tree Expand file tree Collapse file tree 10 files changed +28
-10
lines changed
implementations/rust/ockam Expand file tree Collapse file tree 10 files changed +28
-10
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## 0.54.0 - 2024-04-08
7+ ## 0.54.0 - 2024-04-12
88
99### Added
1010
11+ - Use outgoing access control
1112- Updated dependencies
1213
1314## 0.53.0 - 2024-04-01
Original file line number Diff line number Diff line change @@ -4,15 +4,20 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## 0.64.0 - 2024-04-08
7+ ## 0.64.0 - 2024-04-12
88
99### Added
1010
11+ - Add a attribute with the content of a node configuration file
12+ - Add a user journey event when an identity has been created or imported
13+ - Use outgoing access control
14+ - Added kafka-inlet command and relative config side
1115- Updated dependencies
1216
1317### Changed
1418
1519- Organize bats tests in different suites
20+ - Move terminal code from command to api
1621
1722### Fixed
1823
Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## 0.121.0 - 2024-04-08
7+ ## 0.121.0 - 2024-04-12
88
99### Added
1010
11+ - Use outgoing access control
1112- Updated dependencies
1213
1314## 0.120.0 - 2024-04-01
Original file line number Diff line number Diff line change @@ -4,19 +4,25 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## 0.121.0 - 2024-04-08
7+ ## 0.121.0 - 2024-04-12
88
99### Added
1010
11+ - Add a attribute with the content of a node configuration file
12+ - Add a user journey event when an identity has been created or imported
13+ - Support ` foreground ` flag when creating a node with a config file
14+ - Added kafka-inlet command and relative config side
1115- Updated dependencies
1216
1317### Changed
1418
1519- Organize bats tests in different suites
20+ - Move terminal code from command to api
1621
1722### Fixed
1823
1924- Kms identity can be used in regular api nodes
25+ - Don't show logs on parse errors logging is not enabled
2026
2127## 0.120.0 - 2024-04-01
2228
Original file line number Diff line number Diff line change @@ -4,13 +4,17 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## 0.106.0 - 2024-04-08
7+ ## 0.106.0 - 2024-04-12
88
99### Added
1010
1111- Added metadata and terminal concepts
1212- Updated dependencies
1313
14+ ### Changed
15+
16+ - Move terminal code from command to api
17+
1418## 0.105.0 - 2024-04-01
1519
1620### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## 0.50.0 - 2024-04-08
7+ ## 0.50.0 - 2024-04-12
88
99### Added
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## 0.113.0 - 2024-04-08
7+ ## 0.113.0 - 2024-04-12
88
99### Added
1010
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## 0.75.0 - 2024-04-08
7+ ## 0.75.0 - 2024-04-12
88
99### Added
1010
Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## 0.111.0 - 2024-04-08
7+ ## 0.111.0 - 2024-04-12
88
99### Added
1010
1111- Added metadata and terminal concepts
12+ - Fix portals protocol
1213- Updated dependencies
1314
1415## 0.110.0 - 2024-04-01
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## 0.32.0 - 2024-04-08
7+ ## 0.32.0 - 2024-04-12
88
99### Added
1010
You can’t perform that action at this time.
0 commit comments