Skip to content

Commit 35471fb

Browse files
author
hknokh2
committed
docs: add RELEASELOG section for v5.7.1
1 parent 9182395 commit 35471fb

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

RELEASELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [5.7.1](https://github.com/forcedotcom/SFDX-Data-Move-Utility/compare/5.7.0...5.7.1) (2026-07-03)
2+
3+
###### Fixes:
4+
5+
- Fixed Bulk API Query null handling for org source and target reads. Empty cells returned by Bulk Query are now normalized with Salesforce field metadata before DML, so null Date and DateTime values are sent to Salesforce as real null values instead of empty strings.
6+
- Reused the same CSV null-token and field-type casting rules for Bulk Query output and CSV input, keeping `#N/A` null behavior consistent in target CSV reports.
7+
8+
**See the related articles:**
9+
10+
- [Script Object - queryBulkApiThreshold](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/export-json-file-objects-specification/script-object#querybulkapithreshold-integer)
11+
- [ScriptObject Object - alwaysUseBulkApi](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/export-json-file-objects-specification/script-object-object#alwaysusebulkapi-boolean)
12+
- [The Target CSV Files](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/reports/the-target-csv-files)
13+
114
## [5.7.0](https://github.com/forcedotcom/SFDX-Data-Move-Utility/compare/5.6.4...5.7.0) (2026-07-03)
215

316
###### New features:

0 commit comments

Comments
 (0)