Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Jan 5, 2023
1 parent 233c985 commit 661ddc8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions aggligator-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to aggligator utilities 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.2.2
### Changed
- disable Nagle's algorithm for TCP connections

## 0.2.1
### Fixed
- wait for connection termination when quitting agg-speed
Expand Down
4 changes: 2 additions & 2 deletions aggligator-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aggligator-util"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
rust-version = "1.65"
authors = ["Sebastian Urban <[email protected]>"]
Expand Down Expand Up @@ -35,7 +35,7 @@ monitor = ["crossterm"]
dump = ["aggligator/dump"]

[dependencies]
aggligator = { version = "0.2.0", path = "../aggligator" }
aggligator = { version = "0.2.1", path = "../aggligator" }

futures = "0.3"
tokio = { version = "1.21", features = ["net", "rt", "rt-multi-thread"] }
Expand Down
4 changes: 4 additions & 0 deletions aggligator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to Aggligator 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.2.1
### Changed
- use cryptographic random number generator for connection id

## 0.2.0
### Added
- encrypt connection id using a shared secret exchanged using Diffie-Helmann;
Expand Down
2 changes: 1 addition & 1 deletion aggligator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aggligator"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.65"
authors = ["Sebastian Urban <[email protected]>"]
Expand Down

0 comments on commit 661ddc8

Please sign in to comment.