Skip to content

Releases: openziti/ziti-sdk-swift

v0.41.14

17 Jun 13:57
aeadb6a
Compare
Choose a tag to compare

Changes

v0.41.13

13 Jun 12:17
254f001
Compare
Choose a tag to compare

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)

v0.41.12

12 Jun 21:02
cba920e
Compare
Choose a tag to compare
v0.41.12 Pre-release
Pre-release

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)

v0.41.11

23 May 15:53
4c91df6
Compare
Choose a tag to compare
v0.41.11 Pre-release
Pre-release

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)

v0.41.10

24 Apr 20:59
a0b68cc
Compare
Choose a tag to compare
v0.41.10 Pre-release
Pre-release

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
  • enable certificate auto-renewal @scareything (#269)
  • use all certificates from enrollment response @scareything (#266)
  • update ziti-tunnel-sdk-c@v1.5.12 @scareything (#274)
    • 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
  • use swift naming conventions @scareything (#260)
  • persist controller list in zid files @scareything (#259)

v0.41.9

17 Apr 18:10
6871df4
Compare
Choose a tag to compare
v0.41.9 Pre-release
Pre-release

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
  • enable certificate auto-renewal @scareything (#269)
  • use all certificates from enrollment response @scareything (#266)
  • update ziti-tunnel-sdk-c@v1.5.11 @scareything (#271)
    • 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
  • use swift naming conventions @scareything (#260)
  • persist controller list in zid files @scareything (#259)

v0.41.8

12 Apr 19:22
85bf7e3
Compare
Choose a tag to compare
v0.41.8 Pre-release
Pre-release

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
  • enable certificate auto-renewal @scareything (#269)
  • use all certificates from enrollment response @scareything (#266)
  • update ziti-tunnel-sdk-c@v1.5.10 @scareything (#264)
    • 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
  • use swift naming conventions @scareything (#260)
  • persist controller list in zid files @scareything (#259)

v0.41.7

28 Mar 15:58
96010f8
Compare
Choose a tag to compare
v0.41.7 Pre-release
Pre-release

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
    • ZitiKeychain.storeCertificate has been deprecated. Please use ZitiKeychain.storeCertificates instead
    • ZitiIdentity now includes a list of common names for the potentially multiple 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
  • use all certificates from enrollment response @scareything (#266)
  • update ziti-tunnel-sdk-c@v1.5.4 @scareything (#264)
    • 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
  • use swift naming conventions @scareything (#260)
  • persist controller list in zid files @scareything (#259)

v0.41.5

30 Jan 18:01
7ee803d
Compare
Choose a tag to compare
v0.41.5 Pre-release
Pre-release

Changes

v0.41.4

30 Jan 14:07
ba88ab6
Compare
Choose a tag to compare
v0.41.4 Pre-release
Pre-release

Changes