Skip to content

Releases: openziti/ziti-sdk-c

v0.31.4

14 Mar 18:46
68c3a76
Compare
Choose a tag to compare

Changes

  • mark connection disconnected before signaling failure via callback @ekoby (#495)

v0.31.3

13 Mar 22:03
924ed09
Compare
Choose a tag to compare

Changes

  • fix working version of softprops/action-gh-release @ekoby (#494)
  • ziti-prox-c: fix crash on hosting fail @ekoby (#493)

v0.31.2

24 Feb 20:06
c74ab09
Compare
Choose a tag to compare

Changes

  • guard against re-entering on_channel_close() @ekoby (#492)

v0.31.1

23 Feb 20:03
1ded349
Compare
Choose a tag to compare

Changes

  • fix crash in write callback after close @ekoby (#491)
  • successful writes should extend latency timer @ekoby (#490)

v0.31.0

30 Jan 14:21
9777209
Compare
Choose a tag to compare

Changes

v0.30.9

12 Jan 20:59
743d7f8
Compare
Choose a tag to compare

Changes

v0.30.8

10 Nov 17:12
ecfee7b
Compare
Choose a tag to compare

Changes

v0.30.7

01 Nov 14:59
ffe1b6d
Compare
Choose a tag to compare

Changes

  • Zitilib: add socket checks, fix memory leaks @ekoby (#473)

v0.30.6

30 Oct 18:12
4213349
Compare
Choose a tag to compare

Changes

  • add more debugging in accept flows @ekoby (#472)
  • Terminate app due to ziti_ctrl_init fail @0xc0dedad (#465)
  • use _MSC_VER macro to detect Visual Studio compiler @ekoby (#471)

v0.30.5

26 Oct 00:56
af4ec9f
Compare
Choose a tag to compare

Changes

  • make sure ziti_listen/ziti_connect fail with appropriate message on missing permission @ekoby (#469)
  • Args prompt for sample_enroll @0xc0dedad (#466)

Bug Fixes

  • fix Ziti_accept() deadlock on creating a new client fd @ekoby (#470)