Skip to content

Commit

Permalink
ci: crate release 18-03-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team authored and metaclips committed Mar 18, 2024
1 parent 57f3076 commit 5933609
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 12 deletions.
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_abac/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.51.0 - 2024-03-11
## 0.51.0 - 2024-03-18

### Added

Expand Down
9 changes: 8 additions & 1 deletion implementations/rust/ockam/ockam_api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.61.0 - 2024-03-11
## 0.61.0 - 2024-03-18

### Added

Expand All @@ -17,19 +17,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Instrument more functions for secure channels
- Start a new trace before sending a transport message
- Update display, log output in frequently used commands
- Introduced several cpu consumption optimizations
- Add an environment variable to specify if a user is an ockam developer
- Updated dependencies

### Changed

- Don't initialize logging at all if log is not enabled
- Rename methods and variables to insist on the exporting
- Refactor the code thanks to pr review comments
- Do small renaming of some local variables

### Fixed

- Fix the blocking processing of spans and log records
- Fix the creation of a trace id from a project id in tests

### Removed

- Remove resources when deleting a node

## 0.60.0 - 2024-02-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_app_lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.118.0 - 2024-03-11
## 0.118.0 - 2024-03-18

### Added

Expand Down
5 changes: 4 additions & 1 deletion implementations/rust/ockam/ockam_command/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.118.0 - 2024-03-11
## 0.118.0 - 2024-03-18

### Added

Expand All @@ -16,12 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Propagating the errors from api clients to the command
- Add the node name to spans
- Update display, log output in frequently used commands
- `node create` can be run given a configuration file
- Updated dependencies

### Changed

- Rename methods and variables to insist on the exporting
- Disable syntax highlighting in command help
- Refactor the parsing and execution of run commands
- Change help message shown in command errors output

### Fixed

Expand Down
3 changes: 2 additions & 1 deletion implementations/rust/ockam/ockam_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +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.103.0 - 2024-03-11
## 0.103.0 - 2024-03-18

### Added

- Added manual tests to measure latency
- Propagating the errors from api clients to the command
- Start a new trace when receiving a transport message
- Start a new trace before sending a transport message
- Introduced several cpu consumption optimizations
- Updated dependencies

## 0.102.0 - 2024-02-26
Expand Down
3 changes: 2 additions & 1 deletion implementations/rust/ockam/ockam_identity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +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-03-11
## 0.105.0 - 2024-03-18

### Added

- Instrument more functions for secure channels
- Introduced several cpu consumption optimizations
- Updated dependencies

## 0.104.0 - 2024-02-28
Expand Down
7 changes: 6 additions & 1 deletion implementations/rust/ockam/ockam_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@ 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.110.0 - 2024-03-11
## 0.110.0 - 2024-03-18

### Added

- Start a new trace before sending a transport message
- Introduced several cpu consumption optimizations
- Updated dependencies

### Removed

- Remove resources when deleting a node

## 0.109.0 - 2024-02-28

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.72.0 - 2024-03-11
## 0.72.0 - 2024-03-18

### Added

Expand Down
3 changes: 2 additions & 1 deletion implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.108.0 - 2024-03-11
## 0.108.0 - 2024-03-18

### Added

- Add spans for portals
- Instrument the tcp portal
- Introduced several cpu consumption optimizations
- Updated dependencies

## 0.107.0 - 2024-02-28
Expand Down
3 changes: 2 additions & 1 deletion implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ 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.52.0 - 2024-03-11
## 0.52.0 - 2024-03-18

### Added

- Introduced several cpu consumption optimizations
- Updated dependencies

## 0.51.0 - 2024-02-21
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_vault/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.103.0 - 2024-03-11
## 0.103.0 - 2024-03-18

### Added

Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.0 - 2024-03-11
## 0.29.0 - 2024-03-18

### Added

Expand Down

0 comments on commit 5933609

Please sign in to comment.