Releases: openziti/ziti-tunnel-sdk-c
Releases · openziti/ziti-tunnel-sdk-c
v2.0.0-alpha27
What's Changed
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in #909
- Bump lewagon/wait-on-check-action from 1.3.1 to 1.3.4 by @dependabot in #830
- fix cpack builds by @scareything in #998
- add an identity hint to postinstall output by @qrkourier in #999
- update ziti-sdk@2.0.0-a29 by @ekoby in #1003
Full Changelog: v2.0.0-alpha26...v2.0.0-alpha27
v2.0.0-alpha26
What's Changed
- HA alpha by @ekoby in #852
- ztx.identity might not be set at the time of MFA event by @ekoby in #858
- avoid segv when hosting service and requested source IP is not allowed by @scareything in #867
- fix ipv6 address conversion by @scareything in #869
- set output function for ipv6 packets by @scareything in #870
- use openssl tlsuv engine by @scareything in #879
- eol xenial, bionic, and redhat7; adopt focal builder and node 20 actions by @scareything in #893
- prevent dependency on libwinpthread-1.dll when building with mingw by @scareything in #896
- macOS: attempt to cleanup exclusion routes on exit by @ekoby in #899
- fix crash during initial load --
ztx.identity
may not be available yet by @ekoby in #900 - allow loading/starting ziti identity with provided config instead of file by @ekoby in #908
- Subcommand refactor by @ekoby in #911
- add tlsuv version to version output by @ekoby in #912
- notify any connected clients when shutting down by @dovholuknf in #916
- Ext auth support by @ekoby in #913
- Add command to update upstream DNS by @ekoby in #924
- implement tunnel enroll command by @ekoby in #925
- improve dump command by @ekoby in #928
- avoid lwip timer churn by @ekoby in #932
- remember enabled/disabled state by @dovholuknf in #936
- use ziti_set_enabled which properly closes/stops an identity by @dovholuknf in #937
- update model to new types by @ekoby in #940
- support both IPv4/6 DNS upstreams by @ekoby in #945
- add command to force identity refresh by @ekoby in #946
- allow to set and query multiple upstream nameservers by @ekoby in #953
- update lwip to 2.2.0 by @scareything in #967
- only add nrpt entry when the service has dial permission by @dovholuknf in #970
- remove dns client's active requests from ziti_dns.requests when closing client by @scareything in #977
- quiet ipc logging by @dovholuknf in #978
- update to wintun 14.1 by @dovholuknf in #980
- set tcp error callback sooner so tcp errors that happen while waiting for ziti_dial can be handled by @scareything in #985
- let ziti sdk hold UDP payloads that arrive before ziti_dial completes by @scareything in #986
- add ip_dump IPC command by @scareything in #988
- use RelWithDebInfo build type by @scareything in #958
- Keychain support by @ekoby in #990
Full Changelog: v1.1.5...v2.0.0-alpha26
v1.1.5
Changes
clear up hosting io_ctx if ziti_accept fails @ekoby (#992)
support "*" in host.v1/host.v2 allowedAddresses @scareything (#991)
remove static linux builds from release @scareything (#982)
backs out the workflow changes from #949 until we can figure out how to build generally usable static binaries, or perhaps make a musl c preset.
use the provided len when copying memory and fix a warning @dovholuknf (#989)
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.