Releases: xmidt-org/candlelight
Releases · xmidt-org/candlelight
v0.0.11 2022-10-07
v0.0.10 2022-06-19
v0.0.9 03/28/2022
- Moved GenTID function from transaction package to candlelight. [#38](https://github.com/xmidt-org/candlelight/pull/38)
v0.0.8 03/24/2022
- Added header key for the WebPA transaction UUID. [#37](https://github.com/xmidt-org/candlelight/pull/37)
v0.0.7 12/13/2021
- upgraded webpa-common to v2.0.4
v0.0.6 08/31/2021
08/30/2021 - Update webpa-common to v2. [#34](https://github.com/xmidt-org/candlelight/pull/34)
v0.0.5 05/04/2021
- Add tracing factory. [#29](https://github.com/xmidt-org/candlelight/pull/29)
v0.0.4 04/27/2021
- Add changes to allow tracing feature be optional. [#25](https://github.com/xmidt-org/candlelight/pull/25)
v0.0.3 04/06/2021
- Add struct to unmarshal tracing info. [#19](https://github.com/xmidt-org/candlelight/pull/19) thanks to @Sachin4403 - We will be using defaults fields in logs and http Response. [#22](https://github.com/xmidt-org/candlelight/pull/22) thanks to @Sachin4403 - TraceMiddleware was adding TraceID and SpanID to the response due to which we were seeing same traceID and multiple spanID in response, Now it will be adding the TraceID and SpanID only when the remote span is not present in context. [#21](https://github.com/xmidt-org/candlelight/pull/21) thanks to @Sachin4403
v0.0.2 03/08/2021
- Added setup and middleware for application tracing using opentelemetry. [#16](https://github.com/xmidt-org/candlelight/pull/16) thanks to @Sachin4403