Skip to content

Releases: yetanalytics/lrsql

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

v0.1.3

06 Oct 16:30
7756827
Compare
Choose a tag to compare

v0.1.2

05 Oct 16:42
Compare
Choose a tag to compare

Release Notes

  • Updated Docker documentation
  • Updated admin browser UI to v0.1.2
  • Updated README.md with Docker and Contributor Covenant badges