---
title: "Acquia CMS - November 17, 2022"
date: "2025-09-12T05:57:24+00:00"
summary: "Acquia CMS updates: Telemetry moved to Connector, Common module changes, Search and Tour improvements, and bug fixes."
image:
type: "announcement"
url: "/drupal-starter-kits/release/2022-11-17/78606-acquia-cms-november-17-2022"
id: "c58d5672-0fed-48c0-bcae-983f55de4dd6"
---

### [Acquia CMS Common](https://www.drupal.org/project/acquia_cms_common) [1.5.2](https://www.drupal.org/project/acquia_cms_common/releases/1.5.2)

*   Change The [Acquia Telemetry](https://www.drupal.org/project/acquia_telemetry) module is no longer required for the [Acquia CMS Common](https://www.drupal.org/project/acquia_cms_common) module as the [Acquia Telemetry](https://www.drupal.org/project/acquia_telemetry) features are migrated to the [Acquia Connector](https://www.drupal.org/project/acquia_connector) module.
*   Change The [Acquia Connector](https://www.drupal.org/project/acquia_connector) module has been upgraded to [4.0.0](https://www.drupal.org/project/acquia_connector/releases/4.0.0).
*   Change The [Acquia CMS Common](https://www.drupal.org/project/acquia_cms_common) module is updated to provide the telemetry opt in and opt out feature. A previous version of this feature was used for installing and uninstalling the [Acquia Telemetry](https://www.drupal.org/project/acquia_telemetry) module based on whether the user opted in or out of Acquia Telemetry.
*   Fix Enabling the `acquia_cms_development` module with the [Acquia Connector](https://www.drupal.org/project/acquia_connector) module version [4.0.0](https://www.drupal.org/project/acquia_connector/releases/4.0.0) caused issues.
*   Fix Users could not upgrade to Drupal core 9.5.0 as the patch was not getting applied.

Important

The [Acquia Telemetry](https://www.drupal.org/project/acquia_telemetry) features are migrated to [Acquia Connector](https://www.drupal.org/project/acquia_connector). Therefore, it is mandatory for developers to uninstall the [Acquia Telemetry](https://www.drupal.org/project/acquia_telemetry) module by running `drush updb`. The [Acquia Telemetry](https://www.drupal.org/project/acquia_telemetry) dependency will be removed from the composer.json file for the next release of the [Acquia CMS Common](https://www.drupal.org/project/acquia_cms_common) module.

### [Acquia CMS Search](https://www.drupal.org/project/acquia_cms_search) [1.4.3](https://www.drupal.org/project/acquia_cms_search/releases/1.4.3)

*   Change The acquia\_connector section on the Tour page is enhanced to provide the opt in and opt out feature. Previously, this feature was available through the acquia\_telemetry section, which is deprecated.

### [Acquia CMS Tour](https://www.drupal.org/project/acquia_cms_tour) [2.1.1](https://www.drupal.org/project/acquia_cms_tour/releases/2.1.1) and [1.3.4](https://www.drupal.org/project/acquia_cms_tour/releases/1.3.4)

*   Change The acquia\_telemetry section on the Tour page is removed and the telemetry-related configuration is moved under the acquia\_connector section.
*   Change PHPUnit tests are updated to verify the preceding change.