Skip to content

Commit d7724ea

Browse files
author
hknokh2
committed
docs: add releaselog section for 5.6.0 release
1 parent ce43976 commit d7724ea

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

RELEASELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [5.6.0](https://github.com/forcedotcom/SFDX-Data-Move-Utility/compare/5.5.0...5.6.0) (2026-02-22)
2+
3+
###### New features:
4+
5+
- Added `--file` CLI flag to run a migration from an explicit `export.json` path while keeping `--path` as the base folder for runtime resources.
6+
- Added diagnostic lines that show the resolved `export.json` path and a dedicated note when this path differs from `--path`.
7+
- Added anonymisation support for explicit `export.json` path values in diagnostic logs when `--anonymise` is enabled.
8+
9+
###### Improvements:
10+
11+
- Improved stack trace anonymisation to mask only the absolute machine-specific prefix while keeping plugin-root relative file paths visible.
12+
13+
###### Fixes:
14+
15+
- Updated non-zero exit guidance text to use consistent team wording in the final diagnostic instruction line.
16+
17+
**See the related articles:**
18+
19+
- [Running - --file](https://help.sfdmu.com/running#--file)
20+
- [Run Command Flags - file](https://help.sfdmu.com/full-documentation/reports/run-command-flags#file)
21+
- [Run Command Flags - path](https://help.sfdmu.com/full-documentation/reports/run-command-flags#path)
22+
- [Run Command Flags - diagnostic](https://help.sfdmu.com/full-documentation/reports/run-command-flags#diagnostic)
23+
- [Run Command Flags - anonymise](https://help.sfdmu.com/full-documentation/reports/run-command-flags#anonymise)
24+
- [Log File Management - What is masked and what is not](https://help.sfdmu.com/full-documentation/reports/the-execution-log#what-is-masked-and-what-is-not)
25+
126
## [5.5.0](https://github.com/forcedotcom/SFDX-Data-Move-Utility/compare/5.4.0...5.5.0) (2026-02-22)
227

328
###### New features:

0 commit comments

Comments
 (0)