Skip to content

Releases: CoreProc/nova-data-sync

3.0.2

Choose a tag to compare

@chrisbjr chrisbjr released this 15 Oct 05:54
087f50c
  • 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

Choose a tag to compare

@chrisbjr chrisbjr released this 15 Oct 05:32
f9a2731
  • 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

Choose a tag to compare

@chrisbjr chrisbjr released this 14 Oct 08:08
8e1f223
  • Ensure fresh database connection for batch dispatch in multi-tenant environments.

Full Changelog: 3.0.0...3.0.1

2.4.1

Choose a tag to compare

@chrisbjr chrisbjr released this 14 Oct 08:16
4ce89e4
  • 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

Choose a tag to compare

@chrisbjr chrisbjr released this 28 Feb 07:42
  • Update to support Nova 5

2.4.0

Choose a tag to compare

@chrisbjr chrisbjr released this 10 Feb 10:57
6000326

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

Choose a tag to compare

@chrisbjr chrisbjr released this 16 Oct 04:56
  • Add ExportStartedEvent and ExportCompletedEvent
  • Add ability to override filename of ExportProcessor using name()

Full Changelog: 2.2.0...2.3.0

2.2.0

Choose a tag to compare

@chrisbjr chrisbjr released this 11 Oct 05:59
  • Use lazy() collection when getting results from the Export query

Full Changelog: 2.1.0...2.2.0

2.1.0

Choose a tag to compare

@chrisbjr chrisbjr released this 11 Oct 05:16
  • 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

Choose a tag to compare

@chrisbjr chrisbjr released this 09 Oct 23:21

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

Full Changelog: 1.8.0...2.0.0