mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-09 23:20:26 +03:00
Update changelog
This commit is contained in:
parent
ae0fe93de5
commit
fdac8932a8
19
CHANGELOG.md
19
CHANGELOG.md
@ -27,23 +27,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
|
|
||||||
## [0.3.7] - 2019-08-14
|
## [0.3.7] - 2019-08-14
|
||||||
### Fixed
|
### Fixed
|
||||||
- A number of significant performance regressions introduced in version 0.3.6
|
- A number of significant performance regressions introduced in version 0.3.6 have been fixed, resulting in better performance
|
||||||
have been fixed, resulting in better performance
|
|
||||||
- Flow labels are now used to prioritise traffic flows again correctly
|
- Flow labels are now used to prioritise traffic flows again correctly
|
||||||
- In low-traffic scenarios where there are multiple peerings between a pair of
|
- In low-traffic scenarios where there are multiple peerings between a pair of nodes, Yggdrasil now prefers the most active peering instead of the least active, helping to reduce packet reordering
|
||||||
nodes, Yggdrasil now prefers the most active peering instead of the least
|
- The `Listen` statement, when configured as a string rather than an array, will now be parsed correctly
|
||||||
active, helping to reduce packet reordering
|
- The admin socket now returns `coords` as a correct array of unsigned 64-bit integers, rather than the internal representation
|
||||||
- The `Listen` statement, when configured as a string rather than an array,
|
|
||||||
will now be parsed correctly
|
|
||||||
- The admin socket now returns `coords` as a correct array of unsigned 64-bit
|
|
||||||
integers, rather than the internal representation
|
|
||||||
- The admin socket now returns `box_pub_key` in string format again
|
- The admin socket now returns `box_pub_key` in string format again
|
||||||
- Sessions no longer leak/block when no listener (e.g. TUN/TAP) is configured
|
- Sessions no longer leak/block when no listener (e.g. TUN/TAP) is configured
|
||||||
- Incoming session connections no longer block when a session already exists,
|
- Incoming session connections no longer block when a session already exists, which reduces in less leaked goroutines
|
||||||
which reduces in less leaked goroutines
|
|
||||||
- Flooded sessions will no longer block other sessions
|
- Flooded sessions will no longer block other sessions
|
||||||
- Searches are now cleaned up properly and a couple of edge-cases with duplicate
|
- Searches are now cleaned up properly and a couple of edge-cases with duplicate searches have been fixed
|
||||||
searches have been fixed
|
|
||||||
- A number of minor allocation and pointer fixes
|
- A number of minor allocation and pointer fixes
|
||||||
|
|
||||||
## [0.3.6] - 2019-08-03
|
## [0.3.6] - 2019-08-03
|
||||||
|
Loading…
Reference in New Issue
Block a user