Skip to content

Commit f765b77

Browse files
author
hknokh2
committed
docs: add RELEASELOG section for v5.8.0
- add v5.8.0 notes for adaptive target query strategy. - link targetFullQueryRecordsThreshold and queryAllTarget docs.
1 parent a61aa70 commit f765b77

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

RELEASELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [v5.8.0](https://github.com/forcedotcom/SFDX-Data-Move-Utility/compare/5.7.2...5.8.0) (2026-07-03)
2+
3+
###### New features:
4+
5+
- Added adaptive target query strategy for simple external ID matching. SFDMU now decides the target-side full-query mode independently from the source-side full-processing mode, using the effective target record count to avoid unnecessary full target scans on large target datasets.
6+
- Added `targetFullQueryRecordsThreshold` for `ScriptObject`. The default threshold is `30000`; below this value SFDMU keeps the full target query, while target scopes at or above the threshold use filtered `IN` target queries when simple external IDs are used.
7+
- Kept full target query behavior for explicit `queryAllTarget`, complex external IDs, autonumber external IDs, and special objects.
8+
9+
**See the related articles:**
10+
11+
- [ScriptObject Object - targetFullQueryRecordsThreshold](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/export-json-file-objects-specification/script-object-object#targetfullqueryrecordsthreshold-integer)
12+
- [ScriptObject Object - queryAllTarget](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/export-json-file-objects-specification/script-object-object#queryalltarget-boolean)
13+
- [ScriptObject Object - externalId](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/export-json-file-objects-specification/script-object-object#externalid-string)
14+
115
## [5.7.2](https://github.com/forcedotcom/SFDX-Data-Move-Utility/compare/5.7.1...5.7.2) (2026-07-03)
216

317
###### Fixes:

0 commit comments

Comments
 (0)