Skip to content

v0.22.32

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 10:32
· 151 commits to refs/heads/main since this release
afe442f

Changes

get ziti-sdk-c 1.0.4 @scareything (#848)

This sdk update includes fixes to prevent new requests from piling up when the controller is unavailable.

initialize ziti logger before command line parsing @scareything (#846)

This change activates the logger early in the process startup, so messages that are logged during command line parsing are visible.
Also don't let the log level from value from the config file replace the level that was specified on the command line.

Assume http proxy if type is not specified @scareything (#847)

This matches the behavior of golang's proxy url processing, and enables HTTP_PROXY to be set with the same format that the ER recognizes.