Skip to content

Release v1.46.0

Compare
Choose a tag to compare
@yurishkuro yurishkuro released this 05 Jun 02:47
· 521 commits to main since this release
21baf26

Backend Changes

⛔ Breaking Changes

OTLP receiver is now enabled by default (#4494). This change follows the Jaeger's strategic direction of aligning closely with the OpenTelemetry project. This may cause port conflicts if jaeger-collector is depoyed in host network namespace. The original --collector.otlp.enabled option is still available and MUST be set to false if OTLP receiver is not desired.

New Features

Bug fixes, Minor Improvements

  • Log processor error in Kafka consumer (@pavolloffay in #4399)
  • [bug] Remove TerminateAfter from Elasticsearch/Opensearch query resulting in incomplete span count/list (@Jakob3xD in #4336)
  • [agent] Use RawConn.Control to get fd instead of Fd() to prevent deadlock on shutdown (@ChenX1993 in #4449)
  • [SPM] Fix docker compose command (@tqi-raurora in #4444)

Maintenance

UI Changes

UI pinned to version 1.30.0. New features:

  • Allow disabling file upload via site config (@yurishkuro in #1464)
  • Support in-page-search in trace view on key=value pairs (@bobrik in #1391)