Skip to content

Releases: yetanalytics/lrsql

v0.2.1

26 Jan 19:47
da106c7
Compare
Choose a tag to compare

Release Notes

Update H2 to v2.1.210 in order to address CVE-2021-42392 and CVE-2022-23221. (#199)

v0.2.0

12 Jan 18:13
458998b
Compare
Choose a tag to compare

Release Notes

  • Update dependencies. (#196 and #198)
    • Update H2 to v2.0.202. Note: This update is not backwards-compatible with previous versions of H2.
    • Update Pedestal to v0.5.10.
    • Update lrs to v1.2.4.
    • Update colossal-squuid to v0.1.4.
  • Add automatic National Vulnerability Database scanning. (#197)

v0.1.9

29 Dec 18:10
636cc34
Compare
Choose a tag to compare

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

14 Dec 16:24
dafeeeb
Compare
Choose a tag to compare

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

30 Nov 19:43
a750899
Compare
Choose a tag to compare

Release Notes

  • Upgraded lrs and admin deps to fix an issue where Chrome 95+ crashes because of a CSS attribute (See #188 )

v0.1.6

23 Nov 22:48
d507cd5
Compare
Choose a tag to compare

Release Notes

  • Fixed an issue where LRSQL_URL_PREFIX was not properly updating the xapi routes (in #186)
  • Created an endpoint for clients to get env/config values (in #187)
  • Upgraded to associated client version

v0.1.5

19 Nov 21:51
7ec5aaf
Compare
Choose a tag to compare

Release Notes

  • Fix SQL Constraint error when trying to insert a document when the Content-Type or Content-Length header is missing (in #184).
  • Add LRSQL_ENABLE_STMT_HTML config var to allow for toggling of HTML rendering (in #185).

v0.1.5-pre2

19 Nov 21:57
Compare
Choose a tag to compare
v0.1.5-pre2 Pre-release
Pre-release

Release Notes

  • Add LRSQL_ENABLE_STMT_HTML config var to allow for toggling of HTML rendering (in #185).

v0.1.5-pre1

19 Nov 22:09
Compare
Choose a tag to compare
v0.1.5-pre1 Pre-release
Pre-release

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

11 Nov 22:03
0cd169b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4