Releases: CoreProc/nova-data-sync
Releases · CoreProc/nova-data-sync
3.0.2
2.4.2
- 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
- Ensure fresh database connection for batch dispatch in multi-tenant environments.
Full Changelog: 3.0.0...3.0.1
2.4.1
- 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
2.4.0
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
- Add ExportStartedEvent and ExportCompletedEvent
- Add ability to override filename of ExportProcessor using
name()
Full Changelog: 2.2.0...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
ExportProcessornow 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