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:
Current major version
103.3.19 Release
103.3.18 Release
103.3.17 Release
103.3.16 Release
103.3.15 Release
103.3.14 Release
103.3.13 Release
103.3.12 Release
103.3.11 Release
103.3.10 Release
103.3.9 Release
deleted
flag is now propagated for the scoping service feeds for website (scopesWebsite
) and customer group (scopesCustomerGroup
).
103.3.8 Release
103.3.7 Release
103.3.6 Release
103.3.5 Release
ScopeConfig
instance with ServiceConfigInterface
to support different service configurations.
103.3.4 Release
data_sent_outside
event each time data is transmitted from the Commerce instance to a Commerce service
103.3.3 Release
InventoryStockStatus
feed was not saved on retry if product was deleted.
103.3.2 Release
modifiedAt
field was missing from removed entities feeds.
103.3.1 Release
Invalid Template File
message to appear during products feed reindexing when Page Builder is installed.
103.3.0 Release
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_feed
catalog_data_exporter_product_attributes
->cde_product_attributes_feed
catalog_data_exporter_categories
->cde_categories_feed
catalog_data_exporter_product_prices
->cde_product_prices_feed
catalog_data_exporter_product_variants
->cde_product_variants_feed
inventory_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
_cl
suffix. 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
103.2.5 Release
103.2.4 Release
103.2.3 Release
103.2.2 Release
commerce-data-exporter
logs to collect more information and organize by different exporting stages.
103.2.1 Release
- Released updated version.
103.2.0 Release
- Added multi-thread data sync for products and prices.