Skip to content

Orbit v0.14.2 (Preview)

Choose a tag to compare

@github-actions github-actions released this 12 Aug 06:18
2df78b8

What changed

Orbit health checks can now target HTTPS endpoints explicitly with scheme: https and opt out of certificate verification per check with tls_skip_verify: true. HTTP-to-HTTPS redirects honor the same per-check TLS policy, while secure verification remains the default and final responses must still be 2xx. This preview also includes more reliable SQL project DACPAC discovery.

Why it matters

Teams can run local services backed by self-signed or development certificates consistently across machines without disabling TLS verification globally or changing application redirect behavior.