---
title: "Site Factory 2.87 - March 27, 2019"
date: "2025-09-12T05:57:24+00:00"
summary: "Site Factory 2.87 update: API key regeneration, improved release notifications, and critical bug fixes for Drupal sites."
image:
type: "announcement"
url: "/site-factory/release/2019-03-27/80581-site-factory-287-march-27-2019"
id: "6277e72f-d55c-4b5c-a362-4dee8c3692d5"
---

*   Feature You can now regenerate a single user’s API key, or all REST API keys for an environment, using either the Site Factory Management Console or with Site Factory API endpoints. [Learn more](/site-factory/extend/api/resetkeys).
*   Change If a release fails, Site Factory emails the user who initiated the release.
*   Change If the release process cannot determine the version of the [Site Factory Connector module](https://www.drupal.org/project/acsf), the release process fails.
*   Change For Drupal 7 websites, `sites.php` and `settings.php` Site Factory [hooks](/site-factory/extend/hooks) are now always included when reading the `sites.php` file. Websites using these hooks should use functions like `include_once` and `require_once` to prevent multiple reads of these hooks from causing unexpected behavior.
*   Fix Staging operations and website update tasks failed in some staging environments when using version 8.52 or 7.52 of the [Site Factory Connector module](https://www.drupal.org/project/acsf).
*   Fix The Site Factory Management Console displayed warnings about outdated versions of the Site Factory module for all Drupal core versions instead of the currently-installed Drupal core version.
*   Fix Releases lacking required changes to `.htaccess` were not blocked for Drupal 8 codebases containing Drush 9, causing a delay in changes to domains.
*   Fix Sitegroup data synchronization during single-site staging failed when the group contained many members or websites.
*   Fix Drush commands containing a `--uri` argument ending in a forward slash failed to locate a website.
*   Fix PHP scripts provided by modules using Drupal’s bootstrap process failed to locate a website when using version 8.52 or 7.52 of the [Site Factory Connector module](https://www.drupal.org/project/acsf). These scripts remain incompatible with path-based domains.