Releases: spryker/data-export
Releases · spryker/data-export
0.1.6
Included commits: 0.1.5...0.1.6
Improvements
- Introduced
DataExportBatchTransfer.limittransfer field. - Introduced
DataExportConfiguration.batchSizetransfer field. - Introduced
DataExportConfiguration.offsettransfer field. - Affected
DataExportFacade::exportDataEntities()with these changes.
0.1.5
Included commits: 0.1.4...0.1.5
Improvements
- Introduced the
OutputStreamDataExportConnectionPluginplugin for writing exported data to stream.
0.1.4
Included commits: 0.1.3...0.1.4
Improvements
- Introduced
DataExportConfigurations.throwExceptiontransfer field. - Adjusted
DataExportFacade::exportDataEntities()to allow for exceptions to be thrown instead of being ignored. - Adjusted
DataExportFacade::exportDataEntities()to log exceptions. - Adjusted
DataExportConsoleconsole command now throws exceptions during the export process with thethrow-exceptionoption.
Adjustments
- Increased
Transfermodule version dependency. - Added
Logmodule dependency.
0.1.3
0.1.2
Included commits: 0.1.1...0.1.2
Improvements
- Adjusted
DataExportLocalWriterin order to return error response if unable to open a file.
0.1.1
0.1.0
Included commits: https://github.com/spryker/data-export/tree/0.1.0
Initial Release
- Introduced the
DataExportService::parseConfiguration()service method that reads data export configuration file and maps configuration toDataExportConfigurationsTransfer. - Introduced the
DataExportService::mergeDataExportConfigurationTransfers()service method that merges twoDataExportConfigurationTransfertransfers into one according to priorities. - Introduced the
DataExportService::resolveDataExportActionConfiguration()service method that merges additional configuration's defaults on the provided action configuration. - Introduced the
DataExportService::write()service method that formats and writes data according to data export configuration. - Introduced the
DataExportService::getFormatExtension()service method that returns file extension according to format configuration in DataExportConfigurationTransfer. - Introduced the
DataExportFacade::exportDataEntities()facade method that runs data export for actions specified in data export configuration. - Introduced the
DataExportConsoleconsole command to run data export according to passed configuration. - Introduced
DataExportReport,DataExportResult,DataExportConfigurations,DataExportConfiguration,DataExportFormatConfiguration,DataExportConnectionConfiguration,DataExportBatch,DataExportFormatResponse,DataExportWriteResponsetransfers.