Skip to content

Commit

Permalink
Prepare release 1.36.0 (#2020)
Browse files Browse the repository at this point in the history
Signed-off-by: albertteoh <[email protected]>
Co-authored-by: Yuri Shkuro <[email protected]>
  • Loading branch information
albertteoh and yurishkuro committed Dec 5, 2023
1 parent 2029661 commit 08ee957
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@ Run `make changelog` to generate content.

</details>

## v1.36.0 (2023-12-05)

#### ✨ New Features:

* [SPM] Add span kind selector ([@albertteoh](https://github.com/albertteoh) in [#2012](https://github.com/jaegertracing/jaeger-ui/pull/2012))
* Make ArchiveTrace button auto-configurable ([@thecoons](https://github.com/thecoons) in [#1944](https://github.com/jaegertracing/jaeger-ui/pull/1944))

#### 🐞 Bug fixes, Minor Improvements:

* Speed up trace statistics view calculation ([@maxgaponov](https://github.com/maxgaponov) in [#1941](https://github.com/jaegertracing/jaeger-ui/pull/1941))
* Exit `mergeChildrenCriticalPath` early for an empty critical path ([@maxgaponov](https://github.com/maxgaponov) in [#1974](https://github.com/jaegertracing/jaeger-ui/pull/1974))
* Add link to faq explaining why service map is empty ([@yurishkuro](https://github.com/yurishkuro) in [#1963](https://github.com/jaegertracing/jaeger-ui/pull/1963))

#### 👷 CI Improvements:

* Change vite config from cjs to esm ([@ShivamMadlani](https://github.com/ShivamMadlani) in [#1992](https://github.com/jaegertracing/jaeger-ui/pull/1992))
* Restore scripts/get-tracking-version.js deleted by accident ([@yurishkuro](https://github.com/yurishkuro) in [#1998](https://github.com/jaegertracing/jaeger-ui/pull/1998))


## v1.35.0 (2023-11-02)

#### ✨ New Features:
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.35.0",
"version": "1.36.0",
"main": "src/index.tsx",
"license": "Apache-2.0",
"homepage": ".",
Expand Down

0 comments on commit 08ee957

Please sign in to comment.