Skip to content

Releases: yetanalytics/lrsql

v0.5.4

23 Feb 21:15
b85c716
Compare
Choose a tag to compare

What's Changed

  • SQL-172 Admin LRS Monitor Dashboard by @milt in #282

Full Changelog: v0.5.3...v0.5.4

v0.5.3

22 Feb 17:55
f22f397
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

07 Feb 19:07
26f29b3
Compare
Choose a tag to compare

What's Changed

  • SQL-148 Apache Superset Demo w/Keycloak by @milt in #231
  • SQL-164 Auth0 OIDC Setup Guide by @milt in #271
  • correct superset README link by @milt in #273
  • SQL-165 Add CORS for CF template by @milt in #274
  • Use new reusable workflow for linting by @kelvinqian00 in #275
  • SQL-166 add Cloudwatch Metrics + Logs to template by @milt in #277
  • SQL-167 Automate deployment of DBfn on release by LRS version by @milt in #279
  • update cmft templates with stackrefs by @deathtenk in #276
  • copyright updates 2023 by @cliffcaseyyet in #281
  • SQL-168 implement state scope by @milt in #280

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

17 Jan 16:16
fc1e930
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

04 Jan 20:09
5099ab3
Compare
Choose a tag to compare

What's Changed

  • Added stricter CORS support, and configuration options for CORS.

NOTE: It is possible that this release could break the Admin UI for an existing deployment if LRSQL_HTTP_HOST is not set properly, because CORS will be enforced where it was not before. In order to maintain the same CORS behavior as prior versions (permissive) set LRSQL_ALLOW_ALL_ORIGINS to true (it now defaults to false). For other CORS options see the documentation for webserver configuration variables, specifically LRSQL_ALLOW_ALL_ORIGINS and LRSQL_ALLOWED_ORIGINS .

Full Changelog: v0.4.2...v0.5.0

v0.4.2

21 Dec 19:42
72198c1
Compare
Choose a tag to compare

What's Changed

  • SQL-161 add unix socket support by @milt in #239 - Thanks to @florianrusso for the request and help testing!

Full Changelog: v0.4.1...v0.4.2

v0.4.1

21 Dec 14:27
d174a4d
Compare
Choose a tag to compare

What's Changed

  • SQL-160 correct run script java arg syntax by @milt in #264

Full Changelog: v0.4.0...v0.4.1

v0.4.1-pre0

21 Dec 13:35
Compare
Choose a tag to compare
v0.4.1-pre0 Pre-release
Pre-release
  • Correct Java run script args per #264

Full Changelog: v0.4.0...v0.4.1-pre0

v0.4.0

13 Dec 18:28
1fbbb37
Compare
Choose a tag to compare

Release Notes

  • Addressed a bug where Unicode characters are improperly encoded if the default environment charset is not UTF-8. This was the cause of Issue #230 on Windows and our AWS cloud environment.
    • Note: If your environment's default charset was set to a non-UTF-8 charset, you may need to migrate your data using a utility like xapipe.
    • Bugfix PR: #260
    • Fix to our AWS deployment template: #259
  • Miscellaneous codebase changes in #262

v0.3.9

07 Dec 15:52
47d36e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.8...v0.3.9