Skip to content

Commit 7ac38e3

Browse files
committed
Release: Yggdrasil 0.5.2
1 parent 49c424e commit 7ac38e3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2626
- in case of vulnerabilities.
2727
-->
2828

29+
## [0.5.2] - 2023-11-06
30+
31+
### Added
32+
33+
* New `-publickey` command line option that prints the derived public key from a configuration file
34+
* Support for connecting to TLS peers via SOCKS with the new `sockstls://` link schema
35+
36+
### Changed
37+
38+
* Stabilise tree parent selection algorithm
39+
* Improved logging when the TUN interface fails to set up
40+
41+
### Fixed
42+
43+
* Fixed a panic that could occur when a connection reaches an inconsistent error state
44+
* The admin socket will now report more peering handshake error conditions in `getPeers`
45+
* Yggdrasil will no longer panic at startup when duplicate peers are configured
46+
* The `build` script will no longer incorrectly import `LDFLAGS` from the environment
47+
2948
## [0.5.1] - 2023-10-28
3049

3150
### Fixed

0 commit comments

Comments
 (0)