Skip to content

Commit b3679d4

Browse files
committed
NEXT-36420 - update changelog
1 parent 3054a7f commit b3679d4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

changelog/_unreleased/2024-09-05-added-new-batch-import-strategy-for-import-export.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ author_github: @jozsefdamokos
88
# Core
99
* Added new batch import strategy for import/export
1010
* Added new command option `--useBatchImport` to `bin/console import:entity` command to use the new batch import strategy. This strategy is faster, but it does not support rows that depend on each other (eg. a row is imported and an entity is created and then another row is imported which updates the entity created by the first row). This strategy is recommended for large imports where the rows are independent of each other.
11+
* Deprecated `ImportExportFactory::create` method as new optional parameter `$useBatchImport` will be added.
12+
___
13+
# Next Major Version Changes
14+
## ImportExportFactory::create
15+
16+
We added a new optional parameter `bool $useBatchImport` to `ImportExportFactory::create`.
17+
If you extend the `ImportExportFactory` class, you should properly handle the new parameter in your custom implementation.

0 commit comments

Comments
 (0)