Skip to content

Releases: openziti/ziti-tunnel-sdk-c

v0.22.9

22 Sep 16:24
7ce4f0a
Compare
Choose a tag to compare

Changes

update [email protected] @ekoby (#737)

clarify log level usage hint @qrkourier (#735)

Bug Fixes

avoid crash if -l or --loglevel option is not specified. @ekoby (#734)

output error for user. fixes #733

use logical or when testing dial_protocol_str @scareything (#732)

fixes #731

Maintenance

use contemporary git from new builder image @qrkourier (#716)

v0.22.8

15 Sep 13:39
9b7d6a4
Compare
Choose a tag to compare

Changes

process CA bundle event @ekoby (#729)

  • re-write config file or external CA bundle file

use openziti/hello-world container image @qrkourier (#718)

install the service unit file instead of symlinking @scareything (#727)

fixes #726

update [email protected] @ekoby (#728)

openziti/ziti-sdk-c@0.33.4...0.34.1

do not let the Linux package signing pubkey expire @qrkourier (#725)

unset signer pubkey expiration date

only upload packages to artifactory for release events @scareything (#724)

The !github.event.release.prerelease test is still needed, but not sufficient since it evaluates to true for non-release events. check the event type first.

document verbose container args @qrkourier (#723)

v0.22.7

24 Aug 17:12
cadbbc6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.6...v0.22.7

v0.22.6

23 Aug 18:42
5f9a2d6
Compare
Choose a tag to compare

What's Changed

  • optionally send extra args to the cmake configure command by @qrkourier in #700
  • Fixes double free in buffer cleanup. Ensures buffer is freed correctly. by @sabedevops in #717

Full Changelog: v0.22.5...v0.22.6

v0.22.5

18 Aug 18:01
790863c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.4...v0.22.5

v0.22.4

18 Aug 16:29
6898022
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.3...v0.22.4

v0.22.3

17 Aug 19:13
56cae8b
Compare
Choose a tag to compare

Breaking Changes

  • On Linux, the network interface that is created and used by ziti-edge-tunnel is now named ziti0 instead of tun0. This may affect scripts that inspect or manipulate routes and addresses that are associated with the network interface.

What's Changed

Full Changelog: v0.21.5...v0.22.3

v0.22.0

19 Jul 13:30
a02afea
Compare
Choose a tag to compare
v0.22.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.21.5...v0.22.0

v0.21.5

13 Jun 16:05
3d25097
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.4...v0.21.5

v0.21.4

23 May 14:44
95d39cd
Compare
Choose a tag to compare

Changes

bump [email protected] @ekoby (#664)

  • fixes an issue that could cause ziti-edge-tunnel enroll to crash
  • add CMake option to use local ziti-sdk-c checkout