SaaS Data Export Extension Release Notes
These release notes describe the latest versions of the SaaS data export extension. Support is provided for the current major released version. Release notes for older versions are provided for reference.
Updates include:
2026 Releases
103.4.21 Release
April 2, 2026
103.4.20 Release
March 5, 2026
103.4.19 Release
February 6, 2026
di:compile command failed on PHP 8.5. The compilation process now completes successfully, ensuring compatibility with the latest PHP version.
103.4.18 Release
February 2, 2026
items_limit_exceeded errors when syncing data to Commerce services or Adobe Commerce Optimizer.
103.4.17 Release
January 5, 2026
magento/module-data-exporter) to remove the magento/module-analytics dependency, which is no longer required.
Older releases
103.4.16 Release
November 24, 2025
Update On Schedule mode during setup or upgrade due to missing ActionInterface implementations in multiple indexers. This fix ensures successful extension installation and upgrade without encountering indexer-related errors.
103.4.15 Release
October 22, 2025
103.4.14 Release
October 10, 2025
cde_product_overrides_feed_cl table is missing. The fix ensures stable reindexing and prevents job failures related to this table in multi-tenant environments.
103.4.13 Release
September 24, 2025
103.4.12 Release
September 18, 2025
103.4.11 Release
August 29, 2025
Added support for additional product attributes to include tax class, attribute set, and inventory data from Commerce product configurations in the product feed. Customers that want to include these attributes in product export feeds must add the Extra Product Attributes module to their Adobe Commerce project. See Add tax class, attribute set, and inventory attributes.
103.4.10 Release
August 18, 2025
text instead of OBJECT) was returned for some dynamically created attributes . Now, the correct type information is consistently returned, eliminating the need for manual resyncs or workarounds.
103.4.9 Release
August 13, 2025
103.4.8 Release
August 6, 2025
lowStock=true status when using Inventory Management (Multi-source Inventory Management) with threshold configuration. This issue has been fixed to ensure accurate low stock reporting.
103.4.7 Release
July 22, 2025
103.4.6 Release
June 20, 2025
ac_downloadable attribute for use with Adobe Commerce Optimizer.
103.4.5 Release
May 27, 2025
giftcard product type. In the data feed, Gift card products are exported as simple products with the product attribute type ac_giftcard.
103.4.4 Release
May 15, 2025
cleanup-feed argument is added to the saas:resync CLI command. The --cleanup-feed option should be used cautiously and only in specific scenarios like after environment cleanup or with the --dry-run option. Using it in other cases can lead to data loss and sync issues.
x-request-id from the server response for improved traceability.
103.4.3 Release
April 22, 2025
103.4.2 Release
April 16, 2025
saas-export.log when running the test resynchronization using the saas:resync --dry-run command with the EXPORTER_EXTENDED_LOG=1 environment variable.
103.4.1 Release
April 10, 2025
103.4.0 Release
March 31, 2025
103.3.21 Release
March 11, 2025
products, productOverrides, and productAttributes feeds based on a specified list of product SKUs. Use the new functionality by adding the --by-ids option to the resync CLI command:
bin/magento saas:resync --feed=<FEED_NAME> --by-ids='<SKU1>,<SKU2>,<SKU3>
103.3.20 Release
February 28, 2025
BulkException errors in the cron.log by improving messaging for errors related to Catalog Data Export cron job failures.
103.3.19 Release
February 13, 2025
103.3.18 Release
January 28, 2025
103.3.17 Release
January 20, 2025
103.3.16 Release
January 6, 2025
103.3.15 Release
December 12, 2024
103.3.14 Release
October 8, 2024
103.3.13 Release
October 1, 2024
103.3.12 Release
September 25, 2024
103.3.11 Release
September 9, 2024
103.3.10 Release
August 26, 2024
103.3.9 Release
July 22, 2024
deleted flag is now propagated for the scoping service feeds for website (scopesWebsite) and customer group (scopesCustomerGroup).
103.3.8 Release
July 17, 2024
103.3.7 Release
June 25, 2024
103.3.6 Release
June 20, 2024
103.3.5 Release
June 5, 2024
ScopeConfig instance with ServiceConfigInterface to support different service configurations.
103.3.4 Release
May 31, 2024
data_sent_outside event each time data is transmitted from the Commerce instance to a Commerce service.
103.3.3 Release
May 21, 2024
InventoryStockStatus feed was not saved on retry if product was deleted.
103.3.2 Release
May 14, 2024
modifiedAt field was missing from removed entities feeds.
103.3.1 Release
May 8, 2024
Invalid Template File message to appear during products feed reindexing when Page Builder is installed.
103.3.0 Release
April 30, 2024
id, source_entity_id, feed_id, modified_at, is_deleted, status, feed_data, feed_hash, errors
*_feed_resend_failed_items.
-
feed tables (and indexer view IDs):
catalog_data_exporter_products->cde_products_feedcatalog_data_exporter_product_attributes->cde_product_attributes_feedcatalog_data_exporter_categories->cde_categories_feedcatalog_data_exporter_product_prices->cde_product_prices_feedcatalog_data_exporter_product_variants->cde_product_variants_feedinventory_data_exporter_stock_status->inventory_data_exporter_stock_status_feed
-
change log table names - Follows the same naming pattern as the feed tables but change log table names add a
_clsuffix. For examplecatalog_data_exporter_products_cl->cde-products_feed_cl
If you have custom code that references any of these entities, update the references with the new names to ensure that your code continues to function correctly.
modified_at field in feed data only for feeds that require it.
productAttributes query to retrieve only product attributes.
103.2.6 Release
April 23, 2024
103.2.5 Release
April 19, 2024
103.2.4 Release
April 12, 2024
103.2.3 Release
April 3, 2024
103.2.2 Release
March 14, 2024
commerce-data-exporter logs to collect more information and organize by different exporting stages.
103.2.1 Release
March 5, 2024
- Released updated version.
103.2.0 Release
February 21, 2024
- Added multi-thread data sync for products and prices.