Breaking changes
The SYNCV3_JAEGER_URL
env var has been replaced with SYNCV3_OTLP_URL
, which is an HTTPS URL to a suitable OTLP collector, typically listening on :4318
. The proxy can optionally send HTTP Basic authentication to this endpoint via the env vars SYNCV3_OTLP_USERNAME
and SYNCV3_OTLP_PASSWORD
.
Features
- Replace Jaeger exports with OTLP exports. #269
Bug fixes
- v0.99.6 did not increment the version string, so it still reads as v0.99.5.
- DB migration to delete corrupt room snapshots #267
Full Changelog: v0.99.6...v0.99.7