Title: Changelog: VIP MU plugins [Production] · Page 35 of 40 · WordPress VIP Documentation

---

 1. [Changelog](https://docs.wpvip.com/changelog/)
 2. VIP MU plugins [Production]

#  Changelog: VIP MU plugins [Production]

The release window for [VIP MU plugins](https://docs.wpvip.com/vip-go-mu-plugins/)
is currently Tuesdays between 08:00 and 22:00 UTC (09:00 and 23:00 UTC when Daylight
Saving Time is in effect in North America). VIP MU plugins is open source and development
can be followed in [the VIP MU plugins GitHub repository](https://github.com/Automattic/vip-go-mu-plugins/).

 [ RSS  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/feed/)

 Search

Showing page 35 of 40

 18 March 2021

10:00:39 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-http-concat/)

Replaces http header for concatanated javascript files from `application/x-javascript`
to `application/javascript`.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2022](https://github.com/Automattic/vip-go-mu-plugins/pull/2022)

 18 March 2021

10:00:35 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-search-12/)

Adds a locking mechanism to `wp vip-search health validate-contents` command. This
makes sure that there is only one validation happening at one time. This will enable
to make this into automated check in the future as well as avoid potential race 
condition issues with self-healing if differences.

[https://github.com/Automattic/vip-go-mu-plugins/pull/1990](https://github.com/Automattic/vip-go-mu-plugins/pull/1990)

 16 March 2021

19:14:54 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/search-enable-index-settings-monitoring-for-all-sites/)

Enables the automatic monitoring of inconsistent index settings for all sites (previously
limited to 25%).

[https://github.com/Automattic/vip-go-mu-plugins/pull/2030](https://github.com/Automattic/vip-go-mu-plugins/pull/2030)

 16 March 2021

19:14:04 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/search-add-auto-updating-of-index-settings/)

This change adds support for automatically updating an index’s settings to match
the desired state, enabled on only a subset of sites. This provides the ability 
to easily control index settings both per-site and across the VIP platform.

NOTE – this is currently not enabled on any sites.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2023](https://github.com/Automattic/vip-go-mu-plugins/pull/2023)

 16 March 2021

19:10:54 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/update-wp-memcached-in-drop-ins/)

Update the reference to the wp-memcached submodule to the version running in production(
v3.2.2)

[https://github.com/Automattic/vip-go-mu-plugins/pull/2006](https://github.com/Automattic/vip-go-mu-plugins/pull/2006)

 16 March 2021

19:08:08 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/include-sitewide-plugins-in-site-details/)

We keep improving the site details data we are gathering from all sites to have 
more information about multiple runtime variables. This time, we are including the
list of plugins enabled sitewide on multisite installations, as we were only considering
plugins enabled locally for a site.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2025](https://github.com/Automattic/vip-go-mu-plugins/pull/2025)

 16 March 2021

19:07:17 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/cli-utf8mb4-convertion/)

We updated the way the latin1 -> utf8mb4 conversion command retrieves the current
DB name to utilize this command on more environments.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2028](https://github.com/Automattic/vip-go-mu-plugins/pull/2028)

 16 March 2021

19:06:07 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/update-improve-login-rate-limiting/)

Adds additional sanitization of the username/email during login attempts to normalize
the value and ensure more accurate rate limiting.

https://github.com/Automattic/vip-go-mu-plugins/pull/2016

 16 March 2021

19:03:52 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/feature-enable-logged-out-debug-mode-for-local-envs/)

Enables Debug mode when `WP_ENVIRONMENT_TYPE`is defined and set to `local`:

    ```
    define( 'WP_ENVIRONMENT_TYPE', 'local' );
    ```

[https://github.com/Automattic/vip-go-mu-plugins/pull/2005](https://github.com/Automattic/vip-go-mu-plugins/pull/2005)

#local-development, #mu-plugins

 16 March 2021

19:02:02 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/update-add-monitoring-of-search-index-settings/)

This change adds a new task to Search’s health cron job that detects and reports
any discrepancies between the desired and actual settings for each index.

[https://github.com/Automattic/vip-go-mu-plugins/pull/1985](https://github.com/Automattic/vip-go-mu-plugins/pull/1985)

 16 March 2021

18:19:03 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-jetpack-9-5-2/)

