Skip to content

Releases: xmidt-org/tr1d1um

v0.6.3 10/05/2021

05 Oct 21:43
14c3219
Compare
Choose a tag to compare
- Added configuration for partnerID check. [#229](https://github.com/xmidt-org/tr1d1um/pull/229)
- Bumped ancla to v0.3.2 [#229](https://github.com/xmidt-org/tr1d1um/pull/229)

v0.6.2 09/16/2021

16 Sep 19:04
a9260a0
Compare
Choose a tag to compare
- Bumped ancla to fix http bug. [#228](https://github.com/xmidt-org/tr1d1um/pull/228)

v0.6.1 09/14/2021

14 Sep 22:41
a05607d
Compare
Choose a tag to compare
- Fixed the webhook endpoint to return 400 instead of 500 for webhook validation. [#225](https://github.com/xmidt-org/tr1d1um/pull/225)

v0.6.0 09/13/2021

13 Sep 23:32
683f4c0
Compare
Choose a tag to compare
- Integrated webhook validator and added documentation and configuration for it. [#224](https://github.com/xmidt-org/tr1d1um/pull/224)
- Bump bascule version which includes a security vulnerability fix. [#223](https://github.com/xmidt-org/tr1d1um/pull/223)

v0.5.10 07/26/2021

26 Jul 20:28
88c72a4
Compare
Choose a tag to compare
- Keep setter and getter unexported. [#219](https://github.com/xmidt-org/tr1d1um/pull/219)
- Prevent Authorization header from getting logged. [#218](https://github.com/xmidt-org/tr1d1um/pull/218)
- Bumped ancla, webpa-common versions. [#222](https://github.com/xmidt-org/tr1d1um/pull/222)

v0.5.9 05/27/2021

27 May 19:03
b52294b
Compare
Choose a tag to compare
- Add support for acquiring Themis tokens through Ancla. [#215](https://github.com/xmidt-org/tr1d1um/pull/215)

v0.5.8 05/20/2021

20 May 00:20
edab787
Compare
Choose a tag to compare
- Use official ancla release and include bascule updates. [#213](https://github.com/xmidt-org/tr1d1um/pull/213)

v0.5.7 05/19/2021

19 May 19:56
4358dd1
Compare
Choose a tag to compare
- Fix bug where OTEL trace context was not propagated from server to outgoing client requests [#211](https://github.com/xmidt-org/tr1d1um/pull/211)

v0.5.6 04/27/2021

27 Apr 21:20
149d3e1
Compare
Choose a tag to compare
- Make OpenTelemetry tracing an optional feature. [#207](https://github.com/xmidt-org/tr1d1um/pull/207)

v0.5.5 04/06/2021

06 Apr 18:54
d66e18a
Compare
Choose a tag to compare
- Initial OpenTelemetry integration. [#197](https://github.com/xmidt-org/tr1d1um/pull/197) thanks to @Sachin4403
- OpenTelemetry integration in webhook endpoints which was skipped in earlier PR. [#201](https://github.com/xmidt-org/tr1d1um/pull/201) thanks to @Sachin4403