Skip to content

Releases: CoreProc/nova-data-sync

3.0.2

15 Oct 05:54
087f50c

Choose a tag to compare

  • Update connection handling in BulkImportProcessor to ensure landlord connection remains stable in multi-tenant setups.

Full Changelog: 3.0.1...3.0.2

2.4.2

15 Oct 05:32
f9a2731

Choose a tag to compare

  • Update connection handling in BulkImportProcessor to ensure landlord connection remains stable in multi-tenant setups.

Full Changelog: 2.4.1...2.4.2

3.0.1

14 Oct 08:08
8e1f223

Choose a tag to compare

  • Ensure fresh database connection for batch dispatch in multi-tenant environments.

Full Changelog: 3.0.0...3.0.1

2.4.1

14 Oct 08:16
4ce89e4

Choose a tag to compare

  • Added logic to ensure a fresh database connection for batch dispatch in multi-tenant environments.

Full Changelog: 2.4.0...2.4.1

3.0.0

28 Feb 07:42

Choose a tag to compare

  • Update to support Nova 5

2.4.0

10 Feb 10:57
6000326

Choose a tag to compare

What's Changed

  • Update the status of the export when the batch has been cancelled by @myraoliveros-cp in #7

Full Changelog: 2.3.0...2.4.0

2.3.0

16 Oct 04:56

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

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

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

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