Skip to content

Releases: xmidt-org/candlelight

v0.0.11 2022-10-07

07 Oct 20:15
0e64cd2
Compare
Choose a tag to compare
  • Fixed malformed linter config #62
  • Updated tracer, relaxed return type in function within Tracer.go #60

v0.0.10 2022-06-19

19 Jun 03:03
adbc7cd
Compare
Choose a tag to compare
  • Update to use otel v1.7.0. #44
  • Update to use use common workflows for simplicity. #45
  • Update the dependencies to the latest. #46

v0.0.9 03/28/2022

28 Mar 18:16
639bc50
Compare
Choose a tag to compare
- Moved GenTID function from transaction package to candlelight. [#38](https://github.com/xmidt-org/candlelight/pull/38)

v0.0.8 03/24/2022

24 Mar 20:44
f95e3d3
Compare
Choose a tag to compare
- Added header key for the WebPA transaction UUID. [#37](https://github.com/xmidt-org/candlelight/pull/37)

v0.0.7 12/13/2021

13 Dec 21:49
4db0ee4
Compare
Choose a tag to compare
- upgraded webpa-common to v2.0.4

v0.0.6 08/31/2021

31 Aug 00:00
7696b81
Compare
Choose a tag to compare
08/30/2021

- Update webpa-common to v2. [#34](https://github.com/xmidt-org/candlelight/pull/34)

v0.0.5 05/04/2021

04 May 00:06
ac79d5b
Compare
Choose a tag to compare
- Add tracing factory. [#29](https://github.com/xmidt-org/candlelight/pull/29)

v0.0.4 04/27/2021

27 Apr 19:28
f97dd77
Compare
Choose a tag to compare
- Add changes to allow tracing feature be optional. [#25](https://github.com/xmidt-org/candlelight/pull/25)

v0.0.3 04/06/2021

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

08 Mar 18:56
a159679
Compare
Choose a tag to compare
- Added setup and middleware for application tracing using opentelemetry. [#16](https://github.com/xmidt-org/candlelight/pull/16) thanks to @Sachin4403