mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-06-16 22:25:08 +03:00
Version 0.4.5 changelog
This commit is contained in:
parent
69632bacb5
commit
4b896e5814
1 changed files with 19 additions and 0 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -26,6 +26,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||||
- in case of vulnerabilities.
|
- in case of vulnerabilities.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
## [0.4.5] - 2022-10-15
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Support for peering over UNIX sockets is now available, by configuring `Listen` and peering URIs in the `unix:///path/to/socket.sock` format
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- `yggdrasilctl` has been refactored and now has cleaner output
|
||||||
|
- It is now possible to `addPeer` and `removePeer` using the admin socket again
|
||||||
|
- The `getSessions` admin socket call reports number of bytes received and transmitted again
|
||||||
|
- The link setup code has been refactored, making it easier to support new peering types in the future
|
||||||
|
- Yggdrasil now maintains configuration internally, rather than relying on a shared and potentially mutable structure
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- A bug when tracking information about expired root nodes has been fixed, which should hopefully resolve issues with reparenting and connection failures when the root node disappears and
|
||||||
|
- A bug in the mobile framework code which caused a crash on Android when multicast failed to set up has been fixed
|
||||||
|
|
||||||
## [0.4.4] - 2022-07-07
|
## [0.4.4] - 2022-07-07
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue