Skip to content

v0.41.12

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Jun 21:02
· 10 commits to refs/heads/alpha since this release
cba920e

Changes

  • ZitiEvent.ApiEvent has been renamed to ZitiEvent.ConfigEvent, which includes multiple addresses when originated by changes to an HA controller
  • ZitiIdentity now includes the identity's certificates that are received when the identity is enrolled
  • ZitiConfg has been renamed to ZitiServiceConfig to avoid confusion with ziti-sdk-c's ziti_config type
  • ZitiMfaAuthQuery has been removed
  • update ziti-tunnel-sdk-c@v1.6.1 @scareything (#278)
    • supports host.v1 address translation
    • fixes crash when more than 1024 files/sockets are open
    • fixes potential crash when an identity is rapidly disabled/enabled
    • fixes potential crash when receiving high volume of UDP packets
    • applications that use ziti-sdk-swift (CZiti.framework) must now link with libz.1.tbd
  • support external authentication @scareything (#280)
  • enable certificate auto-renewal @scareything (#269)
  • use all certificates from enrollment response @scareything (#266)
  • use swift naming conventions @scareything (#260)
  • persist controller list in zid files @scareything (#259)