5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 16:09:36 +00:00

Version 0.4.3 changelog (#895)

* Version 0.4.3 changelog

* Update CHANGELOG.md
This commit is contained in:
Neil Alexander 2022-02-06 15:16:54 +00:00 committed by GitHub
parent 315e222173
commit 31717a8578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- in case of vulnerabilities. - in case of vulnerabilities.
--> -->
## [0.4.3] - 2022-02-06
### Added
- `bytes_sent`, `bytes_recvd` and `uptime` have been added to `getPeers`
- Clearer logging when connections are rejected due to incompatible peer versions
### Fixed
- Latency-based parent selection tiebreak is now reliable on platforms even with low timer resolution
- Tree distance calculation offsets have been corrected
## [0.4.2] - 2021-11-03 ## [0.4.2] - 2021-11-03
### Fixed ### Fixed
- Reverted a dependency update which resulted in problems building with Go 1.16 and running on Windows - Reverted a dependency update which resulted in problems building with Go 1.16 and running on Windows