File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments