Releases: openziti/ziti-tunnel-sdk-c
Releases · openziti/ziti-tunnel-sdk-c
v0.22.18
Changes
get ziti-sdk-c 0.35.12 @scareything (#767)
- Fixes a crash that could be triggered by tcp clients not closing cleanly
use buffer size when calling snprintf @scareything (#766)
- Warning messages that were logged when clients sent inconsistent app data were truncated
set TCP keepalive and nodelay on backend connections @ekoby (#765)
v0.22.17
Changes
update ziti-sdk-c to 0.35.11 @scareything (#764)
v0.22.16
v0.22.15
Changes
always check app_data before dereferencing @scareything (#761)
v0.22.14
Changes
Update ziti-sdk-c @scareything (#760)
Resolve hostnames in worker threads @scareything (#754)
- fixes #753
Update vcpkg baseline used in CI package workflow @scareything (#759)
- from 2023.04.15 to 2023.06.20
Avoid invalid memory access when processing DNS queries with zero-length name @scareything (#757)
v0.22.13
Changes
update [email protected] @ekoby (#756)
- brings (re)binding fixes
Resolve hostnames in worker threads @scareything (#754)
- fixes #753
Avoid invalid memory access when processing DNS queries with zero-length name @scareything (#757)
v0.22.12
Changes
Update [email protected] @ekoby (#748)
v0.22.11
Changes
get ziti-sdk-c 0.35.2 @scareything (#746)
v0.22.10
What's Changed
- use logical or when testing dial_protocol_str by @scareything in #732
- avoid crash if -l or --loglevel option is not specified. by @ekoby in #734
- use contemporary git from new builder image by @qrkourier in #716
- clarify log level usage hint by @qrkourier in #735
- update [email protected] by @ekoby in #737
Full Changelog: v0.22.8...v0.22.10
v0.22.9
Changes
update [email protected] @ekoby (#737)
clarify log level usage hint @qrkourier (#735)
Bug Fixes
avoid crash if -l or --loglevel option is not specified. @ekoby (#734)
output error for user. fixes #733
use logical or when testing dial_protocol_str @scareything (#732)
fixes #731