This repository was archived by the owner on Aug 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changes by Version
2
2
==================
3
3
4
+ 0.6.0 (2020-06-08)
5
+ ------------------
6
+ - Support plugin configuration via environment variables (#192 )
7
+ - An extension of enum opentracing::SpanReferenceType, for a new Span. (#206 )
8
+ - Update OpenTracing to 1.6.0 (#209 )
9
+ - Fix loading of sampling endpoint address from JAEGER_SAMPLING_ENDPOINT environment variable (#200 )
10
+ - Fix sampling endpoint URL
11
+ - Fix typo in README.md (#194 )
12
+ - Add jaeger-debug-id as a tag (#190 )
13
+ - Reuse TMemoryBuffer when calculating size of ThriftType (#185 )
14
+ - Support Tracer tags and configuration via environment variables (#181 )
15
+ - Add an HTTP Sender (#165 ) (#171 )
16
+ - Remove Thrift headers from Jaeger public headers (#172 )
17
+ - Update default samplingServerURL to include /sampling path (#158 )
18
+
4
19
0.5.0 (2019-09-07)
5
20
------------------
6
21
- Improve C++ flag handling in CMake (#128 )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ HunterGate(
20
20
LOCAL # load `${CMAKE_CURRENT_LIST_DIR}/cmake/Hunter/config.cmake`
21
21
)
22
22
23
- project (jaegertracing VERSION 0.5 .0 )
23
+ project (jaegertracing VERSION 0.6 .0 )
24
24
25
25
option (JAEGERTRACING_WARNINGS_AS_ERRORS "Treat compiler warnings as errors" OFF )
26
26
You can’t perform that action at this time.
0 commit comments