Releases: CoreProc/nova-data-sync
Releases · CoreProc/nova-data-sync
2.3.0
2.2.0
- Use
lazy()
collection when getting results from the Export query
Full Changelog: 2.1.0...2.2.0
2.1.0
ExportProcessor
now uses the default queue from the config.- Queue name can be overriden using the
queueName()
method. - Added
allowFailures()
method in ExportProcessor which you can override to return false if needed.
Full Changelog: 2.0.0...2.1.0
2.0.0
Changed behavior of export formatRow()
so we can format exported rows better.
Full Changelog: 1.8.0...2.0.0
1.8.0
- Add ability to override
ExportProcessor
's query count for total records
Full Changelog: 1.7.1...1.8.0
1.7.1
What's Changed
- Use configured chunk size and queue in ExportProcessor by @myraoliveros-cp in #4
New Contributors
- @myraoliveros-cp made their first contribution in #4
Full Changelog: 1.7.0...1.7.1
1.7.0
- Improved stop process - added "Stopping" status
- Only check cache for import status every x rows, can be defined using
rowsToProcessBeforeCheckingForQuit()
in ImportProcessor - Checking of import status when stopping is controlled via Cache and the number of seconds for cache can be defined using
secondsBeforeCheckingForQuit()
method in ImportProcessor - Improved logs
Full Changelog: 1.6.2...1.7.0
1.6.2
- Fix visibility for ImportStopAction
Full Changelog: 1.6.1...1.6.2
1.6.1
Full Changelog: 1.6.0...1.6.1
1.6.0
- Feat: Add ability to stop imports
Full Changelog: 1.5.0...1.6.0