peshming/CHANGELOG.md

48 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2020-04-06 18:38:06 +00:00
# Changelog
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).
## [Unreleased]
## [v0.4.0] - 2021-04-23
### Changed
- update dependencies, including stable tokio this time.
- migrate error handling to anyhow
## [v0.3.0] - 2021-04-19
2021-04-19 08:01:35 +00:00
### Added
- added healthcheck endpoint
2020-04-08 10:02:54 +00:00
2021-04-19 09:47:13 +00:00
### Changed
- updated dependencies
2020-04-08 10:02:54 +00:00
## [v0.2.3] - 2020-04-08
### Fixed
- fix interval timings concurrent pings
2020-04-06 20:53:21 +00:00
## [v0.2.2] - 2020-04-06
2020-04-06 20:50:32 +00:00
### Added
- added documentation to the sample config file
- improved help message
2020-04-06 18:43:54 +00:00
## [v0.2.1] - 2020-04-06
2020-04-06 18:29:46 +00:00
### Fixed
- fix interval timings
2020-04-06 18:38:06 +00:00
## [v0.2.0] - 2020-04-06
### Added
- added copyright headers
- improved error handling
### Changed
2020-04-06 12:11:28 +00:00
- switched from oping to tokio-ping. This removes the dependency on liboping and
a bunch of custom build tooling.
- update dependencies
- use async/await syntax and updated async ecosystem libraries where possible
2020-04-06 18:38:06 +00:00
## [v0.1.0] - 2019-02-06
2020-04-06 12:11:28 +00:00
Initial implementation. This works, but still has compiler warnings during
compilation.