Skip to content

Releases: jaegertracing/jaeger

Release v2.14.1

02 Jan 18:36
v2.14.1
9173e34

Choose a tag to compare

📊 UI Changes

🐞 Bug fixes, Minor Improvements

Release v2.14.0

02 Jan 02:29
v2.14.0
05a74f2

Choose a tag to compare

TL;DR: Two significant changes in this release:

  1. ☠️ Starting from this release the legacy v1 components query, collector, and ingester
    are no longer published. All the remaining v1 utilities are now published as v2.x.x versions.
  2. 🌓 The UI now officially supports dark theme and the theme selector is enabled by default.

Backend Changes

⛔ Breaking Changes

  • Remove storage/v1/grpc (@yurishkuro in #7806)
  • Migrate remote-storage to yaml configuration with shared storageconfig package (@Copilot in #7704)
  • Remove v1 collector, query, and all-in-one (@yurishkuro in #7702)
  • Remove v1/ingester and all kafka related code (@yurishkuro in #7701)
  • Eliminate v1 binary references and sunset deprecated components (@Copilot in #7695)
  • Fix otel collector v0.141.0 api breaking changes for toserver/toclientconn and kafka receiver/exporter (@Copilot in #7694)

🐞 Bug fixes, Minor Improvements

🚧 Experimental Features

  • [fix][clickhouse] optimize service and operation retrieval queries (@mahadzaryab1 in #7808)
  • [clickhouse] implement findtraces for clickhouse storage (@mahadzaryab1 in #7795)
  • [clickhouse] create materialized view to store attribute metadata (@mahadzaryab1 in #7798)
  • [clickhouse] update findtraceids to filter by complex attributes (@mahadzaryab1 in #7792)
  • [clickhouse] update findtraceids to filter by other primitive attributes (@mahadzaryab1 in #7789)
  • [cassandra][v2] copy jaeger<->otlp translator from otel contrib (@Manik2708 in #7765)
  • [clickhouse] update findtraceids to filter by string attributes (@mahadzaryab1 in #7788)
  • [clickhouse] update findtraceids to filter by timestamp (@mahadzaryab1 in #7787)
  • [clickhouse] update findtraceids to populate start and end timestamps (@mahadzaryab1 in #7770)
  • [clickhouse] update findtraceids to filter by duration (@mahadzaryab1 in #7767)
  • [clickhouse] implement findtraceids for clickhouse storage for primitive parameters (@mahadzaryab1 in #7648)
  • [clickhouse] add trace_id_timestamps table with materialized view (@mahadzaryab1 in #7723)
  • [fix][clickhouse] remove name column from ordering key for operations table (@mahadzaryab1 in #7714)

👷 CI Improvements

⚙️ Refactoring

📊 UI Changes

✨ New Features

🐞 Bug fixes, Minor Improvements

Read more

Release v1.76.0 / v2.13.0

03 Dec 16:31
63b27e1

Choose a tag to compare

Backend Changes

🐞 Bug fixes, Minor Improvements

  • Fix: register basicauth extension in component factory (@xenonnn4w in #7668)

👷 CI Improvements

📊 UI Changes

🐞 Bug fixes, Minor Improvements

  • Add support for custom ui configuration in development mode (@Copilot in #3194)
  • Remove duplicate antd dependencies (@yurishkuro in #3193)
  • Fix css class typo in sidepanel details div (@Copilot in #3190)
  • Reduce search form field margins for better viewport fit (@Copilot in #3189)
  • Migrate deepdependencies/header and qualitymetrics/header from nameselector to searchableselect (@Copilot in #3185)
  • Reorder checkbox before color by dropdown in tracestatisticsheader (@Copilot in #3184)
  • Feat: add fuzzy search to searchableselect (@Copilot in #3182)
  • Fix highlighting of the current tab in the main nav bar (@SimonADW in #3183)

🚧 Experimental Features

👷 CI Improvements

⚙️ Refactoring

Release v1.75.0 / v2.12.0

18 Nov 18:23
1c5531b

Choose a tag to compare

Backend Changes

🐞 Bug fixes, Minor Improvements

  • Make enabletracing param work correctly in jaeger-v2 query extension (@Frapschen in #7226)

🚧 Experimental Features

⚙️ Refactoring

📊 UI Changes

🐞 Bug fixes, Minor Improvements

⚙️ Refactoring

Release v1.74.0 / v2.11.0

02 Oct 12:06
c17f97d

Choose a tag to compare

Backend Changes

🐞 Bug fixes, Minor Improvements

  • Make enabletracing param work correctly in jaeger-v2 query extension (@Frapschen in #7226)

🚧 Experimental Features

⚙️ Refactoring

📊 UI Changes

🐞 Bug fixes, Minor Improvements

⚙️ Refactoring

Release v1.73.0 / v2.10.0

03 Sep 18:48
v1.73.0
7f883c9

Choose a tag to compare

Backend Changes

🐞 Bug fixes, Minor Improvements

🚧 Experimental Features

👷 CI Improvements

⚙️ Refactoring

📊 UI Changes

✨ New Features

🐞 Bug fixes, Minor Improvements

⚙️ Refactoring

  • Fix typescript ref typing errors across react components (@vishvamsinh28 in #3042)
  • Convert VerticalResizer.tsx from class component to functional component (@Parship999 in #2951)

Release v1.72.0 / v2.9.0

06 Aug 19:05
57f6514

Choose a tag to compare

Backend Changes

✨ New Features

🐞 Bug fixes, Minor Improvements

🚧 Experimental Features

👷 CI Improvements

⚙️ Refactoring

Release v1.71.0 / v2.8.0

05 Jul 00:57
v1.71.0
d321ea3

Choose a tag to compare

Backend Changes

⛔ Breaking Changes

✨ New Features

  • [v2] switch memory backend to storage api v2 implementation (@Manik2708 in #7157)

🐞 Bug fixes, Minor Improvements

🚧 Experimental Features

📊 UI Changes

⚙️ Refactoring

  • Convert opsgraph.tsx from class component to functional component (@Parship999 in #2914)
  • Convert regiondemo.tsx from class component to functional component (@Parship999 in #2910)
  • Convert dividerdemo.tsx from class component to functional component (@Parship999 in #2909)
  • Convert draggablemanagerdemo.tsx from class component to functional component (@Parship999 in #2908)
  • Convert nameselector.tsx from class component to functional component (@Parship999 in #2889)
  • Convert copyicon.tsx from class component to functional component (@Parship999 in #2887)

Release v1.70.0 / v2.7.0

10 Jun 18:43
v1.70.0
d2308c9

Choose a tag to compare

Backend Changes

✨ New Features

🐞 Bug fixes, Minor Improvements

🚧 Experimental Features

⚙️ Refactoring

  • Relocate the docker directory from the root directory to under scripts/build (@ris-tlp in #7189)
  • [refactor] move sanitizer (@yurishkuro in #7158)
  • [es][v2] refactor the factory of v1 to make it reusable for v2 (@Manik2708 in #7086)
  • [refactor] allow storage cleaner to be overridden via environment variable (@mahadzaryab1 in #7114)
  • [refactor] remove archive storage from grpc config (@mahadzaryab1 in #7113)
  • [grpc] allow remote storage endpoint to be set via environment variable (@mahadzaryab1 in #7111)
  • [refactor] use proto files from jaeger-idl for remote storage api (@mahadzaryab1 in #7104)

📊 UI Changes

🐞 Bug fixes, Minor Improvements

⚙️ Refactoring

Release v1.69.0 / v2.6.0

09 May 21:55
0212843

Choose a tag to compare

Backend Changes

⛔ Breaking Changes

  • Feat(elasticsearch): Add flag to enable gzip compression by default (@timonegk in #7072), on by default
  • Only Remote Storage API v2 is supported in Jaeger v2 (@mahadzaryab1 in #6969)

✨ New Features

🐞 Bug fixes, Minor Improvements

🚧 Experimental Features

👷 CI Improvements

⚙️ Refactoring

  • [es] make nestedtags and fieldtags distinction at corespanwriter level (@Manik2708 in #6946)
  • [refactor] change remote storage server to accept v2 factories (@mahadzaryab1 in #7024)
  • [refactor] consolidate v1/v2 writer factory adapter functionality (@mahadzaryab1 in #7022)
  • [refactor] consolidate v1/v2 reader factory adapter functionality (@mahadzaryab1 in #7019)

📊 UI Changes

🐞 Bug fixes, Minor Improvements

👷 CI Improvements

⚙️ Refactoring

  • [es] make nestedtags and fieldtags distinction at corespanwriter level (@Manik2708 in #6946)
  • [refactor] change remote storage server to accept v2 factories ([@mahadzary...
Read more