Skip to content

Releases: openziti/ziti-sdk-c

2.0.0-alpha29

04 Oct 17:32
af86109
Compare
Choose a tag to compare
2.0.0-alpha29 Pre-release
Pre-release

What's Changed

  • HA alpha by @ekoby in #657
  • HA: ziti controller failover handling by @ekoby in #668
  • send UpdateToken request to ER as api session token is refreshed by @ekoby in #669
  • add mfa status cb to auth_method by @ekoby in #672
  • add HA controller details to ZitiCtxEvent by @ekoby in #673
  • make sure ctrl.url is valid by @ekoby in #678
  • avoid passing incompatible pointer types to message_get_bytes_header by @scareything in #675
  • Clear session cache if API session expired by @ekoby in #687
  • ha auth: implement forced refresh by @ekoby in #689
  • Prevent empty endpoints map by @ekoby in #695
  • Keychain support by @ekoby in #697
  • Implement authentication with Ext JWT Signer by @ekoby in #698
  • fix memory leaks during enrollment by @ekoby in #702
  • report Android OS/release/version on Android devices by @ekoby in #703
  • make sure auth is cleared on disable by @ekoby in #707
  • clear ztx.last_update when stopping by @ekoby in #709
  • Model improvement by @ekoby in #710
  • avoid version request churn when controller(s) inaccessible by @ekoby in #711
  • avoid waking event loop for metrics by @ekoby in #712
  • allow application to force service refresh by @ekoby in #714
  • better ctrl response parsing by @ekoby in #713
  • Implement ext JWT authentication for HA by @ekoby in #718
  • switch internal oidc client_id to openziti by @ekoby in #719
  • Multipart traffic optimizations by @ekoby in #721
  • Vcpkg cache by @ekoby in #730
  • log when no data is read from tlsuv by @scareything in #734
  • implement more robust ziti_channel re-connect by @ekoby in #736
  • OIDC redirect socket by @ekoby in #735
  • force bind token refresh if ER invalidates terminator by @ekoby in #737
  • use correct refresh grant by @ekoby in #738
  • set ziti-edge application protocol(ALPN) by @ekoby in #739
  • Merge 1.x by @ekoby in #740
  • key-memory-fixes by @ekoby in #741

Full Changelog: 1.0.12...2.0.0-alpha29

2.0.0-alpha28

02 Oct 16:45
511af4d
Compare
Choose a tag to compare
2.0.0-alpha28 Pre-release
Pre-release

What's Changed

  • OIDC redirect socket by @ekoby in #735
  • force bind token refresh if ER invalidates terminator by @ekoby in #737
  • use correct refresh grant by @ekoby in #738

Full Changelog: 2.0.0-alpha27...2.0.0-alpha28

v1.0.12

29 Sep 13:57
cb0bc3a
Compare
Choose a tag to compare

Changes

v1.0.11

12 Sep 13:03
92c7d63
Compare
Choose a tag to compare

Changes

  • use hostname for app_data/identity @ekoby (#723)

v1.0.10

11 Sep 21:14
a34f54c
Compare
Choose a tag to compare

Changes

v1.0.9

14 Aug 14:31
5cbbb5c
Compare
Choose a tag to compare

Changes

v1.0.8

14 Aug 02:06
61e74ee
Compare
Choose a tag to compare

Changes

v1.0.7

15 Jul 20:00
9fa5162
Compare
Choose a tag to compare

Changes

v1.0.6

02 Jul 20:34
ee95018
Compare
Choose a tag to compare

Changes

v1.0.5

01 Jul 18:00
e8fb572
Compare
Choose a tag to compare

Changes

  • when using ottca enrollment er->cert is null and segfaults on strlen @dovholuknf (#680)