]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/jaeger-client-cpp/CHANGELOG.md
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / jaeger-client-cpp / CHANGELOG.md
CommitLineData
f67539c2
TL
1Changes by Version
2==================
3
40.6.1 (unreleased)
5------------------
6
7- Nothing yet.
8
9
100.6.0 (2020-06-08)
11------------------
12- Support plugin configuration via environment variables (#192)
13- An extension of enum opentracing::SpanReferenceType, for a new Span. (#206)
14- Update OpenTracing to 1.6.0 (#209)
15- Fix loading of sampling endpoint address from JAEGER_SAMPLING_ENDPOINT environment variable (#200)
16- Fix sampling endpoint URL
17- Fix typo in README.md (#194)
18- Add jaeger-debug-id as a tag (#190)
19- Reuse TMemoryBuffer when calculating size of ThriftType (#185)
20- Support Tracer tags and configuration via environment variables (#181)
21- Add an HTTP Sender (#165) (#171)
22- Remove Thrift headers from Jaeger public headers (#172)
23- Update default samplingServerURL to include /sampling path (#158)
24
25
260.5.0 (2019-09-07)
27------------------
28- Improve C++ flag handling in CMake (#128)
29- localIP: try resolving local hostname first (#130)
30- Fix deadlock if steady_clock::now() returns the same value twice (#132)
31- Implement SpanContext::Clone (#138)
32- Change sampler param sentinel value from YAML parser (#145)
33- Fix RemoteReporter test race condition (#135)
34- Add details on how to set agent & collector endpoint (#153)
35- Clarify agent/sampler address overrides in README
36- Upgrade to OpenTracing 1.5.0; Support build on Windows (#115)
37- Throw exception on invalid sampling rate (#168)
38
39
400.4.2 (2018-08-14)
41------------------
42- Fix `tracer.Inject(..., HTTPHeadersWriter&)` (#107)
43- Upgrade dynamic loading API (#120)
44
45
460.4.1 (2018-05-16)
47------------------
48- Add example application (#101)
49- Improve CMake installation to allow use of lib64 directory (#102)
50- Fix CMake config for OpenTracing dependency (#103)
51- Fix tracer inject for HTTP headers (#107)
52
53
540.4.0 (2018-05-07)
55------------------
56- Build shared plugin for Linux amd64 using Docker (#82)
57- Fix UDP test compilation error (#88)
58- Fix usage of propagation headers config (#91)
59- Fix dynamic load build error (#92)
60- Use Thrift 0.11.0 (#94)
61
62
630.3.0 (2018-04-17)
64------------------
65- Use LogRecord in Span::FinishWithOptions (#58)
66- Flush pending spans in RemoteReporter destructor (#59)
67- Add support for dynamic loading (#64)
68- Fix unhandled exception when Jaeger agent unavailable (#80)
69- Fix potential race condition in concurrent baggage access (#83)
70
71
720.2.0 (2018-01-25)
73------------------
74- Fix bug in localIP and revert change in TR1 tuple definition (#31)
75- Add language prefix to Jaeger client version tag (#35)
76- Fix yaml-cpp issues (#39)
77
78
790.1.0 (2017-11-29)
80------------------
81- Don't use forwarding reference (#11)
82- Fix overflow bug (#13)
83- Set default-constructed timestamp to current time in StartSpan (#18)
84
85
860.0.8 (2017-11-20)
87------------------
88- Fix host IP formatting and improve local IP API (#4)
89- Use JSON instead of Thrift's TJSONProtocol (#12)