Releases: forcedotcom/SFDX-Data-Move-Utility
Releases · forcedotcom/SFDX-Data-Move-Utility
v3.9.2
New feature: Allowed customizing of the RecordType object in the export.json, like it is in other sObjects.
It is possible now to setup the query string or the ExternalID field.
v3.8.0
New feature: Added the new bulk API concurrencyMode parameter to the Script.
v3.7.19
Fixed issue of incorrect handling "null" value when trying to nullify fields using the Value Mapping feature.
v3.7.17
Fixed issue with of resolving incorrect or case insesitive field names and sobject names in the SOQL query.
Fixed issue of adding extra fields to the query while linking parent sobject for self-referenced lookup field.
v3.7.13
New feature: Added the support for Salesforce Files (ContentVersion).
v3.7.0
New feature: Added new script parameter allowFieldTruncation.
Improvement: SOQL query made case insensitive.
v3.6.2
Fixed issues with Person Accounts + fixed wrong SOQL query parse.
New feature: Added new script parameter keepObjectOrderWhileExecute.
Improvement: To avoid crashing when the user has no READ access to the Account object, changed the approach how the org access token is verified.
v3.5.0
New feature: Added regex option to the Value Mapping feature.
v3.4.18
Fixed issues with polymorphic fields.
v3.4.2
Fixed issues when processing large data volumes.