Skip to content

Releases: jaegertracing/jaeger

Release v1.42.0

05 Feb 21:06
591d83f
Compare
Choose a tag to compare

Backend Changes

β›” Breaking Changes

  • HotROD πŸš— application is switched from Jaeger SDK to OpenTelemetry SDK (@yurishkuro in #4187). Some environment variables previously accepted are no longer recognized. See PR for details.
  • tracegen utility is switched from Jaeger SDK to OpenTelemetry SDK (@yurishkuro in #4189). Some environment variables previously accepted are no longer recognized. See PR for details.

New Features

  • Add CLI flags for controlling HTTP server timeouts (@yurishkuro in #4167)
  • Watch directories for certificate hot-reload (@tsaarni in #4159)
  • Support tenant header propagation in query service and grpc-plugin (@pavolloffay in #4151)

Bug fixes, Minor Improvements

UI Changes

  • No changes.

Release v1.41.0

04 Jan 06:28
b71616c
Compare
Choose a tag to compare

Backend Changes

Bug fixes, Minor Improvements

  • Remove global platform arg in cassandra schema dockerfile (@jkandasa in #4123)
  • Add multi arch support to cassandra-schema container (@jkandasa in #4122)

UI

  • No changes.

Release v1.40.0

09 Dec 12:57
d2eb07a
Compare
Choose a tag to compare

Backend Changes

New Features

Bug fixes, Minor Improvements

UI

  • UI pinned to version 1.27.3.

Release v1.39.0

01 Nov 12:32
a22d80c
Compare
Choose a tag to compare

Backend Changes

New Features

Bug fixes, Minor Improvements

UI

  • UI pinned to version 1.27.2.

Release v1.38.1

05 Oct 00:26
e3bbf7e
Compare
Choose a tag to compare

Backend Changes

Bug fixes, Minor Improvements

UI Changes

  • UI pinned to version 1.27.1 to bump dependencies.

Release 1.38.0

16 Sep 14:34
cac21f8
Compare
Choose a tag to compare

Bug fixes, Minor Improvements

Release v1.37.0

03 Aug 17:36
fdc3ae5
Compare
Choose a tag to compare

1.37.0 (2022-08-03)

Backend Changes

Bug fixes, Minor Improvements

UI Changes

Release v1.36.0

05 Jul 10:42
3a167b4
Compare
Choose a tag to compare

Backend Changes

Breaking Changes

New Features

  • Add flag to enable span size metrics reporting (@ymtdzzz in #3782)
    • Span size metrics are enabled via the --collector.enable-span-size-metrics flag (even if --collector.queue-size-memory is disabled).
  • Add multi-tenancy support (@esnible in #3688)
    • Enabled when --multi_tenancy.enabled=true is passed to the collector.
    • The header carrying the tenants can be specified via the --multi_tenancy.header flag, which defaults to x-tenant.
    • The list of allowed tenants can be set via the --multi_tenancy.tenants flag, which defaults to an unrestricted list of tenants.

Bug fixes, Minor Improvements

UI Changes

Patch release v1.35.2

16 Jun 19:41
Compare
Choose a tag to compare

Backend Changes

Bug fixes, Minor Improvements

Patch release v1.35.1

31 May 17:21
Compare
Choose a tag to compare

Backend Changes

Bug fixes