Releases: yetanalytics/lrsql
Releases · yetanalytics/lrsql
v0.1.9
Release Notes
- Added NVD dependency scanning support for Clojure libraries (#191)
- Updated potentially vulnerable libraries (#191)
- Redid documentation HTML publishing (#192)
- Updated java module list to fix SSL issue, and redid runtime build procedures to use re-usable workflow (#195)
Full Changelog: v0.1.8...v0.1.9
v0.1.8
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)
v0.1.7
v0.1.6
v0.1.5
v0.1.5-pre2
Release Notes
- Add
LRSQL_ENABLE_STMT_HTML
config var to allow for toggling of HTML rendering (in #185).
v0.1.5-pre1
Fix SQL Constraint error when trying to insert a document when the Content-Type
or Content-Length
header is missing (in #184).
v0.1.4
What's Changed
- Bad Docker Link in Docs by @cliffcaseyyet in #181
- latest LRS v1.1.3 by @milt in #183
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Release Notes
- Fixed bug: IOException on POSTing Statements with Attachments
- Fixed bug: CI failure due to spec generation failure