Skip to content

Commit 6e44c3d

Browse files
author
hknokh2
committed
docs: add RELEASELOG section for v5.7.0
- document filtered query IN-clause field controls - add related docs links for new ScriptObject properties
1 parent d4ef465 commit 6e44c3d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

RELEASELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [5.7.0](https://github.com/forcedotcom/SFDX-Data-Move-Utility/compare/5.6.4...5.7.0) (2026-07-03)
2+
3+
###### New features:
4+
5+
- Added `includedInClauseFields` and `excludedFromInClauseFields` for `ScriptObject` configuration. These properties control which lookup fields may be used as filtered-query `IN` clause pivots for relationship-scoped source queries while keeping those fields selected, exported, and available for normal migration processing.
6+
7+
###### Other changes:
8+
9+
- Updated public README Help Center links to point to the current GitHub Pages documentation site.
10+
11+
**See the related articles:**
12+
13+
- [ScriptObject Object - includedInClauseFields](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/export-json-file-objects-specification/script-object-object#includedinclausefields-array-of-string)
14+
- [ScriptObject Object - excludedFromInClauseFields](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/export-json-file-objects-specification/script-object-object#excludedfrominclausefields-array-of-string)
15+
- [ScriptObject Object - query](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/export-json-file-objects-specification/script-object-object#query-string)
16+
117
## [5.6.4](https://github.com/forcedotcom/SFDX-Data-Move-Utility/compare/5.6.3...5.6.4) (2026-04-16)
218

319
###### Fixes:

0 commit comments

Comments
 (0)