Releases: openziti/ziti-sdk-c
Releases · openziti/ziti-sdk-c
v0.26.9
v0.26.8
Changes
- Posture check timeout configuration changes will now trigger service events @andrewpmartinez (#315)
- Posture check timeoutRemaing changes due to posture response submission will now trigger service events @andrewpmartinez (#315)
- Posture response and MFA TOT submissions now trigger a service update checks @andrewpmartinez (#315)
v0.26.7
v0.26.6
Changes
- API Session Token cleanup - old tokens will no longer be used for controller interactions after an API Session times out @andrewpmartinez (#313)
- API Session error states - fixes situations where a ZTX will no longer allow re-authentication after an authentication error @andrewpmartinez (#313)
v0.26.5
Changes
- reworks session expiration tracking @andrewpmartinez (#310)
- adds api_session_state to internal ztx @andrewpmartinez (#309)
v0.26.4
Changes
- implement enrollment name option for CAauto @ekoby (#308)
- use ZTX_LOG in more places, early returns on service update checking @andrewpmartinez (#307)
v0.26.3
Changes
- fixed segfault on NULL property access for PROCESS_MULTI queries @andrewpmartinez (#306)
v0.26.2
Changes
- changes service update logic to only occur when the service itself is updated, its configuration(s), or the
is_passingposture query flags change @andrewpmartinez (#305) - fixes 401s caused by identity lookups that occurred before MFA was complete @andrewpmartinez (#305)
- fixed posture submits for process checks not being sent @andrewpmartinez (#305)
v0.26.1
Changes
- ziti_identity should always be available after the first login @ekoby (#304)
- Avoid libproc on iOS @smilindave26 (#303)