Skip to content

Releases: openziti/ziti-sdk-c

v1.10.3

24 Dec 15:44
6c48aec

Choose a tag to compare

Changes

  • fix: ziti_refresh() will crash if ziti context has never reached controller @ekoby (#977)

v1.10.2

23 Dec 20:47
e9d2df4

Choose a tag to compare

Changes

v1.10.1

18 Dec 15:40
d243702

Choose a tag to compare

Changes

  • make sure ziti_ctrl uses correct auth header @ekoby (#972)

v1.10.0

16 Dec 20:56
67f4679

Choose a tag to compare

Changes

v1.9.22

16 Dec 14:50
6840d09

Choose a tag to compare

Changes

  • simplify external OIDC token refresh @ekoby (#970)

v1.9.21

15 Dec 17:07
a23c92b

Choose a tag to compare

Changes

  • better handle of close state on service connections @ekoby (#968)
  • ziti model: add ziti_service.terminator_strategy @ekoby (#967)
  • regenerate protobuf with latest @ekoby (#966)

v1.9.20

10 Dec 19:56
606c141

Choose a tag to compare

Changes

  • refactor OIDC callback handling to use poll instead of select @ekoby (#963)
  • Handle API session expiration @ekoby (#965)
  • support parsing of ISO 8601 timestamps with timezone offsets @ekoby (#964)

Maintenance

  • use only semver tags for project version calculation @ekoby (#962)

v1.9.19

06 Dec 17:36
debe617

Choose a tag to compare

Changes

v1.9.18

25 Nov 15:16
fe458c1

Choose a tag to compare

What's Changed

  • Add GITHUB_TOKEN to build-release workflow by @ekoby in #953

Full Changelog: 1.9.17...1.9.18

v1.9.17

25 Nov 01:06
12ffdab

Choose a tag to compare

Changes

  • use openziti/ziti/setup-cli action @ekoby (#950)
  • don't replace tlsuv log level if it was set before ziti_log_init @scareything (#951)
  • fix TLS handshake issues when using win32crypto @ekoby (#952)