Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add all unreleased changes into CHANGELOG.md #115

Merged
merged 3 commits into from
Oct 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

- Colorized the contents of the success rate and duration columns in the output table, depending on the values.
- Add SafeDNS to the built-in servers list.
- Add NextDNS to the built-in servers list.

### Changed

- Significantly modified the progress bar appearance; instead of a single progress bar, it now shows the progress of each DNS server separately.
- Increased the frequency of progress bar updates.
- Updated base image of Docker container from `rust:1.78.0` to `rust:1.81.0`
- Changed default number of requests to each DNS server from `10` to `25` to make the benchmark more accurate.

### Documentation

- Added `-it` arguments to Docker container usage command. Without this arguments, the progress bar will not be displayed and the stdout will be empty until the end of the benchmark.
- Fixed broken links on the custom servers file example inside the Docker overview.
- Updated the example gif-animation.

### Dependencies

- Updated `clap` from 4.5.4 to 4.5.20
- Updated `toml` from 0.8.13 to 0.8.19
- Updated `lazy_static` from 1.4.0 to 1.5.0
- Updated `serde` from 1.0.203 to 1.0.210
- Updated `tabled` from 0.15.0 to 0.16.0

## v0.6.0 (02.06.2024)

### Added
Expand Down