mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-25 20:41:36 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
ba43c1d874
commit
aea41f464e
@ -34,14 +34,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
- Go 1.13 or later is now required for building Yggdrasil
|
- Go 1.13 or later is now required for building Yggdrasil
|
||||||
- Some exported API functions have been updated to work with standard Go interfaces:
|
- Some exported API functions have been updated to work with standard Go interfaces:
|
||||||
- `net.Conn` instead of `yggdrasil.Conn`
|
- `net.Conn` instead of `yggdrasil.Conn`
|
||||||
- `net.Dialer` instead of `yggdrasil.Dialer`
|
- `net.Dialer` (or the interface that type would satisfy, if one was defined) instead of `yggdrasil.Dialer`
|
||||||
- `net.Listener` instead of `yggdrasil.Listener`
|
- `net.Listener` instead of `yggdrasil.Listener`
|
||||||
- Session metadata is now updated correctly when a search completes for a node to which we already have an open session
|
- Session metadata is now updated correctly when a search completes for a node to which we already have an open session
|
||||||
- Multicast module reloading behaviour has been improved
|
- Multicast module reloading behaviour has been improved
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- An incorrectly held mutex in the crypto-key routing code has been fixed
|
- An incorrectly held mutex in the crypto-key routing code has been fixed
|
||||||
- Dial timeouts are now handled more safely in the event of a nil context
|
|
||||||
- Multicast module no longer opens a listener socket if no multicast interfaces are configured
|
- Multicast module no longer opens a listener socket if no multicast interfaces are configured
|
||||||
|
|
||||||
## [0.3.10] - 2019-10-10
|
## [0.3.10] - 2019-10-10
|
||||||
|
Loading…
Reference in New Issue
Block a user