Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release v1.67.0 #2688

Merged
merged 1 commit into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ Run `make changelog` to generate content.

</details>

## v1.67.0 (2025-03-07)

#### 🐞 Bug fixes, Minor Improvements

* Replace react-vis with recharts ([@hari45678](https://github.com/hari45678) in [#2679](https://github.com/jaegertracing/jaeger-ui/pull/2679))
* 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))

#### 🧹 Refactoring & cleanup

* Migrate detailscard from classbased to function based component ([@yaten2302](https://github.com/yaten2302) in [#2670](https://github.com/jaegertracing/jaeger-ui/pull/2670))
* [accordiankeyvalues]: replace defaultprops with destructuring ([@its-me-abhishek](https://github.com/its-me-abhishek) in [#2667](https://github.com/jaegertracing/jaeger-ui/pull/2667))
* 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))
* [keyvaluestable]: replace defaultprops with destructuring ([@its-me-abhishek](https://github.com/its-me-abhishek) in [#2666](https://github.com/jaegertracing/jaeger-ui/pull/2666))
* [traceheader]: replace defaultprops with destructuring ([@its-me-abhishek](https://github.com/its-me-abhishek) in [#2621](https://github.com/jaegertracing/jaeger-ui/pull/2621))
* [breakabletext]: replace defaultprops with destructuring ([@its-me-abhishek](https://github.com/its-me-abhishek) in [#2619](https://github.com/jaegertracing/jaeger-ui/pull/2619))
* [timelinerow]: replace defaultprops with destructuring ([@its-me-abhishek](https://github.com/its-me-abhishek) in [#2622](https://github.com/jaegertracing/jaeger-ui/pull/2622))


## v1.66.0 (2025-02-03)

#### 🐞 Bug fixes, Minor Improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "jaeger-ui",
"version": "1.66.0",
"version": "1.67.0",
"main": "src/index.tsx",
"license": "Apache-2.0",
"homepage": ".",
Expand Down
Loading