# Changelog

### March 2026

#### Salesforce Backup Improvements

* Improved backup support for **Salesforce Files (ContentVersion)**.
* Added better handling for **externally stored files** such as Quip documents and externally hosted content.
* Improved **delta change detection** for inserts, updates, and deletions during incremental backups.
* Improved reliability when backing up **large Salesforce objects with millions of records**.
* Added improved **gzip compression support** to reduce backup storage size.

***

### February 2026

#### Salesforce Backup Launch

* Introduced **Salesforce Backup for Dataimporter**.
* Automated daily backups for Salesforce objects and files.
* Added **incremental backups using delta change tracking**.
* Introduced **record rollback functionality** allowing restoration of records modified by a specific operation.
* Added **Salesforce API usage monitoring** to help customers track API consumption.

***

### January 2026

#### Import Reliability Improvements

* Improved CSV import handling for **complex quoting and delimiter edge cases**.
* Added improved handling for **large file imports via SFTP**.
* Improved validation to prevent **malformed CSV rows from interrupting imports**.

***

### December 2025

#### Migration Improvements

* Improved **formula field processing** during imports.
* Added support for **dynamic date formulas** in import templates.
* Improved **data preview functionality** for migration templates.

***

### November 2025

#### Performance Improvements

* Improved performance for **large data loads**.
* Improved processing for **multi-million record imports**.
* Improved progress reporting during long running jobs.

***

### October 2025

#### Salesforce Integration Improvements

* Added support for **additional Salesforce objects** during migrations.
* Improved handling of **parent-child relationships between records**.
* Improved **lookup resolution logic** for complex object mappings.

***

### September 2025

#### Automation Improvements

* Improved **scheduled import functionality**.
* Improved retry handling for **failed imports**.
* Added improved **job status visibility and error reporting**.

***

### August 2025

#### Security & Reliability

* Improved system security and infrastructure reliability.
* Strengthened controls as part of ongoing **SOC 2 compliance improvements**.

***

### July 2025

#### User Experience Improvements

* Improved **job run history visibility**.
* Improved **error reporting for failed imports**.
* Improved UI responsiveness when managing large numbers of jobs.

***

### June 2025

#### Platform Enhancements

* Improved support for **SFTP-based data pipelines**.
* Improved reliability of **scheduled integrations**.

***

### May 2025

#### Import Improvements

* Improved handling for **large CSV files**.
* Improved **multi-object migration workflows**.

### **July 2024**

* Attachments and Files are downloaded async in Migration Templates.&#x20;

This improves the speed when migrating Binary Records by about 10x, while maintaining the same functionality.

* Summer '24

API Version upgraded to 62.0 with the Winter '25 release of Salesforce.

### **August 2024**

* SharePoint files are downloaded and uploaded in chunks.&#x20;

This was a fix to a bug where sometimes exports to SharePoint would fail/timeout, where the export file size was larger than 5mb.

* . Attachments & Files can be downloaded as a ZIP.

Files & Attachments that are exported, will now generate a ZIP with the actual files, vs just the metadata. For this to happen the Body or VersionData fields need to be included in the exported fields.

### **September 2024**

* AWS Migration.&#x20;

Frankfurt and Dallas servers migrated to AWS. With this migration came new [IP Addresses](/security/ip-addresses.md). The migration was communicated to all users 1 month in advance.

* Existing ContentVersions filtered from Template

When running a Migration Template, where the ContentVersions were included multiple times, the same Files would attempt to be migrated twice. Already migrated Files are now filtered automatically.

### **October 2024**

* Winter '25

API Version upgraded to 62.0 with the Winter '25 release of Salesforce.

* Enterprise Trial

New users can now self-request a 7 day Enterprise Trial from within the platform.

* SFTP Exports quotes

Expotred results to SFTP servers are now quoted, so any quotes within the exported records can be saved as a CSV correctly.

### November 2024

* Google Sheets

Bug fix for some instances where Google Sheet Tab Names were not being displayed for selection.

* Bulk API 2.0 Improvements

Improved speed of Bulk API 2.0 Exports with the new release from Salesforce.

* Oracle DB Connector

Oracle DB is now available as an Integration for Import.

* Dependent Picklists in Seeding Templates

Bug fix for nested dependent picklists not generating the correct available values


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.dataimporter.io/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
