Release Notes
806.0.8
Released: Jun 2025
Release Highlights
Changed default Bloomreach SFTP upload folder and added a setting to allow it to be overridden
Changed the default Bloomreach SFTP upload folder from feed to `` (root folder). Also added a new COMMERCE/SYSTEM/PLUGIN/BLOOMREACH/sftpFolder setting that allows teams to override the default upload folder.
806.0.7
Released: Jun 2025
Release Highlights
Changed default Bloomreach SFTP host
Changed the default Bloomreach SFTP host from ftp.bloomreach.com to sftp.connect.bloomreach.com. Bloomreach has instructed all customers to use this new host.
Added missing super.configure() call in classes extending CRSCRouteBuilder
A recent Self-Managed Commerce patch now throws an exception if a class extends CRSCRouteBuilder and does not call super.configure() in the configure() method. The Bloomreach Feed plugin CatalogBatchPluginMessageRoute and CatalogBatchSendFileRoute classes did not make this call, so this change has been added to the plugin.
806.0.6
Released: Feb 2025
Release Highlights
Added setting to control if pricing is included in the feed
Added a new COMMERCE/SYSTEM/PLUGIN/BLOOMREACH/includePricing setting that allows teams to specify if pricing should be determined during the export and included in the feed.
Defaults to true if not specified. If set to false, the PRICE_* columns are included, but all values will be empty.
806.0.5
Released: Jan 2025
Release Highlights
Camel upgraded to 3.21.5
Upgraded Camel from 3.14.6 to 3.21.5.
806.0.4
Released: Nov 2024
Release Highlights
Fix for feed not being generated
Fixed a bug in the 806.0.3 release that caused the Bloomreach Feed to not be generated.
806.0.3
Released: Nov 2024
Release Highlights
Fix for "writer must be open" error
Fixed an issue where the Bloomreach Feed Plugin would fail with a writer must be open error after the first execution. The issue was caused by some missing cleanup in the OfferDtoWriter#close method.
806.0.2
Released: Sep 2024
Release Highlights
Updated Bloomreach Feed Plugin to be compatible with Catalog Syndication refactoring
The Self-Managed Commerce 8.6 patch below made some changes that breaks the Bloomreach Feed Plugin:
- 527cfd95: Refactored the Catalog Syndication builders to use
AbstractBatchJobinstead of Spring Batch, to address lock wait timeout issues during the build process. (11-Sep-2024)
The changes in this version make the Bloomreach Feed Plugin compatible with these changes, which now use AbstractBatchJob instead of Spring Batch to generate the feed.
806.0.1
Released: Aug 2024
Release Highlights
Fixed NullPointerException that can occur if a product sku is deleted from the database
Fixed an issue where a NullPointerException could occur during Bloomreach Feed generation if a product sku was recently deleted from the database.
806.0.0
Released: Aug 2024
Release Highlights
Upgraded to support Elastic Path Commerce 8.6.x
The plugin has been updated to support compatibility with Elastic Path Commerce 8.6.x.