Skip to content

Releases: xmidt-org/tr1d1um

v0.7.1 02/18/2022

18 Feb 21:59
72c627b
Compare
Choose a tag to compare
- Renamed common folder and reallocated util.go functions. [#235](https://github.com/xmidt-org/tr1d1um/pull/235)
- Separated main.go into main.go and primaryHandler.go. [#239](https://github.com/xmidt-org/tr1d1um/pull/239)
- Updated spec file and rpkg version macro to be able to choose when the 'v' is included in the version. [#242](https://github.com/xmidt-org/tr1d1um/pull/242)
- Added configurable support for v2 endpoints with current v3 ones from the same application. [#249](https://github.com/xmidt-org/tr1d1um/pull/249)

v0.7.0 12/02/2021

02 Dec 19:15
f37e8df
Compare
Choose a tag to compare
- Bumped argus to v0.6.0, bumped ancla to v0.3.5, and changed errorEncoder to pull logger from context.[#233](https://github.com/xmidt-org/tr1d1um/pull/233)
- Updated api version in url to v3 to indicate breaking changes in response codes when an invalid auth is sent.  This change was made in an earlier release (v0.5.10). [#234](https://github.com/xmidt-org/tr1d1um/pull/234)
- Updated target URL to not have an api base hard coded onto it.  Instead, the base should be provided as a part of the configuration value. [#234](https://github.com/xmidt-org/tr1d1um/pull/234)

v0.6.4 11/24/2021

24 Nov 18:13
69f5cd7
Compare
Choose a tag to compare
- Bumped ancla to v0.3.4:
  - Changed server log source address field. [#231](https://github.com/xmidt-org/tr1d1um/pull/231)
  - Fixes a problem with wiring together configuration for the Duration and Until webhook validations. [#232](https://github.com/xmidt-org/tr1d1um/pull/232)
  - Improves logging. [#232](https://github.com/xmidt-org/tr1d1um/pull/232)

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)