From 9bb97358c5f43740bc42c782ea5c38dedb5937f0 Mon Sep 17 00:00:00 2001 From: Pavol Loffay Date: Mon, 8 Jan 2024 18:46:17 +0100 Subject: [PATCH] Prepare release v1.37.0 (#2097) Signed-off-by: Pavol Loffay Co-authored-by: Yuri Shkuro --- CHANGELOG.md | 22 ++++++++++++++++++++++ packages/jaeger-ui/package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a2db4517..b612678809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,28 @@ Run `make changelog` to generate content. +## v1.37.0 (2024-01-08) + +#### ✨ New Features: + +* Replace implementation of DAG view with Plexus's Digraph ([@prathamesh-mutkure](https://github.com/prathamesh-mutkure) in [#1981](https://github.com/jaegertracing/jaeger-ui/pull/1981)) +* Support sticky configuration for deep dependency graph ([@Wise-Wizard](https://github.com/Wise-Wizard) in [#2063](https://github.com/jaegertracing/jaeger-ui/pull/2063)) + +#### 🐞 Bug fixes, Minor Improvements: + +* Add exact phrase search syntax help ([@kshmidt-digma](https://github.com/kshmidt-digma) in [#2028](https://github.com/jaegertracing/jaeger-ui/pull/2028)) +* Fix broken hot reload of plexus package ([@Wise-Wizard](https://github.com/Wise-Wizard) in [#2089](https://github.com/jaegertracing/jaeger-ui/pull/2089)) +* Feat: remove `is-promise` library ([@EshaanAgg](https://github.com/EshaanAgg) in [#2080](https://github.com/jaegertracing/jaeger-ui/pull/2080)) +* Feat: remove `reactga` and migrate to `ga4` for tracking ([@EshaanAgg](https://github.com/EshaanAgg) in [#2071](https://github.com/jaegertracing/jaeger-ui/pull/2071)) +* Chore: import only lodash submodules ([@anshgoyalevil](https://github.com/anshgoyalevil) in [#2041](https://github.com/jaegertracing/jaeger-ui/pull/2041)) +* Replace reselect with memoize ([@cooleditphoto](https://github.com/cooleditphoto) in [#2042](https://github.com/jaegertracing/jaeger-ui/pull/2042)) + +#### 👷 CI Improvements: + +* Setup ossf scorecard workflow ([@mmorel-35](https://github.com/mmorel-35) in [#2096](https://github.com/jaegertracing/jaeger-ui/pull/2096)) +* Ci: simplify check-label workflow ([@EshaanAgg](https://github.com/EshaanAgg) in [#2068](https://github.com/jaegertracing/jaeger-ui/pull/2068)) +* Fix: fix some linting warnings ([@EshaanAgg](https://github.com/EshaanAgg) in [#2064](https://github.com/jaegertracing/jaeger-ui/pull/2064)) + ## v1.36.0 (2023-12-05) #### ✨ New Features: diff --git a/packages/jaeger-ui/package.json b/packages/jaeger-ui/package.json index d3410fb921..b938d5ee3d 100644 --- a/packages/jaeger-ui/package.json +++ b/packages/jaeger-ui/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "jaeger-ui", - "version": "1.36.0", + "version": "1.37.0", "main": "src/index.tsx", "license": "Apache-2.0", "homepage": ".",