Skip to content

Commit 1c31578

Browse files
authored
Preparing release 1.16.0 (#1980)
* Preparing release 1.16.0 Signed-off-by: Pavol Loffay <ploffay@redhat.com> * Add 1937 Signed-off-by: Pavol Loffay <ploffay@redhat.com> * Remove Signed-off-by: Pavol Loffay <ploffay@redhat.com>
1 parent 1ef316a commit 1c31578

File tree

1 file changed

+35
-3
lines changed

1 file changed

+35
-3
lines changed

CHANGELOG.md

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
Changes by Version
22
==================
33

4-
1.16.0 (unreleased)
4+
1.17.0 (unreleased)
55
------------------
66

77
### Backend Changes
88

99
#### Breaking Changes
1010

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))
1225

1326
* Endpoint changes:
1427
* 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
87100
the default of 7 days seems unreasonable - it might result in a too big index and
88101
running curator would immediately remove the old index.
89102
90-
91103
#### New Features
92104
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+
93111
#### Bug fixes, Minor Improvements
94112
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+
95126
### UI Changes
96127
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)
97129
98130
1.15.1 (2019-11-07)
99131
------------------

0 commit comments

Comments
 (0)