diff --git a/CHANGELOG.md b/CHANGELOG.md index e15c8cd70b4..397fe5e158a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ Changes by Version ================== +0.10.0 (2017-11-17) +------------------ + +#### UI Changes + +- Verify stored search settings [jaegertracing/jaeger-ui#111](https://github.com/jaegertracing/jaeger-ui/pull/111) +- Fix browser back button not working correctly [jaegertracing/jaeger-ui#110](https://github.com/jaegertracing/jaeger-ui/pull/110) +- Handle FOLLOWS_FROM ref type [jaegertracing/jaeger-ui#118](https://github.com/jaegertracing/jaeger-ui/pull/118) + +#### Backend Changes + +- Allow embedding custom UI config in index.html [#490](https://github.com/jaegertracing/jaeger/pull/490) +- Add startTimeMillis field to JSON Spans submitted to ElasticSearch [#491](https://github.com/jaegertracing/jaeger/pull/491) +- Introduce version command and handler [#517](https://github.com/jaegertracing/jaeger/pull/517) +- Fix ElasticSearch aggregation errors when index is empty [#535](https://github.com/jaegertracing/jaeger/pull/535) +- Change package from uber to jaegertracing [#528](https://github.com/jaegertracing/jaeger/pull/528) +- Introduce logging level configuration [#514](https://github.com/jaegertracing/jaeger/pull/514) +- Support Zipkin v2 json [#518](https://github.com/jaegertracing/jaeger/pull/518) +- Add HTTP compression handler [#545](https://github.com/jaegertracing/jaeger/pull/545) + + 0.9.0 (2017-10-25) ------------------ diff --git a/jaeger-ui b/jaeger-ui index 79d262dd12e..df12ead9ee7 160000 --- a/jaeger-ui +++ b/jaeger-ui @@ -1 +1 @@ -Subproject commit 79d262dd12e2cd64679b5d5a14aa0c7060fa85e8 +Subproject commit df12ead9ee7af8c416de4d0b8f383b46d787a2b2