Skip to content

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 14 Dec 16:24
· 933 commits to main since this release
dafeeeb

Release Notes

  • Verified that no existing dependency on log4j exists (re: CVE-2021-44228).
  • Limit log file retention to 60 days and 1 GB. (#190)
  • Redact passwords from config var maps before logging. (#189)
  • Use the LRS library's error handling functionality instead of relying on that of Pedestal's servlet-interceptor. (#189, see yetanalytics/lrs#71)
  • Return 400 Bad Request instead of 500 Internal Server Error response during a JSON parse failure. (#189)