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

Commit

Permalink
Preparing release 0.25.0 (#365)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <[email protected]>

Merging at Juca's request.
  • Loading branch information
jpkrohling authored and objectiser committed Mar 7, 2018
1 parent bc49ab7 commit 06e649c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
Changes by Version
==================

0.24.1 (unreleased)
0.25.0 (2018-03-07)
-------------------

- Nothing yet.
- Consolidate codec exception handling and logs exceptions (#362) <Tomasz Adamski>
- Deprecated StatsReporter (#349) <Juraci Paixão Kröhling>
- Ignores B3 headers if invalid values are provided (#355) <Juraci Paixão Kröhling>
- Refactor public constructor API (#346) <Pavol Loffay>
- Expand exception logs (#168) <Pavol Loffay>
- Deprecate JerseyServerFilter#JerseyServerFilter(Tracer, TraceContext) (#352) <Debosmit Ray>
- Micrometer support (#335) <Juraci Paixão Kröhling>
- Metrics are now consistent with Go (#335) <Juraci Paixão Kröhling>
- Updated Trace Resolver (#347) <Gary Brown>


0.24.0 (2018-01-31)
Expand Down Expand Up @@ -34,7 +42,7 @@ Changes by Version


0.22.0-RC2 (2017-10-26)
-------------------
-----------------------

- Break apart functionality of TracingRequestInterceptor (https://github.com/jaegertracing/jaeger-client-java/pull/248)
- Split out the jaxrs2 filters (https://github.com/jaegertracing/jaeger-client-java/pull/273)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
id 'com.github.ben-manes.versions' version '0.17.0'
}

ext.developmentVersion = '0.24.1-SNAPSHOT'
ext.developmentVersion = '0.25.0'

ext.opentracingVersion = '0.31.0'
ext.guavaVersion = '18.0'
Expand Down

0 comments on commit 06e649c

Please sign in to comment.