Skip to content

Releases: yetanalytics/lrsql

v0.6.9

12 Jan 15:46
fad0428

Choose a tag to compare

Release Notes

Added support for empty map in $.context.contextActivities: #368

v0.6.8

08 Jan 22:12
2ca215b

Choose a tag to compare

Release Notes

Update latest copyright year to 2024.

v0.6.7

07 Dec 14:51
8e7939d

Choose a tag to compare

Release Notes

  • Update Logback to 1.3.14 to address CVE-2023-6481: #353
  • Correct config var name maxLifetime to poolMaxLifetime in docs: #352

v0.6.6

30 Nov 20:37
c829be3

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

Choose a tag to compare

What's Changed

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

v0.6.4

13 Oct 14:56
c8d93aa

Choose a tag to compare

What's Changed

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

v0.6.3

30 Aug 18:27
2b60690

Choose a tag to compare

What's Changed

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

v0.6.2

26 Jul 13:56
2d9bdd2

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

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

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)