v1.0.0
Pre-release
Pre-release
What's Changed
- Proper bool types for
is_xyzcolumns by @archbottle in #539 - Bounce columns by @archbottle in #540
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->Booleansession_is_exit_page(core event-scoped/session-scoped-event column):Int64->Booleansession_is_engaged(GA4 session column):Int64->Booleansession_returning_user(GA4 and Matomo session column):Int64->Booleansession_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