Skip to content

Releases: openziti/ziti-tunnel-sdk-c

v0.20.8

07 Nov 13:36
3cd3a15
Compare
Choose a tag to compare

Changes

get cmake 3.22 when building on ubuntu 20 @scareything (#539)

The cmake scripts now reference CMAKE_C_BYTE_ORDER, which is defined by cmake 3.20 and later.

v0.20.7

24 Oct 18:47
cb52eb0
Compare
Choose a tag to compare

Changes

Ensure that BYTE_ORDER is set @scareything (#538)

Fixes #534

Update ziti-sdk-c to 0.30.4

v0.20.6

20 Oct 14:51
04239ac
Compare
Choose a tag to compare

Changes

enroll subcommand fixes @scareything (#533)

  • open enrollment output file with O_EXCL to avoid overwriting (#268)
  • don't require key to be provided when enrolling (#532)
  • log errors when enrolling (#516)

v0.20.5

19 Oct 16:03
91b276f
Compare
Choose a tag to compare

Changes

Use correct has_arg when parsing command line options with getopt_long @scareything (#530)

closes #320, #503, and #528

v0.20.4

18 Oct 20:05
1298888
Compare
Choose a tag to compare

rebuild release

v0.20.3

18 Oct 19:27
Compare
Choose a tag to compare

Changes

update ziti-sdk-c to 0.30.2 @scareything (#526)

0.30.2 fixes build errors with mingw, which is used by zdew

fix container terminate @qrkourier (#524)

build linux artifacts in containers @scareything (#525)

Release artifacts for Linux builds are now compiled in ubuntu-18.04 containers instead of directly on the GitHub runner. The resulting binaries have broader compatibility with older Linux distros.

add a Dockerfile for building a hosting tunneler image for Red Hat Linux @qrkourier (#513)

Move systemd-resolved symlink guard to the correct scope @sabedevops (#523)

resolves #519

v0.20.2

14 Oct 20:49
b46052b
Compare
Choose a tag to compare

Changes

skip addresses that don't match @scareything (#522)

closes #521

v0.20.1

14 Oct 18:47
b6eec50
Compare
Choose a tag to compare

Changes

update ziti-sdk-c to v0.30.1 @scareything (#518)

display correct dns range in help message

use latest ubuntu runners and run linux builds in containers

use match score returned by ziti_address_match

fixes #520

use correct tun and dns IPs on darwin

v0.20.0

11 Oct 14:38
97aad5e
Compare
Choose a tag to compare
v0.20.0 Pre-release
Pre-release

Changes

Docker get Ziti ID from env var instead of mounted file @qrkourier (#510)

Also, start using Ziti env var names mapped to existing NF names e.g. ZITI_ENROLL_TOKEN instead of NF_REG_TOKEN while preserving backwards compat.

close underlay connection for dns queries as soon as requests are competed @scareything (#505)

closes #504

update ziti-sdk-c to 0.30.0 @scareything (#507)

brings in uv-mbed 0.14.11 to fix SEGV when reconnecting to edge routers and/or controller.

Feature/systemd bin path overrides @sabedevops (#506)

  • Allow location of resolver binaries to be overridden at build time
  • Adjusts logging for handled errors
  • Fixes misc misleading error

add some documentation for Docker Compose @qrkourier (#500)

set cmake variables correctly in opwrt build script @scareything (#501)

v0.19.11

27 Sep 19:19
ee3f132
Compare
Choose a tag to compare

Changes

Don't assign tun IP address to dns hostnames @scareything (#499)

closes #498

freshen Docker doc @qrkourier (#495)