• v2.3.2 9c8849c6cd

    fix(otel): accept full https:// URL in OTEL_EXPORTER_OTLP_ENDPOINT
    Some checks failed
    Release / Check ui (push) Successful in 39s
    Release / Docker / caddy (push) Successful in 1m4s
    Release / Test backend (push) Successful in 1m38s
    Release / Docker / runner (push) Successful in 39s
    Release / Docker / backend (push) Successful in 2m12s
    Release / Docker / ui (push) Successful in 1m0s
    Release / Upload source maps (push) Failing after 5m19s
    Release / Gitea Release (push) Has been skipped

    kamil released this 2026-03-27 19:38:50 +05:00 | -262 commits to main since this release

    WithEndpoint expects host[:port] with no scheme. When Doppler has
    https://otel.libnovel.cc the backend was crashing with 'invalid port'.
    Now strip the scheme and enable TLS when prefix is https://.

    Downloads