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.27.0 (#400)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling authored and objectiser committed Apr 18, 2018
1 parent 3e868f0 commit d9b81ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
Changes by Version
==================

0.27.0
0.27.0 (2018-04-18)
-------------------

- Enable development and dependency versions to be overridden from the commandline (#397) <Gary Brown>
- Add tests for metrics exposed via prometheus (#386) <Kevin Earls>
- Change groupid to io.jaegertracing and remove instrumentations (#375). Sources with com.uber.jaeger have been moved to https://github.com/jaegertracing/legacy-client-java <Pavol Loffay>
- Make some methods in HttpSender.Builder public (#376) <Pavol Loffay>
- Remove reference to JAEGER_DISABLE_GLOBAL_TRACER (#379) <Charlie Sharpsteen>
- Avoid direct access to apache thrift from jaeger-core via transitive dependency through jaeger-thrift (#374) <Gary Brown>
- Make some methods in HttpSender.Builder public (#376) <Pavol Loffay>

0.26.0 (2018-03-19)
-------------------

- Avoid host lookups if trace tags have already been provided (#371) <Christopher Hunt>
- Update the ReporterConfig to set Sender Correctly (#370) <Nate Hart>
- Fix for issue 366, fix deprecated code in example (#367) <Kevin Earls>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id 'com.github.ben-manes.versions' version '0.17.0'
}

ext.developmentVersion = getProperty('developmentVersion','0.27.0-SNAPSHOT')
ext.developmentVersion = getProperty('developmentVersion','0.27.0')

ext.opentracingVersion = getProperty('opentracingVersion','0.31.0')
ext.guavaVersion = getProperty('guavaVersion','18.0')
Expand Down

0 comments on commit d9b81ea

Please sign in to comment.