You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,35 @@
1
1
Changes by Version
2
2
==================
3
3
4
-
1.1.0 (unreleased)
4
+
1.2.0 (unreleased)
5
5
-------------------
6
6
7
7
- Nothing yet.
8
8
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
+
9
21
10
22
1.0.0 (2019-08-02)
11
23
-------------------
12
24
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))
15
27
16
28
17
29
0.35.5 (2019-05-22)
18
30
-------------------
19
31
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))
0 commit comments