February 15, 2023 release (5.0.1202.1)
February 15, 2023 release (5.0.1202.1)
This release includes the 2.10099.2 version of the JavaScript Search Framework (see JavaScript Search Framework Release Notes).
When using a CDN with the Coveo Hive framework, this release includes the latest 2.10099 version of the JavaScript Search Framework (see Understand how Coveo for Sitecore loads the Coveo JavaScript files (CDN)).
Downloads
This section provides build 5.0.1202.1 download links for all supported versions of Sitecore. Download and install the Coveo for Sitecore package that matches your version of Sitecore (see Install).
To insert Coveo components in your SXA pages, download and install both the Coveo for Sitecore package and the SXA UI Components package (see Install Coveo for Sitecore SXA components).
If you want to upgrade your version of Coveo for Sitecore 5 to this release, follow the upgrade procedure (see Upgrade steps).
For the simultaneous deployment of Sitecore 9.1/10.0+ and Coveo for Sitecore on Azure, download the corresponding WDP package and the coveoforsitecore-module.json file (see Install alongside Sitecore in Azure PaaS).
Coveo for Sitecore | SXA UI components |
---|---|
Sitecore
10.3 /
(WDP) |
SXA
10.3 /
(WDP) |
Release notes
This section summarizes the new features and fixed support cases introduced in the Coveo for Sitecore February 15, 2023 release (5.0.1202.1).
Coveo Hive search interfaces now perform front-end calls through the Coveo REST endpoint proxy to generate search tokens.
Caching |
Coveo has ended support for Sitecore 8 versions. Sitecore’s extended support end date for these versions was December 31, 2022. |
New features and enhancements
Issue number | Description |
---|---|
WEB-6076 |
Added support for Sitecore 10.3 initial release. |
Bug fixes
Issue number | Description |
---|---|
WEB-5892 |
Removed Experience Editor and log warnings when a custom dictionary overrides an out-of-the-box dictionary entry. |
WEB-5896 |
Fixed issue with |
WEB-5916 |
Changed the facet data source |
WEB-6030 |
Fixed issue where a Sitecore source would always display as Rebuilding when the Sitecore instance shuts down or restarts. |
Maintenance cases
Issue number | Case | Description |
---|---|---|
WEB-5876 |
00089140 |
Updated all references of |
WEB-5900 |
00089647 |
Optimized use of the cached version of the Coveo license when users are created or updated in Sitecore. |
WEB-6024 |
00090944 |
Fixed Command Center field inclusion issue in Sitecore 10.1 and higher instances. |
WEB-6081 |
00093476 |
Fixed issue with searches for |
Upgrade steps
This section describes how to upgrade Coveo for Sitecore from August 15, 2022 (5.0.1153.1) to February 15, 2023 (5.0.1202.1). If you’re upgrading over multiple versions, Coveo has a procedure to streamline the process.
See Leading practices when upgrading Coveo for Sitecore and Upgrade Sitecore with Coveo for Sitecore to ensure successful upgrades. |
Step 1: Upgrade Coveo for Sitecore
Make sure the Microsoft MVC security update MS14-059 is installed on every Sitecore host in your environment. |
-
Log into the Sitecore Desktop.
-
Access the Installation Wizard (Sitecore Start Menu > Development Tools > Installation Wizard).
-
Upload and install the Coveo for Sitecore 5.0.1202.1 package built for the specific version of Sitecore you’re running (for example, Sitecore 10.2). You can find it in Downloads.
-
When prompted to overwrite files, click Yes to all.
-
When prompted to overwrite items, select Overwrite, then click Apply to all.
You might be prompted twice with this question. Select the Overwrite option and click Apply to all both times.
-
Once the installation is completed, make sure that you restart both the Sitecore client and server.
Step 2: Publish your site
In the Sitecore Content Editor, perform a publish site action.
This ensures any changes related to Coveo components in the upgrade are published to the web
database.
⚠️Step 3: Adjust uses of Coveo for Sitecore codebase methods
Note the following changes that were made in the Coveo for Sitecore codebase:
-
Coveo.CloudPlatformClientBase.CloudPlatformClient.IsSecurityProviderCreationAllowed
This method was removed from the codebase.
-
Coveo.AbstractLayer.Security.PermissionsProviderFactory.CreateProvider
The signature of this method was changed. It now only accepts one argument of type
SecurityConfiguration
.
If you’re using these methods in your code, make the necessary adjustments.