Skip to content

Releases: forcedotcom/SFDX-Data-Move-Utility

v4.6.2

25 Oct 05:17
Compare
Choose a tag to compare

Fixes:

  • Fixed "Unsupported Tooling Sobject" error when deleting records using REST API

v4.6.1

24 Oct 17:47
Compare
Choose a tag to compare

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

21 Oct 06:01
Compare
Choose a tag to compare
  • 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

21 Oct 05:49
Compare
Choose a tag to compare

Fixes:

  • Fixed polymorphic fields handling

v4.5.6

19 Oct 05:51
Compare
Choose a tag to compare
  • Fixes:
    • Fixed the issue of incorrect object ordering on Master-Detail relationships, when using the smart order.

v4.5.4

18 Oct 07:21
Compare
Choose a tag to compare

New:

  • The first release of the new Custom SFDMU Add-On Module Api

v4.4.7

11 Oct 11:21
Compare
Choose a tag to compare
  • Fixed issue of duplicate fields in query string #340

  • Small improvements

v4.4.3

11 Jul 10:56
Compare
Choose a tag to compare

Fixes:

Fixed the incorrect handling of DeleteSource operator (issue #325)

v4.4.2

30 May 17:39
Compare
Choose a tag to compare
  • Fixed the issue of ignoring field maping settings when deleteOldData=true

v4.4.1

23 May 04:30
Compare
Choose a tag to compare
  • Fixed issue of incorrect handling of misspelled field names in the SOQL query.