Release Notes
803.0.10
Released: Nov 2024
Release Highlights
Fix for feed not being generated
Fixed a bug in the 803.0.9
release that caused the Bloomreach Feed to not be generated.
803.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.
803.0.8
Released: Sep 2024
Release Highlights
Updated Bloomreach Feed Plugin to be compatible with Catalog Syndication refactoring
The Self-Managed Commerce 8.3 patch below made some changes that breaks the Bloomreach Feed Plugin:
- 374bf485: Refactored the Catalog Syndication builders to use
AbstractBatchJob
instead of Spring Batch, to address lock wait timeout issues during the build process. (13-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.
803.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.
803.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.
803.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.
803.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.
803.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.
803.0.2
Released: Jun 2024
Release Highlights
Fixed issue with Bloomreach Feed intermittently duplicating and missing product skus in the feed
Spring Batch retrieves values from the projection table in batches, adding limit and offset values for each batch. Since the query to retrieve the projection records was missing an "order by" clause, sometimes the retrieved batch of results was not in the expected order. The required "order by" clause has now been added.
803.0.1
Released: Sep 2022
Release Highlights
Exclude products with future enable dates
Modified the behaviour of the plugin to ensure that products with future start dates are not exported to Bloomreach.
803.0.0
Released: May 2022
Release Highlights
Upgraded to support Elastic Path Commerce 8.3.x
The plugin has been updated to support compatibility with Elastic Path Commerce 8.3.x.