Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Feb 6, 2023
1 parent 5b44aa7 commit de926a0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
7 changes: 7 additions & 0 deletions aggligator-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.4.0 - 2023-02-06
### Added
- link monitor: display link unconfirmed reason
- link monitor: display link connected time
### Changed
- use Aggligator 0.4.0

## 0.3.3 - 2023-02-05
### Added
- command line option `--individual-interfaces` for servers to listen on each
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.3.3"
version = "0.4.0"
edition = "2021"
rust-version = "1.65"
authors = ["Sebastian Urban <[email protected]>"]
Expand Down Expand Up @@ -38,7 +38,7 @@ monitor = ["crossterm"]
dump = ["aggligator/dump"]

[dependencies]
aggligator = { version = "0.3.3", path = "../aggligator" }
aggligator = { version = "0.4.0", path = "../aggligator" }

futures = "0.3"
tokio = { version = "1.21", features = ["rt", "rt-multi-thread"] }
Expand Down
8 changes: 8 additions & 0 deletions aggligator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.4.0 - 2023-02-06
### Added
- data integrity checking for IO-based links
- publish reason why a link is currently not working
### Changed
- protocol version 3
- optimize resend queue handling

## 0.3.3 - 2023-02-05
### Added
- statistics for number of link hangs
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.3.3"
version = "0.4.0"
edition = "2021"
rust-version = "1.65"
authors = ["Sebastian Urban <[email protected]>"]
Expand Down

0 comments on commit de926a0

Please sign in to comment.