Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Commit 258e318

Browse files
authored
Preparing release 1.1.0 (#673)
* Preparing release 1.1.0 Signed-off-by: Pavol Loffay <[email protected]> * Formatting Signed-off-by: Pavol Loffay <[email protected]> * Add missing PR Signed-off-by: Pavol Loffay <[email protected]>
1 parent fe2efd8 commit 258e318

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

CHANGELOG.md

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

4-
1.1.0 (unreleased)
4+
1.2.0 (unreleased)
55
-------------------
66

77
- Nothing yet.
88

9+
1.1.0 (2019-12-12)
10+
-------------------
11+
12+
* Bump okhttp and zipkin reporter versions ([#674](https://github.com/jaegertracing/jaeger-client-java/pull/674), [@pavolloffay](https://github.com/pavolloffay))
13+
- Update libthrift to 0.13.0 ([#672](https://github.com/jaegertracing/jaeger-client-java/pull/672), [@ehsavoie](https://github.com/ehsavoie))
14+
- Upgrade GSON and slf4j-api version ([#663](https://github.com/jaegertracing/jaeger-client-java/pull/663), [@chandresh-pancholi](https://github.com/chandresh-pancholi))
15+
- Add logging for SenderException in RemoteReporter ([#662](https://github.com/jaegertracing/jaeger-client-java/pull/662), [@esukram](https://github.com/esukram))
16+
- Enhance logs for non-standard sender factory usage ([#657](https://github.com/jaegertracing/jaeger-client-java/pull/657), [@vpbhargav](https://github.com/vpbhargav))
17+
- Cleanup operation samplers if absent from strategy response ([#655](https://github.com/jaegertracing/jaeger-client-java/pull/655), [@guo0693](https://github.com/guo0693))
18+
- Update micrometer dependency and fix test ([#650](https://github.com/jaegertracing/jaeger-client-java/pull/650), [@objectiser](https://github.com/objectiser))
19+
- Add public method `isFinished()` on JaegerSpan ([#634](https://github.com/jaegertracing/jaeger-client-java/pull/634), [@dougEfresh](https://github.com/dougEfresh))
20+
921

1022
1.0.0 (2019-08-02)
1123
-------------------
1224

13-
- Support OpenTracing 0.32.0 and 0.33.0 ([#623](https://github.com/jaegertracing/jaeger-client-java/pull/623)) [@pavolloffay](https://github.com/pavolloffay)
14-
- Add manifest entries to jaeger-thrift ([#641](https://github.com/jaegertracing/jaeger-client-java/pull/641)) [@objectiser](https://github.com/objectiser)
25+
- Support OpenTracing 0.32.0 and 0.33.0 ([#623](https://github.com/jaegertracing/jaeger-client-java/pull/623), [@pavolloffay](https://github.com/pavolloffay))
26+
- Add manifest entries to jaeger-thrift ([#641](https://github.com/jaegertracing/jaeger-client-java/pull/641), [@objectiser](https://github.com/objectiser))
1527

1628

1729
0.35.5 (2019-05-22)
1830
-------------------
1931

20-
- Fix RemoteBaggageRestrictionManager NullPointerException on empty response ([#631](https://github.com/jaegertracing/jaeger-client-java/pull/631)) [@ravirajj](https://github.com/ravirajj)
32+
- Fix RemoteBaggageRestrictionManager NullPointerException on empty response ([#631](https://github.com/jaegertracing/jaeger-client-java/pull/631), [@ravirajj](https://github.com/ravirajj))
2133

2234

2335
0.35.2 (2019-05-06)

0 commit comments

Comments
 (0)