Releases: forcedotcom/SFDX-Data-Move-Utility
Releases · forcedotcom/SFDX-Data-Move-Utility
v4.6.2
Fixes:
- Fixed "Unsupported Tooling Sobject" error when deleting records using REST API
v4.6.1
New:
- The records uploaded via the Rest APi now can be splitted into batches, which size can be customized to avoid EXCEEDED_MAX_SIZE_REQUEST error.
- Added file caching feature for the binary data to reduce memory usage.
- Added new global script parameters: binaryDataCache and restApiBatchSize
v4.5.10
- New:
- v1.0.1 of the Custom Add-On Api released:
- Added OnBefore, OnAfter, OnAfterUpdate event support.
- Improvements:
- Improved external id resolution.
v4.5.8
Fixes:
- Fixed polymorphic fields handling
v4.5.6
- Fixes:
-
- Fixed the issue of incorrect object ordering on Master-Detail relationships, when using the smart order.
v4.5.4
New:
- The first release of the new Custom SFDMU Add-On Module Api
v4.4.3
Fixes:
Fixed the incorrect handling of DeleteSource operator (issue #325)
v4.4.2
- Fixed the issue of ignoring field maping settings when deleteOldData=true
v4.4.1
- Fixed issue of incorrect handling of misspelled field names in the SOQL query.