You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DefaultAbTestingOutboxMessageFactory now includes a transport-meta v field (integer 1) as the first key in every payload. The field is NOT listed in AbTestingClickHouseRoutes columns and is never written to ClickHouse; it lets downstream consumers detect payload schema generations without parsing every field. The version is exposed as DefaultAbTestingOutboxMessageFactory::PAYLOAD_VERSION.