Releases: openziti/ziti-sdk-c
Releases · openziti/ziti-sdk-c
v1.5.3
Changes
- simplify url_decode and fix off-by-one err @dovholuknf (#836)
v1.5.2
Changes
- closes #833 - ensure code is urldecoded @dovholuknf (#834)
v1.5.1
Changes
- after getting the path of the process, release the process handle @dovholuknf (#831)
- Security Policy Update: SECURITY.md @mikegorman-nf (#827)
v1.5.0
Changes
- make sure to properly load provided enrollment key @ekoby (#826)
- refresh ext OIDC token when re-authentication is required @ekoby (#824)
- internal OIDC path is '/oidc' @ekoby (#825)
- Extend identity cert @ekoby (#823)
- export bind precedence values @ekoby (#822)
- prevent segv when dumping disabled identity @scareything (#821)
- Update protobuf @ekoby (#820)
v1.4.4
Changes
- null check data_cb before calling @scareything (#819)