Skip to content

Releases: CoreProc/nova-data-sync

2.3.0

16 Oct 04:56
Compare
Choose a tag to compare
  • Add ExportStartedEvent and ExportCompletedEvent
  • Add ability to override filename of ExportProcessor using name()

Full Changelog: 2.2.0...2.3.0

2.2.0

11 Oct 05:59
Compare
Choose a tag to compare
  • Use lazy() collection when getting results from the Export query

Full Changelog: 2.1.0...2.2.0

2.1.0

11 Oct 05:16
Compare
Choose a tag to compare
  • 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

09 Oct 23:21
Compare
Choose a tag to compare

Changed behavior of export formatRow() so we can format exported rows better.

Full Changelog: 1.8.0...2.0.0

1.8.0

13 Aug 03:26
Compare
Choose a tag to compare
  • Add ability to override ExportProcessor's query count for total records

Full Changelog: 1.7.1...1.8.0

1.7.1

25 Jul 03:05
04607b7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.0...1.7.1

1.7.0

06 Jun 02:37
Compare
Choose a tag to compare
  • 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

03 Jun 13:16
Compare
Choose a tag to compare
  • Fix visibility for ImportStopAction

Full Changelog: 1.6.1...1.6.2

1.6.1

03 Jun 11:32
Compare
Choose a tag to compare

Full Changelog: 1.6.0...1.6.1

1.6.0

03 Jun 11:28
Compare
Choose a tag to compare
  • Feat: Add ability to stop imports

Full Changelog: 1.5.0...1.6.0