v0.20.9
github-actions
released this
10 Nov 17:43
·
756 commits
to refs/heads/main
since this release
Changes
get ziti-sdk-c 0.30.8 @scareything (#550)
ziti-sdk-c 0.30.8 fixes openziti/ziti-sdk-c#475, which caused tunnelers to hang when intercept.v1 or host.v1 service configurations were updated
Fix bug where log doesn't rotate at the end of a month. @szymonnogiec (#547)
Resolves #486. Check also a month and year difference (will prevent a bug where log would not be rotated at the end of the year).
Fix --authcode option parsing. @szymonnogiec (#546)
Resolves #488 issue. The checks for opts were wrong in 5 functions: verify/remove/submit_mfa & generate/get_mfa_codes. All of them expected long version of the opt to be '--code', instead of '--authcode' as the docs say.