Skip to content

Releases: yetanalytics/lrsql

v0.3.8

28 Nov 14:59
1f9b506
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.7...v0.3.8

v0.3.7

16 Nov 15:06
25900b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.6...v0.3.7

v0.3.6

03 Nov 20:54
33918c4
Compare
Choose a tag to compare

Release Notes

  • Add support for the statements/read/mine scope (see: #245). When querying statements with this scope, only statements with the authority value associated with the current credentials are retrieved. For more information on scopes, see section 4.2 OAuth 1.0 Authorization Scope of the xAPI Statement spec.
  • Add validation of authority templates (see: #248).

v0.3.5

18 Aug 20:20
dea7766
Compare
Choose a tag to compare

Release Notes

Important Security Update: Fix a bug where, when performing an OIDC administration action, any authenticated request would be performed regardless of the user's scopes.

v0.3.4

10 Aug 17:29
c369e2e
Compare
Choose a tag to compare

Release Notes

  • Update Postgres to 42.4.1 in order to address CVE-2022-31197
  • Update Testcontainers test dependency to 1.17.3
  • Fix failing test case for HTTPS

v0.3.3

18 Jul 14:12
f1d3bc6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

11 Jul 14:38
4882590
Compare
Choose a tag to compare

What's Changed

  • SQL-154 allow runtime log level control with env var by @milt in #238

Full Changelog: v0.3.1...v0.3.2

v0.3.1

11 Jul 14:32
2a03cc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

20 Jun 18:55
ba870f2
Compare
Choose a tag to compare

What's Changed

  • BREAKING SQL-150 Overwrite Statement Authority by @milt in #234. Previously SQL LRS would not apply the operator-specified authority if one was present on an incoming statement. From v0.3.0 onwards all statement authority objects will be overwritten. Note that this change does not apply to statements already stored in the LRS by previous versions.

Full Changelog: v0.2.11...v0.3.0

v0.2.11

03 Jun 14:06
4605ca4
Compare
Choose a tag to compare

Release Notes

  • Suppress false positive CVEs on H2.
  • Update Cheshire dependency to 5.11.0.

See Pull Request #229 for more details.