Release 2025.09.03

Features

  • Added support for defining fields on Attio models that traverse relationships
  • Added support for additional Pipedrive objects: Pipelines, Projects, Stages, and Users.
  • Model syncs to Salesforce "Lead or Contact" can route creation based on whether an Account Id is present.

Fixes

  • Reduced API calls needed for update-only model syncs to Salesforce.
  • Setting the "Tables glob path" for a blobstore connection could result in "File not found" errors if intermediate keys did not exist.
  • Using multiple tracking fields for a Salesforce model resulted in invalid SOQL query errors.
  • Model syncs to Salesforce with less than 10 records will make individual API calls rather than using the composite API.
  • CDC was incorrectly chosen for MS SQL Server tables with no detected primary key.