We have upgraded Jetpack to the last patch version 9.5.2. There are just a few bugfixes
and improvements, as you can read [here](https://github.com/Automattic/jetpack-production/releases/tag/9.5.2).

[https://github.com/Automattic/vip-go-mu-plugins/pull/2032](https://github.com/Automattic/vip-go-mu-plugins/pull/2032)

 09 March 2021

16:23:11 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/search-update-elasticpress/)

This updates the ElasticPress submodule to [da9e58e](https://github.com/Automattic/ElasticPress/commit/da9e58e74d08d2e9c4ff5ecdec43cb8144bc019e),
which adds utility functions for getting and updating an index’s settings.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2021](https://github.com/Automattic/vip-go-mu-plugins/pull/2021)

 09 March 2021

16:23:01 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/search-fix-the-issue-raised-when-trying-to-randomly-determine-elasticsearch-host-but-no-hosts-available/)

PHP `array_rand()` functions require a non-empty array, and it will raise a PHP 
warning in PHP 7.1-7.4 and a fatal error in PHP 8 in the case the array is empty.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2019](https://github.com/Automattic/vip-go-mu-plugins/pull/2019)

 09 March 2021

16:22:57 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-akismet/)

Update Akismet to 4.1.9

[https://github.com/Automattic/vip-go-mu-plugins/pull/2009](https://github.com/Automattic/vip-go-mu-plugins/pull/2009)

 09 March 2021

16:22:52 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/handle-potential-race-conditions-around-notoptions/)

There is a possibility in the core that if a notoptions are being updated at the
same time, a change could be rewritten.
 This would then result in option being 
stored in DB but also marked as non-existing in notoptions making further attempts
to add such option always fail without removing the options from the list of non-
existing options.

We have deployed a fix for this over a week ago but decided to do 2 phase deployment.
The first phase was all non-prod environments. As we did not see any negative effects
of this change we will roll it out to prod environments with this change.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2015](https://github.com/Automattic/vip-go-mu-plugins/pull/2015)

 04 March 2021

23:28:56 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-search-11/)

In some cases hooks for setting per-site values for Search settings were not getting
applied. By applying Search settings much later on the `after_setup_theme` hook,
we make it much easier and more reliable to capture per-site settings.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2013](https://github.com/Automattic/vip-go-mu-plugins/pull/2013)

 04 March 2021

20:07:34 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/bug-fix-fixed-an-issue-where-wpcom_vip_top_posts_array-was-not-always-returning-the-correct-amount-of-posts/)

Previously, it was possible for our requests to return cached results with the wrong
number of posts. This has been rectified.

[https://github.com/Automattic/vip-go-mu-plugins/pull/1998](https://github.com/Automattic/vip-go-mu-plugins/pull/1998)

 02 March 2021

19:37:24 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-jetpack-9-5/)

We have upgraded the Jetpack 9.5 subtree to contain the final Jetpack 9.5 release.
This will be set as the default for all unpinned sites on Thursday 4th.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2008](https://github.com/Automattic/vip-go-mu-plugins/pull/2008)

 02 March 2021

19:37:21 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/plugin-updated-search-10/)

This change enables compression on HTTP requests towards Elasticsearch.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2004](https://github.com/Automattic/vip-go-mu-plugins/pull/2004)

 02 March 2021

19:37:18 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/integration-jetpack-connection-pilot/)

Jetpack Connection Pilot is an internal system that allows us to better monitor 
the state of Jetpack connections and quickly address any issues.

### Feature lib updates.

Minor updates to our internal library that we use for partial rollouts of new features
to increase our engineering work velocity.

[https://github.com/Automattic/vip-go-mu-plugins/pull/2002](https://github.com/Automattic/vip-go-mu-plugins/pull/2002)

---

 *  [Previous](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/34/?output_format=md)
 *  [Page 1](https://docs.wpvip.com/changelog/vip-mu-plugins-production/?output_format=md)
 *  …
 *  [Page 32](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/32/?output_format=md)
 *  [Page 33](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/33/?output_format=md)
 *  [Page 34](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/34/?output_format=md)
 *  Page 35
 *  [Page 36](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/36/?output_format=md)
 *  [Page 37](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/37/?output_format=md)
 *  [Page 38](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/38/?output_format=md)
 *  …
 *  [Page 40](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/40/?output_format=md)
 *  [Next](https://docs.wpvip.com/changelog/vip-mu-plugins-production/page/36/?output_format=md)