v0.30.5
Release 0.30.5
What's New
- Initial proxy support in host.v1/host.v2
Proxy Support in host.v1/host.v2
host.v1
and host.v2
configurations may now specify a proxy to use.
Currently only HTTP Connect proxies which don't require authentication are supported.
Example using host.v1
{
"address": "192.168.2.50",
"port": 1234,
"protocol": "tcp",
"proxy": {
"address": "192.168.1.110:3128",
"type": "http"
}
}
Component Updates and Bug Fixes
-
github.com/openziti/channel/v2: v2.0.99 -> v2.0.101
-
github.com/openziti/edge-api: v0.25.37 -> v0.25.38
-
github.com/openziti/foundation/v2: v2.0.32 -> v2.0.33
-
github.com/openziti/identity: v1.0.63 -> v1.0.64
-
github.com/openziti/metrics: v1.2.35 -> v1.2.36
-
github.com/openziti/runzmd: v1.0.32 -> v1.0.33
-
github.com/openziti/sdk-golang: v0.20.116 -> v0.20.122
- Issue #436 - HTTP calls should respect environment proxy settings
-
github.com/openziti/storage: v0.2.18 -> v0.2.20
- Issue #52 - Grammar should expect single valid query followed by EOF
-
github.com/openziti/transport/v2: v2.0.107 -> v2.0.109
-
github.com/openziti/ziti: v0.30.4 -> v0.30.5
- Issue #1336 -
ziti edge quickstart
did
not create the usual edge router/service edge router policy. - Issue #1397 - HTTP Proxy suport for host.v1/host.v2 config types
- Issue #1423 - Controller crashes when edge router reconnects (Client Hello)
- Issue #1414 - Race condition in xgress_edge_tunnel tunneller at start but not seen in pre-compiled binary
- Issue #1406 - Entity change event dispatcher isn't shutting down properly when controller shuts down
- Issue #1382 - service failure costs are not shrinking over time
- Issue #1336 -