Skip to content

v0.41.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 15:53
4c91df6

Changes

  • the following APIs have changed since 0.40.5:
    • 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.0 @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
  • 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)