Skip to content

Releases: yetanalytics/lrsql

v0.6.6

30 Nov 20:37
c829be3
Compare
Choose a tag to compare

Release Notes

  • Set poolMaxLifetime in SQLite in-memory mode to infinite, in order to prevent DB deletion when the JDBC connection expires: #350
  • Update Logback to 1.3.13 in order to address CVE-2023-6378: #351

v0.6.5

22 Nov 19:20
d7779d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.4...v0.6.5

v0.6.4

13 Oct 14:56
c8d93aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

30 Aug 18:27
2b60690
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

26 Jul 13:56
2d9bdd2
Compare
Choose a tag to compare

Release Notes

  • SQL-191 Added JSONB alternative storage option to config (Postgres-only) for indexing and faster read speeds.

v0.6.1

27 Jun 17:50
244e57d
Compare
Choose a tag to compare

Release Notes

  • Update buddy libraries to their latest versions and exclude outdated BouncyCastle dep
  • Update Pedestal dependencies to 0.6.0

v0.6.0

25 May 14:21
0eb2767
Compare
Choose a tag to compare

Release Notes

  • Removed H2DB support due to lack of features and bug remediation, and low adoption. Replaced with SQLite in-memory mode for any ephemeral use-cases. Contact Yet team if you were using H2 and this upgrade will cause a production issue as we can suggest migration strategies. (#297)
  • Added normalized Zulu timestamps and stored time to xapi_statement table in all DBMS’ for use in analytics/BI suites. Includes automatic migration/upgrade process for existing DBs. (#298)
  • Migrated other existing timestamp fields to be normalized with Zulu statement timestamp. (#300)
  • Addressed CVE-2023-32697, a remote code execution vulnerability on SQLite. (#301)

v0.5.7

01 May 16:28
dc58a68
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.6...v0.5.7

v0.5.6

12 Apr 18:34
6ce8a47
Compare
Choose a tag to compare

What's Changed

  • CVE-2022-45688 add suppression for false positive on jackson by @milt in #287
  • SQL-177 Test against all supported versions of PostgreSQL by @milt in #288
  • Add H2 CVE suppression by @kelvinqian00 in #290
  • SQL-179 Use rds-db-init for db init function in CF template by @milt in #289
  • SQL-182 Set NoEcho on DefaultAdminPass to hide it by @milt in #292
  • SQL-181 RDS template updates by @milt in #291
  • SQL-183 GitHub Dependency Graph by @milt in #293
  • SQL-186 Prevent deletion of sole admin account by @milt in #294
  • SQL-187 Feature: Update Local Admin Password by @milt in #295

Full Changelog: v0.5.5...v0.5.6

v0.5.5

24 Feb 17:33
90454ba
Compare
Choose a tag to compare

What's Changed

  • SQL-176 add AS to postgresql timeline query so it doesn't error on 12+ by @milt in #286

Full Changelog: v0.5.4...v0.5.5