You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,24 @@ Run `make changelog` to generate content.
9
9
10
10
</details>
11
11
12
+
## v1.67.0 (2025-03-07)
13
+
14
+
#### 🐞 Bug fixes, Minor Improvements
15
+
16
+
* Replace react-vis with recharts ([@hari45678](https://github.com/hari45678) in [#2679](https://github.com/jaegertracing/jaeger-ui/pull/2679))
17
+
* Add config option to allow displaying full traceid ([@avinpy-255](https://github.com/avinpy-255) in [#2536](https://github.com/jaegertracing/jaeger-ui/pull/2536))
18
+
19
+
#### 🧹 Refactoring & cleanup
20
+
21
+
* Migrate detailscard from classbased to function based component ([@yaten2302](https://github.com/yaten2302) in [#2670](https://github.com/jaegertracing/jaeger-ui/pull/2670))
22
+
*[accordiankeyvalues]: replace defaultprops with destructuring ([@its-me-abhishek](https://github.com/its-me-abhishek) in [#2667](https://github.com/jaegertracing/jaeger-ui/pull/2667))
23
+
* Make changes to allow for /api/quality-metrics to work ([@ADI-ROXX](https://github.com/ADI-ROXX) in [#2641](https://github.com/jaegertracing/jaeger-ui/pull/2641))
24
+
*[keyvaluestable]: replace defaultprops with destructuring ([@its-me-abhishek](https://github.com/its-me-abhishek) in [#2666](https://github.com/jaegertracing/jaeger-ui/pull/2666))
25
+
*[traceheader]: replace defaultprops with destructuring ([@its-me-abhishek](https://github.com/its-me-abhishek) in [#2621](https://github.com/jaegertracing/jaeger-ui/pull/2621))
26
+
*[breakabletext]: replace defaultprops with destructuring ([@its-me-abhishek](https://github.com/its-me-abhishek) in [#2619](https://github.com/jaegertracing/jaeger-ui/pull/2619))
27
+
*[timelinerow]: replace defaultprops with destructuring ([@its-me-abhishek](https://github.com/its-me-abhishek) in [#2622](https://github.com/jaegertracing/jaeger-ui/pull/2622))
0 commit comments