CHANGELOG
CHANGE: The ContextDialer
in agent.Controller.NewClient
now utilizes the "two-phase" approach to invoking Dial
on the remote agent service. First, it attempts to dial the service with the current service list state. If that fails, it will call RefreshService
to update the service list and does a second Dial
. If the second Dial
fails, then the connection fails. This works around service list staleness issues. (#1090)
CHANGE: github.com/openziti/sdk-golang
updated to v1.2.8
.
CHANGE: CI pull requests now trigger a native-architecture Windows build.