Skip to content

v1.0.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 May 13:46
· 25 commits to master since this release
bb8f13f

What's Changed

Breaking Schema Changes

The following existing columns changed type from Int64/integer-style 0/1 values to real Boolean values:

  • session_is_entry_page (core event-scoped/session-scoped-event column): Int64 -> Boolean
  • session_is_exit_page (core event-scoped/session-scoped-event column): Int64 -> Boolean
  • session_is_engaged (GA4 session column): Int64 -> Boolean
  • session_returning_user (GA4 and Matomo session column): Int64 -> Boolean
  • session_abandoned_cart (GA4 session column): Int64 -> Boolean

Upgrade Impact

If your destination event or session tables already exist with the old integer schema for any of the columns above, you must recreate those destination tables before writing v1.0.0 data.

D8A does not provide a migration path between the old and new schemas for these columns, so existing tables cannot be reused as-is for this release.

Full Changelog: v0.52.1...v1.0.0