|
1 | 1 | Changes by Version |
2 | 2 | ================== |
3 | 3 |
|
4 | | -1.16.0 (unreleased) |
| 4 | +1.17.0 (unreleased) |
5 | 5 | ------------------ |
6 | 6 |
|
7 | 7 | ### Backend Changes |
8 | 8 |
|
9 | 9 | #### Breaking Changes |
10 | 10 |
|
11 | | -##### List of service operations can be classified by span kinds ([#1943](https://github.com/jaegertracing/jaeger/pull/1943), [@guo0693](https://github.com/guo0693)) |
| 11 | +#### New Features |
| 12 | + |
| 13 | +#### Bug fixes, Minor Improvements |
| 14 | + |
| 15 | +### UI Changes |
| 16 | + |
| 17 | +1.16.0 (2019-12-17) |
| 18 | +------------------ |
| 19 | + |
| 20 | +### Backend Changes |
| 21 | + |
| 22 | +#### Breaking Changes |
| 23 | + |
| 24 | +##### List of service operations can be classified by span kinds ([#1943](https://github.com/jaegertracing/jaeger/pull/1943), [#1942](https://github.com/jaegertracing/jaeger/pull/1942), [#1937](https://github.com/jaegertracing/jaeger/pull/1937), [@guo0693](https://github.com/guo0693)) |
12 | 25 |
|
13 | 26 | * Endpoint changes: |
14 | 27 | * Both Http & gRPC servers now take new optional parameter `spanKind` in addition to `service`. When spanKind |
@@ -87,13 +100,32 @@ Given that by default Jaeger uses daily indices and some organizations do not ke |
87 | 100 | the default of 7 days seems unreasonable - it might result in a too big index and |
88 | 101 | running curator would immediately remove the old index. |
89 | 102 |
|
90 | | -
|
91 | 103 | #### New Features |
92 | 104 |
|
| 105 | +* Support collector tags, similar to agent tags ([#1854](https://github.com/jaegertracing/jaeger/pull/1854), [@radekg](https://github.com/radekg)) |
| 106 | +* Support insecure TLS and only CA cert for Elasticsearch ([#1918](https://github.com/jaegertracing/jaeger/pull/1918), [@pavolloffay](https://github.com/pavolloffay)) |
| 107 | +* Allow tracer config via env vars ([#1919](https://github.com/jaegertracing/jaeger/pull/1919), [@yurishkuro](https://github.com/yurishkuro)) |
| 108 | +* Allow turning off tags/logs indexing in Cassandra ([#1915](https://github.com/jaegertracing/jaeger/pull/1915), [@joe-elliott](https://github.com/joe-elliott)) |
| 109 | +* Blacklisting/Whitelisting tags for Cassandra indexing ([#1904](https://github.com/jaegertracing/jaeger/pull/1904), [@joe-elliott](https://github.com/joe-elliott)) |
| 110 | +
|
93 | 111 | #### Bug fixes, Minor Improvements |
94 | 112 |
|
| 113 | +* Support custom basepath in HotROD ([#1894](https://github.com/jaegertracing/jaeger/pull/1894), [@jan25](https://github.com/jan25)) |
| 114 | +* Deprecate tchannel reporter flags ([#1978](https://github.com/jaegertracing/jaeger/pull/1978), [@objectiser](https://github.com/objectiser)) |
| 115 | +* Do not truncate tags in Elasticsearch ([#1970](https://github.com/jaegertracing/jaeger/pull/1970), [@pavolloffay](https://github.com/pavolloffay)) |
| 116 | +* Export SaveSpan to enable multiplexing ([#1968](https://github.com/jaegertracing/jaeger/pull/1968), [@albertteoh](https://github.com/albertteoh)) |
| 117 | +* Make rollover init step idempotent ([#1964](https://github.com/jaegertracing/jaeger/pull/1964), [@pavolloffay](https://github.com/pavolloffay)) |
| 118 | +* Update python urllib3 version required by curator ([#1965](https://github.com/jaegertracing/jaeger/pull/1965), [@pavolloffay](https://github.com/pavolloffay)) |
| 119 | +* Allow changing max log level for gRPC storage plugins ([#1962](https://github.com/jaegertracing/jaeger/pull/1962), [@yyyogev](https://github.com/yyyogev)) |
| 120 | +* Fix the bug that operation_name table can not be init more than once ([#1961](https://github.com/jaegertracing/jaeger/pull/1961), [@guo0693](https://github.com/guo0693)) |
| 121 | +* Improve migration script ([#1946](https://github.com/jaegertracing/jaeger/pull/1946), [@guo0693](https://github.com/guo0693)) |
| 122 | +* Fix order of the returned results from badger backend. ([#1939](https://github.com/jaegertracing/jaeger/pull/1939), [@burmanm](https://github.com/burmanm)) |
| 123 | +* Update python pathlib to pathlib2 ([#1930](https://github.com/jaegertracing/jaeger/pull/1930), [@objectiser](https://github.com/objectiser)) |
| 124 | +* Use proxy env vars if they're configured ([#1910](https://github.com/jaegertracing/jaeger/pull/1910), [@zoidbergwill](https://github.com/zoidbergwill)) |
| 125 | +
|
95 | 126 | ### UI Changes |
96 | 127 |
|
| 128 | +* UI pinned to version 1.6.0. The changelog is available here [v1.6.0](https://github.com/jaegertracing/jaeger-ui/blob/master/CHANGELOG.md#v160-december-16-2019) |
97 | 129 |
|
98 | 130 | 1.15.1 (2019-11-07) |
99 | 131 | ------------------ |
|
0 commit comments