Skip to content

5.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 15:09
· 131 commits to master since this release

In 5.3.0, we've introduced a bug on Snowflake Loader that makes it not copy contexts and unstruct events to events table. We've fixed this problem in version 5.3.1. Thanks mgkeen for reporting this issue. Recovery instructions for missing data can be found in the Discourse post.

Also, in this version, we've started to use VARCHAR instead of CHAR with standard fields when creating events table on Databricks Loader (Github issue).

Full changelog

  • Snowflake Loader: fix contexts and unstructured event data not being copied into Snowflake (#1185)
  • Add sts runtime dependency for v1 and v2 AWS SDKs (#1183)
  • Databricks loader: Use VARCHAR instead of CHAR when creating events table (#1175)