Releases: xmidt-org/tr1d1um
Releases · xmidt-org/tr1d1um
v0.7.11 2022-11-08
v0.7.10 2022-10-31
- Remove several unused build files and update the docker images to work. #325
v0.7.9 2022-10-24
- Patch #320
v0.7.8 2022-09-01
- Add support for an alternate server #297
v0.7.7 2022-08-30
- Uber fx integration
- Major changes to server config, sections changed
primary
=>servers.primary
alternate
=>servers.alternate
health
=>servers.health
pprof
=>servers.pprof
alternate
=>servers.alternate
- Sections
log
andzap
were replaced withlogging
- Section
touchstone
was replaced withprometheus
v0.7.6 2022-08-24
- Dependency update
- guardrails says github.com/gorilla/websocket v1.5.0 has a high vulnerability but no vulnerabilities have been filed
- github.com/gorilla/sessions v1.2.1 cwe-613 no patch available
- JWT Migration #289
- update to use clortho
Resolver
&Refresher
- update to use clortho
metrics
&logging
- update to use clortho
- Update ancla client initialization
- Update Config
- Use uber/zap for clortho logging
- Use xmidt-org/sallust for the zap config unmarshalling
- Update auth config for clortho
- Update ancla config
v0.7.5 05/03/2022
What's included:
- JWT Migration #289
- updated to use clortho
Resolver
&Refresher
- updated to use clortho
metrics
&logging
- updated to use clortho
- Update ancla client initialization
- Update Config
- Use uber/zap for clortho logging
- Use xmidt-org/sallust for the zap config unmarshalling
- Update auth config for clortho
- Update ancla config
v0.7.4 05/03/2022
- Updated v2 hook endpoint to only enforce loopback validation (when configured). [#277](https://github.com/xmidt-org/tr1d1um/pull/277)
v0.7.3 04/28/2022
- Bumped ancla to v0.3.9 to fix Duration bug in webhook registration - Duration should be an int in seconds. It will also accept strings such as "5m". [#270](https://github.com/xmidt-org/tr1d1um/pull/270) - Updated v2 webhook registration to allow for no Duration or Until set. [#270](https://github.com/xmidt-org/tr1d1um/pull/270)
v0.7.2 04/20/2022
- Fixed v2 endpoint to allow for invalid duration or until fields. When they are invalid, the duration of the webhook is set to the configured maximum. [#266](https://github.com/xmidt-org/tr1d1um/pull/266)