Skip to content

Commit d02881b

Browse files
authored
Preparing release v1.6.0 (#500)
* Preparing release v1.6.0 Signed-off-by: Pavol Loffay <ploffay@redhat.com> * Formatting Signed-off-by: Pavol Loffay <ploffay@redhat.com> * typo Signed-off-by: Pavol Loffay <ploffay@redhat.com>
1 parent 5af9ed2 commit d02881b

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Releases
22

3+
## v1.6.0 (December 16, 2019)
4+
5+
### Enhancements
6+
7+
- **Trace detail:** Jaeger UI visualizing span with multiple parents ([@rubenvp8510](https://github.com/rubenvp8510) in [#477](https://github.com/jaegertracing/jaeger-ui/pull/477))
8+
9+
- **Trace detail:** Support trace-scoped external links similar to tag links ( [@rubenvp8510](https://github.com/rubenvp8510) in [#480](https://github.com/jaegertracing/jaeger-ui/pull/480))
10+
11+
- **Trace detail:** Sort span tags in alphabetical order ([@nabam](https://github.com/nabam) in [#489](https://github.com/jaegertracing/jaeger-ui/pull/489))
12+
13+
- **Deep Dependency Graph:** Ddg optional operation ([@everett980](https://github.com/everett980), [#488](https://github.com/jaegertracing/jaeger-ui/pull/488))
14+
15+
- **Deep Dependency Graph:** Ddg node vis interactions ([@everett980](https://github.com/everett980) in [#483](https://github.com/jaegertracing/jaeger-ui/pull/483))
16+
17+
### Fixes
18+
19+
- **General:** Fixes Jaeger UI broken when accessing via IPv6 address ([@MaheshGPai](https://github.com/MaheshGPai) in [#494](https://github.com/jaegertracing/jaeger-ui/pull/494))
20+
321
## v1.5.0 (November 4, 2019)
422

523
### Enhancements

packages/jaeger-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "jaeger-ui",
4-
"version": "1.5.0",
4+
"version": "1.6.0",
55
"main": "src/index.js",
66
"license": "Apache-2.0",
77
"homepage": ".",

0 commit comments

Comments
 (0)