Skip to content

Commit 2610346

Browse files
author
hknokh2
committed
docs: add RELEASELOG section for 5.4.0
1 parent 416e61d commit 2610346

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

RELEASELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [5.4.0](https://github.com/forcedotcom/SFDX-Data-Move-Utility/compare/5.3.1...5.4.0) (2026-02-21)
2+
3+
###### New features:
4+
5+
- Added object-level API mode controls: `alwaysUseRestApi`, `alwaysUseBulkApi`, and `alwaysUseBulkApiToUpdateRecords`.
6+
- Added `respectOrderByOnDeleteRecords` to enforce ordered delete execution through REST one-by-one mode.
7+
- Added SDK contract updates for add-on modules to expose new object-level API mode fields and related runtime metadata.
8+
9+
###### Improvements:
10+
11+
- Changed query and DML bulk-threshold behavior to threshold-inclusive evaluation (`>=`) for clearer switching at exact threshold values.
12+
13+
**See the related articles:**
14+
15+
- [ScriptObject Object](https://help.sfdmu.com/full-documentation/export-json-file-objects-specification/script-object-object) - new object-level API mode properties and delete-order behavior.
16+
- [Script Object](https://help.sfdmu.com/full-documentation/export-json-file-objects-specification/script-object) - bulk/query threshold settings and runtime switching behavior.
17+
- [Custom Add-On API Object Reference](https://help.sfdmu.com/full-documentation/add-on-api/custom-sfdmu-add-on-object-reference) - SDK contract fields available to add-on modules.
18+
119
## [5.3.1](https://github.com/forcedotcom/SFDX-Data-Move-Utility/compare/5.3.0...5.3.1) (2026-02-20)
220

321
###### Fixes:

0 commit comments

Comments
 (0)