Skip to content

Releases: yetanalytics/lrsql

v0.2.5

05 Apr 14:50
d020338
Compare
Choose a tag to compare

Release Notes

v0.2.4

28 Mar 14:34
a355c5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

22 Mar 17:59
64c5679
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

11 Mar 14:38
5597a9c
Compare
Choose a tag to compare

Release Notes

  • Minor changes to SQL syntax.
  • Update LRS Admin UI to v0.1.5 to address GHSA-wg6g-ppvx-927h.
  • Update xapi-schema dependency to v1.2.0.
  • (Dev only) Update DATASIM dependency to v0.1.2.

See: #201, #212 and #213.

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