Releases: xmidt-org/tr1d1um
Releases · xmidt-org/tr1d1um
v0.7.1 02/18/2022
- 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
- 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
- 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
- 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
- Bumped ancla to fix http bug. [#228](https://github.com/xmidt-org/tr1d1um/pull/228)
v0.6.1 09/14/2021
- 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
- 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
- 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
- Add support for acquiring Themis tokens through Ancla. [#215](https://github.com/xmidt-org/tr1d1um/pull/215)
v0.5.8 05/20/2021
- Use official ancla release and include bascule updates. [#213](https://github.com/xmidt-org/tr1d1um/pull/213)