Releases: bwaidelich/Wwwision.ImportService
Releases · bwaidelich/Wwwision.ImportService
3.0.1
3.0.0
This new major version incorporates some cleanups, better PHP 8.1+ support, improved dependency injection and overhauled data source and target implementations
- FEATURE: PHP 8.1+ support
- FEATURE: Allow source- and target options to be overridden(ae93ac4)
- FEATURE: Improved
ContentRepositoryTarget
- TASK: Updated and extended documentation
In contains some breaking changes towards 2.x:
- data sources and targets are now configured via
factory
- custom implementations of the
DataSourceInterface
must provide a correspondingDataSourceFactoryInterface
implementation - custom implementations of the
DataTargetInterface
must provider a correspondingDataTargetFactoryInterface
implementation
- custom implementations of the
- The
import:import
CLI command was deprecated in favor ofimport:run
Full Changelog: 2.2.1...3.0.0
2.2.1
2.2.0
What's Changed
- FEATURE: Dynamic presets by @Viktor2588 in #4
New Contributors
- @Viktor2588 made their first contribution in #4
Full Changelog: 2.1.1...2.2.0
2.1.1
What's Changed
- BUGFIX: Fix OptionsSchema check for "callable" options for PHP 8+ by @bwaidelich in #3
Full Changelog: 2.1.0...2.1.1
2.1.0 - Flow/Neos 8.0 compatibility
What's Changed
- FEATURE: Declare Flow 8.0 compatibility by @bwaidelich in #1
New Contributors
- @bwaidelich made their first contribution in #1
Full Changelog: 2.0.0...2.1.0
2.0.0 - Flow 6 & 7 support
- FEATURE: Flow 6.x and 7.x compatibility (fea8009)
- FEATURE:
import:preset
command (491df95) - FEATURE:
import:setup
command (4844f39)
Full Changelog: 1.1.0...2.0.0
1.1.0 - Flush Fusion Content Caches for pruned nodes
This version incorporates one new feature that extends the import:prune
behavior of the ContentRepositoryTarget
so that it flushes all affected Neos_Fusion_Content
cache entries.
That slows down the process for large sets of nodes in favor of a more consistent behavior.
1.0.2 - Fix DataRecords::map() to respect id changes
Fix DataRecords::map()
to allow callback to change record ids
1.0.1 - Error tolerant cache flushing
More error-tolerant cache flushing