Skip to content

Latest commit

 

History

History
75 lines (37 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

75 lines (37 loc) · 2.59 KB

The version number format is vMajor.Minor.Patch where:

  • Major is incremented for the major version when the connector is adjusted to support a new version of SAP Commerce Cloud.

  • Minor is incremented when a breaking change is introduced.

  • Patch is incremented for each non-breaking change.

Next to each version number, you can see if the version is required or recommended.

  • $${\color{red}required}$$ urges upgrade to avoid potential issues with catalog data in Coveo.

  • $${\color{green}recommended}$$ suggests upgrading as soon as possible to benefit from new features.

Change log

v3.4.0 (2025-1-xx) $${\color{red}required}$$

  • Added example on how to configure index batch size and concurrency

  • Implemented changes required to upgraded connector for use with SAP Commerce 2211.32

v3.3.1 (2024-11-12) $${\color{green}recommended}$$

  • Added support for regional language ISO codes.

  • Added support for pushing products to country-specific sources.

v3.3.0 (2024-11-12) $${\color{green}recommended}$$

  • Remove the searchhub parameter from the Coveo search token endpoint.

v3.2.0 (2024-11-5) $${\color{green}recommended}$$

  • Add improved logging for indexing process.

  • Change the coveoProductCategoryHierarchy value provider to format the data in line with Coveo best practice.

  • For attributes of a document that have no value, no value is pushed to the index instead of an empty string.

v3.1.4 (2024-08-27) $${\color{red}required}$$

  • Fix a bug in a unit test that used data that wasn't available without an internal extension.

v3.1.3 (2024-08-09) $${\color{green}recommended}$$

  • Add the Coveo Push API client 2.6.1 directly to the connector.

  • Add the ServicelayerJobs to both default indexing processes, full and incremental.

v3.1.2 (2024-05-01) $${\color{green}recommended}$$

v3.1.1 (2024-04-25) $${\color{green}recommended}$$

  • Add the User-Agent header to requests.

  • Add dictionary field support.

3.1.0 (2024-03-14) $${\color{green}recommended}$$

  • Add multi-source support, allowing you to push data to:

    • a product and availability source.

    • different sources based on locales (language, country, and currency).

3.0.0 (2024-03-07) $${\color{red}required}$$

  • Add support for SAP Commerce Cloud 2211 and later.

  • Add a single source push capability.