Release Notes
802.0.10
Released: Nov 2024
Release Highlights
Fix for feed not being generated
Fixed a bug in the 802.0.9
release that caused the Bloomreach Feed to not be generated.
802.0.9
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.
802.0.8
Released: Sep 2024
Release Highlights
Updated Bloomreach Feed Plugin to be compatible with Catalog Syndication refactoring
The Self-Managed Commerce 8.2 patch below made some changes that breaks the Bloomreach Feed Plugin:
- 8a1cbcf0: Refactored the Catalog Syndication builders to use
AbstractBatchJob
instead of Spring Batch, to address lock wait timeout issues during the build process. (19-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.
802.0.7
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.
802.0.6
Released: Jul 2024
Release Highlights
Fixed issue where Bloomreach settings were ignoring values set in the setting context table
When the setting values were read, the "default" value was being used, even if there was a setting context record overriding that value.
802.0.5
Released: Jun 2024
Release Highlights
COMMERCE/SYSTEM/PLUGIN/BLOOMREACH/stores
Fixed case sensitivity issue with The values from the COMMERCE/SYSTEM/PLUGIN/BLOOMREACH/stores
setting used by the Bloomreach plugin to determine which stores should be exported were treated as case sensitive. It has now been changed to case insensitive, meaning that configured store codes are exported regardless of what case is specified in the setting value.
802.0.4
Released: Jun 2024
Release Highlights
COMMERCE/SYSTEM/PLUGIN/BLOOMREACH/delimiterInColumn
and COMMERCE/SYSTEM/PLUGIN/BLOOMREACH/crumbDelimiter
where not working
Fixed issue where the default values for The configuration documentation indicates default values for these fields, but if the properties were not set, the plugin would throw an exception and fail to generate the feed. This has now been fixed so that the defaults work as expected.
802.0.3
Released: Jun 2024
Release Highlights
COMMERCE/SYSTEM/PLUGIN/BLOOMREACH/delimiterInColumn
and COMMERCE/SYSTEM/PLUGIN/BLOOMREACH/crumbDelimiter
where not working
Fixed issue where the default values for The configuration documentation indicates default values for these fields, but if the properties were not set, the plugin would throw an exception and fail to generate the feed. This has now been fixed so that the defaults work as expected.
802.0.2
Released: Feb 2023
Release Highlights
Upgraded camel from version 2.23.4 to 2.25.3
This change is to align with the new Camel version used in Elastic Path Commerce 8.2 after this patch is applied:
- a1adda5a: Upgraded camel from version 2.23.4 to 2.25.3 which transitively upgrades woodstox from version 5.1.0 to 5.3.0. (3-Nov-2022)
802.0.1
Released: May 2022
Release Highlights
Upgraded to support Elastic Path Commerce 8.2.x
The plugin has been updated to support compatibility with Elastic Path Commerce 8.2.x.