Skip to content

v0.0.3 04/06/2021

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 18:44
cfa4acc
- 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