Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 14:21
· 430 commits to main since this release
0eb2767

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)