Skip to content

Releases: openziti/ziti-tunnel-sdk-c

v1.2.8

21 Nov 22:06
9993f61
Compare
Choose a tag to compare
v1.2.8 Pre-release
Pre-release

Changes

What's Changed

  • add CLI refresh command by @ekoby in #1046

    $ ziti-edge-tunnel refresh -h
    ziti-edge-tunnel refresh: refresh identity
    usage: ziti-edge-tunnel refresh [-i <identity>]
    
            -i|--identity   identity to be refreshed
    
    $ ziti-edge-tunnel refresh -i etc/mm.json                                                                             
    {
      "Success":true,
      "Code":0
    }
    
  • update ziti-sdk-c@1.2.1

    • optimize service bind refresh
    • prevents crashes and/or unresponsive services when posture checks are enabled

Full Changelog: v1.2.7...v1.2.8

v1.2.7

20 Nov 23:37
4da9198
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.6...v1.2.7

v1.2.6

13 Nov 21:52
5cd3a4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.5...v1.2.6

v1.2.6-beta2

31 Oct 01:17
015f49d
Compare
Choose a tag to compare
v1.2.6-beta2 Pre-release
Pre-release

Changes

postinstall scriptlet syntax error 1.x @qrkourier (#1029)

What's Changed

Full Changelog: v1.2.5...v1.2.6-beta2

v1.2.5

23 Oct 19:15
9b319c5
Compare
Choose a tag to compare

What's Changed

Backwards Compatibility Note

Prior to version 1.2.0 of ziti-edge-tunnel, all identities that were present in config.json were loaded regardless of each identity's enabled field. Starting with ziti-edge-tunnel 1.2.0 the enabled field of each identity is respected.

Look for this error message in the ziti-edge-tunnel log (or journal) if you have identities that ziti-edge-tunnel 1.2.5 isn't loading:

ERROR ziti-edge-tunnel:ziti-edge-tunnel.c:1235 on_event() ztx[/path/to/identity.json] failed to connect to controller due to ziti context is disabled

If you see this error, you can re-enable the identity with the following command:

ziti-edge-tunnel on_off_identity --identity /path/to/identity.json --onoff true

Full Changelog: v1.2.4...v1.2.5

v1.2.4

22 Oct 20:12
f9418c5
Compare
Choose a tag to compare

What's Changed

Backwards Compatibility Note

Prior to version 1.2.0 of ziti-edge-tunnel, all identities that were present in config.json were loaded regardless of each identity's enabled field. Starting with ziti-edge-tunnel 1.2.0 the enabled field of each identity is respected.

Look for this error message in the ziti-edge-tunnel log (or journal) if you have identities that ziti-edge-tunnel 1.2.4 isn't loading:

ERROR ziti-edge-tunnel:ziti-edge-tunnel.c:1235 on_event() ztx[/path/to/identity.json] failed to connect to controller due to ziti context is disabled

If you see this error, you can re-enable the identity with the following command:

ziti-edge-tunnel on_off_identity --identity /path/to/identity.json --onoff true

Full Changelog: v1.2.3...v1.2.4

v1.2.3

18 Oct 18:41
9d7e1b2
Compare
Choose a tag to compare

What's Changed

  • expose loading identity in disabled state by @ekoby in #1021
  • update ziti-sdk@1.1.3: fix service bind (backward compat) by @ekoby in #1022

Backwards Compatibility Note

Prior to version 1.2.0 of ziti-edge-tunnel, all identities that were present in config.json were loaded regardless of each identity's enabled field. Starting with this version of ziti-edge-tunnel, the enabled field of each identity is respected.

Look for this error message in the ziti-edge-tunnel log (or journal) if you have identities that ziti-edge-tunnel 1.2.3 isn't loading:

ERROR ziti-edge-tunnel:ziti-edge-tunnel.c:1235 on_event() ztx[/path/to/identity.json] failed to connect to controller due to ziti context is disabled

If you see this error, you can re-enable the identity with the following command:

ziti-edge-tunnel on_off_identity --identity /path/to/identity.json --onoff true

Full Changelog: v1.2.2...v1.2.3

v1.2.2

13 Oct 17:06
18bf474
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

11 Oct 12:03
0cb7c78
Compare
Choose a tag to compare

What's Changed

  • update ziti-sdk-c@1.1.1 by @scareything in #1014
  • use ziti-builder:v1 to generate GH release builds by @scareything in #1015
    This changes makes the ziti-edge-tunnel binaries for Linux compatible with distros that have glibc 2.27 or later (e.g. Ubuntu 18, Debian 10, Rocky 8).

Full Changelog: v1.2.0...v1.2.1

v1.2.0

09 Oct 21:35
325bb8f
Compare
Choose a tag to compare

What's Changed

Backwards Compatibility Note

Prior to this version of ziti-edge-tunnel, all identities that were present in config.json were loaded regardless of each identity's enabled field. Starting with this version of ziti-edge-tunnel, the enabled` field of each identity is respected.

Look for this error message in the ziti-edge-tunnel log (or journal) if you have identities that ziti-edge-tunnel 1.2.0 isn't loading:

ERROR ziti-edge-tunnel:ziti-edge-tunnel.c:1235 on_event() ztx[/path/to/identity.json] failed to connect to controller due to ziti context is disabled

If you see this error, you can re-enable the identity with the following command:

ziti-edge-tunnel on_off_identity --identity /path/to/identity.json --onoff true

Full Changelog: v1.1.5...v1.2.0