mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-09 16:20:26 +00:00
Version 0.4.7 changelog (#985)
This commit is contained in:
parent
596f16aa6c
commit
48d278bd2a
18
CHANGELOG.md
18
CHANGELOG.md
@ -26,6 +26,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
- in case of vulnerabilities.
|
- in case of vulnerabilities.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
## [0.4.7] - 2022-11-19
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Dropped outbound peerings will now try to reconnect after a single second, rather than waiting up to 60 seconds for the normal peer timer
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Session encryption keys are now rotated at most once per minute, which reduces CPU usage and improves throughput on fast low latency links
|
||||||
|
- Buffers are now reused in the session encryption handler, which improves session throughput and reduces memory allocations
|
||||||
|
- Buffers are now reused in the router for DHT and path traffic, which improves overall routing throughput and reduces memory allocations
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- A bug in the admin socket where requests fail unless `arguments` is specified has been fixed
|
||||||
|
- Certificates on TLS listeners will no longer expire after a year
|
||||||
|
- The `-address` and `-subnet` command line options now return a useful warning when no configuration is specified
|
||||||
|
|
||||||
## [0.4.6] - 2022-10-25
|
## [0.4.6] - 2022-10-25
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
Loading…
Reference in New Issue
Block a user