Skip to content

VIP Platform Changelog

The VIP Platform Changelog includes updates made to the functionality and behavior of the platform's tooling (i.e. VIP Dashboard, VIP-CLI), VIP MU plugins, VIP File System, caching layers, and other underlying architecture and software.

Showing page 54 of 57

RSS 
11 February 2021

23:58:35 GMT+0000

This change skips count validation on indexes that have no documents – these are assumed uninitialized. This results in a special line in the CLI initiated report:

$ wp vip-search health validate-counts
Validating post count

✅ no inconsistencies found when counting entity: post, type: post, index_version: 2 - (DB: 5, ES: 5, Diff: 0)
✅ no inconsistencies found when counting entity: post, type: page, index_version: 2 - (DB: 1, ES: 1, Diff: 0)
🟧 skipping, because there are no documents in ES when counting entity: post, type: post, index_version: 3
🟧 skipping, because there are no documents in ES when counting entity: post, type: page, index_version: 3

Validating user count

✅ no inconsistencies found when counting entity: user, type: N/A, index_version: 1 - (DB: 3, ES: 3, Diff: 0)
✅ no inconsistencies found when counting entity: user, type: N/A, index_version: 2 - (DB: 3, ES: 3, Diff: 0)

Also, the health cron job will not report mismatches for indexes with 0 documents.

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

08 February 2021

16:31:35 GMT+0000

Adds another filter to reduce requests from Jetpack made to detect HTTPS / SSL support.

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

02 February 2021

12:26:44 GMT+0000

Phpcs cleanup of class-health-job.php.

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

#mu-plugins, #search, #code-standards

29 January 2021

16:58:32 GMT+0000

There’s now the option to skip loading VaultPress code entirely, which can be useful if it’s not being used.

Some considerations need to be taken to disable VaultPress if it has been used before. So in case you are interested, please open a support ticket to get more information.

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

#mu-plugins, #vaultpress

29 January 2021

16:08:53 GMT+0000

We have removed some Jetpack versions (8.8, 8.9, 9.2) from vip-go-mu-plugins, that were no longer in use by any VIP Go site. Every included version takes space in the repository, so this is a needed maintenance task.

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

#mu-plugins, #jetpack