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

Prepare release 0.6.0 #227

Merged
merged 1 commit into from
Jun 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changes by Version
==================

0.6.0 (2020-06-08)
------------------
- Support plugin configuration via environment variables (#192)
- An extension of enum opentracing::SpanReferenceType, for a new Span. (#206)
- Update OpenTracing to 1.6.0 (#209)
- Fix loading of sampling endpoint address from JAEGER_SAMPLING_ENDPOINT environment variable (#200)
- Fix sampling endpoint URL
- Fix typo in README.md (#194)
- Add jaeger-debug-id as a tag (#190)
- Reuse TMemoryBuffer when calculating size of ThriftType (#185)
- Support Tracer tags and configuration via environment variables (#181)
- Add an HTTP Sender (#165) (#171)
- Remove Thrift headers from Jaeger public headers (#172)
- Update default samplingServerURL to include /sampling path (#158)

0.5.0 (2019-09-07)
------------------
- Improve C++ flag handling in CMake (#128)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ HunterGate(
LOCAL # load `${CMAKE_CURRENT_LIST_DIR}/cmake/Hunter/config.cmake`
)

project(jaegertracing VERSION 0.5.0)
project(jaegertracing VERSION 0.6.0)

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

Expand Down