Skip to content

Releases: jaegertracing/jaeger-ui

Jaeger UI v1.3.0

21 Jun 16:55
edf122d
Compare
Choose a tag to compare

Enhancements

Fixes

  • Search: Validate when tags and/or references fields are arrays. (@rubenvp8510 in #382)

  • Search: Validate when there is no query but a JSON file is loaded (@rubenvp8510 in #383)

Jaeger UI v1.2.0

14 May 20:42
bfd32be
Compare
Choose a tag to compare

Enhancements

  • Trace detail: Limit the thickness of spans in the minimap (@rubenvp8510 in #372)
  • UI find: Scroll to first match on load or on press of new locate icon (@everett980 in #367)
  • UI find: Move filter state to query param and highlight filter matches on graphs (@everett980 in #310)
  • Search: Improve display of long operation names in Operations list (@kinghuang in #351)

Fixes

Chores & Maintenance

  • TypeScript: Convert from Flow to Typescript for Jaeger-UI (@everett980 in #359)
  • TypeScript: Export plexus type declarations, remove Neutrino (@tiffon in #348)
  • TypeScript: Shift plexus to TypeScript (from flowtypes) (Contributes to #306) (@tiffon in #331)
  • Jaeger UI codebase: Use memoize-one instead of bespoke solutions (@rubenvp8510 in #353)
  • Jaeger UI codebase: Update lodash to 4.17.11 (@tiffon in #343)

Jaeger UI v1.1.0

04 Mar 03:08
75a7069
Compare
Choose a tag to compare

Enhancements

Fixes

Chores & Maintenance

  • Code quality: Fix a typo in transform-trace-data.js (@bhavin192 in #332)

Jaeger UI v1.0.1

15 Feb 23:46
0992eb9
Compare
Choose a tag to compare

Fixes

  • Trace detail: Fix #323 - Browser back button of trace page not working if plot is clicked (@tacigar in #324)

  • Search: Fix #325 - JS errors on search form dropdowns (@tiffon in #329)

Jaeger UI v1.0.0

18 Jan 23:01
f66f737
Compare
Choose a tag to compare

Enhancements

  • Embedded mode: Revisions to search and trace detail embed mode (@tiffon in #286)

    • This release establishes our commitment to the uiEmbed=v0 API
    • A big thanks to @aljesusg for getting this off the ground in #263! 🎉
  • Trace detail: Add a tree view (aka Trace Graph) to the TracePage (@copa2 in #276)

    • Stability: Experimental – See #293 for discussion.
    • Big thanks to @copa2 for the contribution! 🎉
    • We would love to hear feedback!
  • Trace detail: Add a copy icon to entries in KeyValuesTable (#204) (@everett980 in #292)

  • Trace detail: Add a Button to Reset Viewing Layer Zoom (#215) (@everett980 in #290)

  • Trace detail: Add indent guides to trace timeline view (#172) (@everett980 in #297)

  • Search: Add popover and prevent submit if duration params are invalid (#244) (@everett980 in #291)

  • Trace comparison: Add link to timeline view from comparison view and selection (@everett980 in #313)

  • Trace DAGs: Add the ability to copy node data in the Trace Graph and Trace Comparison views (@everett980 in #312)

  • Menu configuration: Ability to open additional menu links in same tab (Resolves #275) (@zablvit in #278)

Fixes

  • Trace detail: Fix #269 - Fix column resizer overlays trace header (@tiffon in #280)

Chores & Maintenance

  • Dev docs: Update a few links to the new website (@ledor473 in #287)

  • Jaeger UI codebase: Update create-react-app to 2.1.2 (@tiffon in #302)