diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d2ca4fb892..048ce282720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,39 @@ Changes by Version ================== +1.2.0 (2018-02-07) +------------------ + +#### Backend Changes + +##### New Features + +- Use elasticsearch bulk API (#656) +- Support archive storage in the query-service (#604) +- Introduce storage factory framework and composable CLI (#625) +- Make agent host port configurable in hotrod (#663) +- Add signal handling to standalone (#657) + +##### Fixes + +- Remove the override of GOMAXPROCS (#679) +- Use UTC timezone for ES indices (#646) +- Fix elasticsearch create index race condition error (#641) + +#### UI Changes + +##### New Features + +- Use Ant Design instead of Semantic UI (https://github.com/jaegertracing/jaeger-ui/pull/169) + - Fix [#164](https://github.com/jaegertracing/jaeger-ui/issues/164) - Use Ant Design instead of Semantic UI + - Fix [#165](https://github.com/jaegertracing/jaeger-ui/issues/165) - Search results are shown without a date + - Fix [#69](https://github.com/jaegertracing/jaeger-ui/issues/69) - Missing endpoints in jaeger ui dropdown + +##### Fixes + +- Fix 2 digit lookback (12h, 24h) parsing (https://github.com/jaegertracing/jaeger-ui/issues/167) + + 1.1.0 (2018-01-03) ------------------ diff --git a/jaeger-ui b/jaeger-ui index c8387b0ba12..8c50c6cb11a 160000 --- a/jaeger-ui +++ b/jaeger-ui @@ -1 +1 @@ -Subproject commit c8387b0ba122138c1abe11967f1f6d16aa1ebadf +Subproject commit 8c50c6cb11a78a78580ab955470f749246c812a3