Skip to content

Releases: openziti/ziti-tunnel-sdk-c

v1.1.2

14 Aug 04:21
3ad1f71
Compare
Choose a tag to compare

Changes

update ziti sdk c to 1.0.8 @scareything (#933)

fixes builds on alpine, openwrt, possibly others

v2.0.0-alpha14

13 Aug 16:52
707aed6
Compare
Choose a tag to compare
v2.0.0-alpha14 Pre-release
Pre-release

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
  • add option to build T-SDK with C-SDK branch by @qrkourier in #866
  • use openssl tlsuv engine by @scareything in #879
  • 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
  • Simpler IPC by @ekoby in #907
  • 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
  • avoid lwip timer churn by @ekoby in #932

Full Changelog: v1.1.1...v2.0.0-alpha14

v1.1.1

13 Aug 13:01
5de63b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

17 Jul 13:14
741a6ad
Compare
Choose a tag to compare

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

19 Jun 13:11
21d0f3d
Compare
Choose a tag to compare

Changes

set output function for ipv6 packets @scareything (#870)

v1.0.2

14 Jun 22:55
2cab71f
Compare
Choose a tag to compare

Changes

fix ipv6 address conversion @scareything (#869)

v1.0.1

13 Jun 22:09
35e298d
Compare
Choose a tag to compare

Changes

avoid segv when hosting service and requested source IP is not allowed @scareything (#867)

v2.0.0-alpha1

12 Jun 16:09
3f6b15c
Compare
Choose a tag to compare
v2.0.0-alpha1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.22.32...v2.0.0-alpha1

v1.0.0

12 Jun 15:30
1416e2a
Compare
Choose a tag to compare

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

07 Jun 10:32
afe442f
Compare
Choose a tag to compare

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.