Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit d027011

Browse files
authored
Prepare release 0.6.0 (#227)
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent 47fbf19 commit d027011

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changes by Version
22
==================
33

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+
419
0.5.0 (2019-09-07)
520
------------------
621
- Improve C++ flag handling in CMake (#128)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ HunterGate(
2020
LOCAL # load `${CMAKE_CURRENT_LIST_DIR}/cmake/Hunter/config.cmake`
2121
)
2222

23-
project(jaegertracing VERSION 0.5.0)
23+
project(jaegertracing VERSION 0.6.0)
2424

2525
option(JAEGERTRACING_WARNINGS_AS_ERRORS "Treat compiler warnings as errors" OFF)
2626

0 commit comments

Comments
 (0)