Releases: openziti/ziti-tunnel-sdk-c
Releases · openziti/ziti-tunnel-sdk-c
v1.1.4
What's Changed
- let ziti sdk hold UDP payloads that arrive before ziti_dial completes by @scareything in #950
- add ip_dump ipc command by @scareything in #954
- Handle failed tcp connections before ziti dial by @scareything in #983
This fix prevents ziti-edge-tunnel from becoming unresponsive and going into a tight loop when the host transitions from sleep to wake or when the underlay network changes or becomes unstable. - Clear dns reqs when dns client closes by @scareything in #984
This fix prevents a crash that could happen when an upstream DNS server responds to a query after the the original client UDP socket has timed out (5.sec).
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- update ziti-sdk-c to 1.0.9 by @scareything in #934
- feat: add static builds presets (1.x) by @nenkoru, @scareything in #949
Adds completely static builds of Linux binaries to the GitHub releases.
Full Changelog: v1.1.1...v1.1.3
v1.1.1
What's Changed
- bump runner to RedHat9 w/ glibc 2.34 by @qrkourier in #922
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Get ziti-sdk-c v1.0.7 by @scareything in #905
- Update release workflows to use Ubuntu 20 Linux runners.
- The ziti-edge-tunnel binaries for Linux from our GitHub Releases will no longer run on Ubuntu 18 and earlier as a result of this change.
v1.0.3
Changes
set output function for ipv6 packets @scareything (#870)
v1.0.2
Changes
fix ipv6 address conversion @scareything (#869)
v1.0.1
Changes
avoid segv when hosting service and requested source IP is not allowed @scareything (#867)
v2.0.0-alpha1
What's Changed
- More flexible versions by @ekoby in #849
- initialize logger after command line parsing; use fprintf before then by @scareything in #850
- HA alpha by @ekoby in #852
- sync main with release-1.x by @scareything in #853
Full Changelog: v0.22.32...v2.0.0-alpha1
v1.0.0
Changes
initialize logger after command line parsing; use fprintf before then @scareything (#850)
avoids unwanted logger initialization messages for subcommands like version
.
More flexible versions @ekoby (#849)
v0.22.32
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.