Skip to content

Releases: palantir/witchcraft-go-server

v2.98.0

05 Jun 21:07
v2.98.0
9c697b1
Compare
Choose a tag to compare

No documented user-facing changes

v2.97.0

30 May 15:59
v2.97.0
f477583
Compare
Choose a tag to compare

🐛 Fixes

  • Fixes the metrics recorded for audit logs:

    • An audit.2 log entry will only increment audit.2 log metric count if dual-logging is disabled, but will also increment audit.3 metric count if dual-logging is enabled
    • An audit.3 log entry will only increment audit.3 log metric count if dual-logging is disabled, but will also increment audit.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)

v2.96.0

27 May 16:08
v2.96.0
1915233
Compare
Choose a tag to compare

💡 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 an AuditConfig struct and adds it as an optional field to the base Runtime configuration. (#942)

v2.95.0

14 Apr 20:34
v2.95.0
399abf6
Compare
Choose a tag to compare

💡 Improvements

  • Avoid computing unused metric values (#928)
  • Mark uptime, cardinality, and go runtime metrics immediately before logging metric.1 lines (#929)

v2.94.0

06 Mar 17:06
v2.94.0
7f564bb
Compare
Choose a tag to compare

No documented user-facing changes

v2.93.0

21 Feb 19:30
v2.93.0
4c6edc3
Compare
Choose a tag to compare

💡 Improvements

  • Add counter metric tracking main server connection state changes. (#911)

v2.92.0

14 Feb 22:22
v2.92.0
5f7d649
Compare
Choose a tag to compare

🐛 Fixes

  • Register ENDPOINT_FIVE_HUNDREDS healthcheck (#906)

v2.91.0

07 Feb 17:46
v2.91.0
1e50619
Compare
Choose a tag to compare

✨ Features

  • ENDPOINT_FIVE_HUNDREDS health check (#896)

v2.90.0

05 Feb 23:32
v2.90.0
ff35024
Compare
Choose a tag to compare

💡 Improvements

  • Export DiagnosticHandler interface and enable registration of custom diagnostic handlers. (#891)

v2.89.0

13 Jan 21:47
v2.89.0
6598a95
Compare
Choose a tag to compare

✨ Features

  • Set the Subject field for the self-signed certificate that is generated when "--use-self-signed-cert" is specified. (#889)