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

Commit

Permalink
Preparing release 1.1.0 (#673)
Browse files Browse the repository at this point in the history
* Preparing release 1.1.0

Signed-off-by: Pavol Loffay <ploffay@redhat.com>

* Formatting

Signed-off-by: Pavol Loffay <ploffay@redhat.com>

* Add missing PR

Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay authored Dec 12, 2019
1 parent fe2efd8 commit 258e318
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,35 @@
Changes by Version
==================

1.1.0 (unreleased)
1.2.0 (unreleased)
-------------------

- Nothing yet.

1.1.0 (2019-12-12)
-------------------

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


1.0.0 (2019-08-02)
-------------------

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


0.35.5 (2019-05-22)
-------------------

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


0.35.2 (2019-05-06)
Expand Down

0 comments on commit 258e318

Please sign in to comment.