Releases: palantir/witchcraft-go-server
Releases · palantir/witchcraft-go-server
v2.98.0
v2.97.0
🐛 Fixes
-
Fixes the metrics recorded for audit logs:
- An
audit.2
log entry will only incrementaudit.2
log metric count if dual-logging is disabled, but will also incrementaudit.3
metric count if dual-logging is enabled - An
audit.3
log entry will only incrementaudit.3
log metric count if dual-logging is disabled, but will also incrementaudit.2
metric count if dual-logging is enabled - Number of metric entries for audit 2 or audit 3 log count matches the number of entries recorded for log length (#951)
- An
v2.96.0
💡 Improvements
-
Adds support for
audit.3
logs.Specifically, ensures that an
audit3.Logger
is set on all server contexts and that there is a middleware that properly populates required fields. Also defines anAuditConfig
struct and adds it as an optional field to the baseRuntime
configuration. (#942)
v2.95.0
v2.94.0
No documented user-facing changes