Release 2025.02.20

Features

  • Added support for setting attributes on Customer.io relationships.
  • Added support for syncing Affinity Opportunities.
  • Added support for syncing from Iterable.
  • Added support for automatically creating new select/status options when syncing to Harmonic.
  • Added support for syncing to Stripe Invoices.

Fixes

  • Zendesk multiselect fields failed to sync under some circumstances.
  • Model syncs to Attio could fail when related objects were deleted during a sync.
  • MySQL replication could fail if the process was interrupted midway through a binlog file.
  • Model syncs to Hubspot were incorrectly marked as failed under some circumstances.
  • Bulk syncs wrote some select values from Airtable were written as single element arrays.
  • Attio API errors during record identification could cause model syncs to fail.
  • Improved connection pool performance for database connections.
  • Redshift datetime values were truncated to second precision during bulk syncs.

Behavior Changes

  • Bulk syncs to Databricks will stage data in a temporary table, if possible, and then rename it during a resync. Prior to this release the destination table was replaced before data was written. Syncs to the default hive_metastore where table renaming is not supported will continue to replace the table when the sync begins.