Match release notes 1.1.3

Release date

  • General availability: 12 February 2026

Enhancements

  • Previously, the MID linked to the older address in KBmatch was chosen as the final MID. Now, the MID associated with the new address (from NCOA moved records) will be selected instead.

  • Previously, the DQ PREP step relied on a fixed, small Snowflake warehouse, regardless of the data size. This has now been changed to an autoscaling warehouse that adjusts based on the input data size.

  • Disables DEBUG-level logging that contains PII and reduces the volume of excessive event logs, while preserving all necessary container logs and other valuable debugging information.

Actions required

To share the necessary container logs with the provider, you must enable the new mandatory event definitions in the consumer application. These definitions are automatically enabled with new app installations but not during upgrades, so existing users must enable them manually. This is the only time manual enabling is needed.

You can do this by running the below SQL code in the app.

ALTER APPLICATION <app_db>
SET SHARED TELEMETRY EVENTS (
  'SNOWFLAKE$ALL',
  'SNOWFLAKE$ERRORS_AND_WARNINGS',
  'SNOWFLAKE$TRACES',
  'SNOWFLAKE$USAGE_LOGS'
);