--- title: February 12, 2021 release (5.0.900.5) slug: '3445' canonical_url: https://docs.coveo.com/en/3445/ collection: coveo-for-sitecore-v5 source_format: adoc --- # February 12, 2021 release (5.0.900.5) > **Important** > > Per the Coveo [Version Support Lifecycle policy](https://docs.coveo.com/en/1485/), this Coveo for Sitecore 5 release has reached end of support. > See [available Coveo for Sitecore releases](https://docs.coveo.com/en/2274/). > > Even if this release is no longer supported, you must still perform some of its [upgrade steps](#upgrade-steps) to [upgrade to a more recent version](https://docs.coveo.com/en/2155#multi-release-upgrade) of Coveo for Sitecore. > Even if this release is no longer supported, you must still perform some of its upgrade steps to [upgrade to a more recent version](https://docs.coveo.com/en/2155#multi-release-upgrade) of Coveo for Sitecore.
This release includes the 2.10081.5 version of the JavaScript Search Framework (see October 2020 Release (v2.10081)).
When using a CDN with the Coveo Hive framework, this release includes the latest 2.10081 version of the JavaScript Search Framework (see Choosing between local and CDN Coveo JavaScript resource files).
This section summarizes the new features and fixed support cases introduced in the Coveo for Sitecore February 12, 2021 release (5.0.900.5).
> **Important** > > Coveo Hive search interfaces now perform front-end calls through the [reverse proxy](https://docs.coveo.com/en/3401/) to generate search tokens, even when you disable the proxy. > [Caching reverse proxy endpoint responses](https://docs.coveo.com/en/n74a0288/) may cause issues.| Identifier | Enhancement |
|---|---|
| SC-3654 | Added a new processor to clean the content of an HTML page before sending it to the index, based on CSS simple selectors. |
| SC-3899 | Improved the performance of the Coveo organization selection dropdown menu using paginated calls. |
| SC-4722 | Added support for Coveo JavaScript Search Framework version 2.10081. |
| SC-4722 | Made the displaySearchOnTop and displaySearchButton JavaScript Framework component options available in the Coveo Category Facet rendering data source. |
| SC-4751 | Rebranded the Command Center, Control Panel and Diagnostic Package to reflect the new Coveo visual identity. |
| Identifier | Case | Fixed Support Case |
|---|---|---|
| SC-4721 | 00064528 | Fixed the failing calls when trying to send pagerNumber events to Sitecore analytics. |
| Identifier | Bug Fix |
|---|---|
| SC-4717 | Fixed issue with the Australian flag not being displayed in Command Center dropdown menus. |
| SC-4719 | Fixed issue with errors being logged when source creation is disabled and Sitecore user credentials are empty. |
| SC-4720 | Fixed </coveo> location issue in Sitecore 8.1 Coveo.SearchProvider.Custom.config file. |
| SC-4728 | Fixed issue where the ClientSessionWrapper is reusing the same instance of IHttpClient. |
| SC-4771 | Fixed issue where endpoint attributes were not visible in Swagger on the configure call of the API. |
This section describes how to upgrade Coveo for Sitecore from December 11, 2020 (5.0.858.1) to February 12, 2021 (5.0.900.5). If you're upgrading over multiple versions, Coveo has a procedure to streamline the process.
| For the best Coveo for Sitecore experience, always follow the Leading Practices When Upgrading Coveo for Sitecore. |
| Make sure the Microsoft MVC security update MS14-059 is installed on every Sitecore host in your environment.. |
When prompted to overwrite items, select Overwrite, then click Apply to all.
Note 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.

The Coveo configuration files are located in the App_Config\Include\Coveo folder. When upgrading, you must compare the changes to the .example files from your current Coveo for Sitecore version with the ones in the build you're upgrading to. Then, you can merge these changes into your current configuration files. This method lets you keep your customization intact, while still benefiting from the latest enhancements brought in the product. You can use a merge tool such as WinMerge to accomplish this.
In further detail, here are the modifications that you must perform to the configuration files resulting from the feature changes between the previous and current Coveo for Sitecore releases:
Sitecore 8.1
The closing </coveo> tag location has changed. It's now located immediately before the opening <contentSearch> tag, as shown below.
</coveo>
<contentSearch>
Apply these changes in your configuration.
The CleanHtml processor configuration will be kept if existing. However, we strongly recommend to move to the new CleanHtmlWithSimpleSelectors, which offers an easier way to clean HTML content by using simple CSS selectors.
You can move to the new processor by changing your indexing options in the Command Center. Disable and enable again the Index rendered HTML option. The new processor will then be activated.
The new processor comes with the default selector .coveo-no-index. It's also possible to customize the list of selectors that the processor uses to clean HTML content.
This version of Coveo for Sitecore adds support for the recently added displaySearchOnTop and displaySearchButton Coveo JavaScript Search Framework component options. For more details on these options and how to leverage them, see Coveo Category Facet - Data Source Options.
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.