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.

RSS 

Showing page 4 of 61

09 December 2025

17:09:43 GMT+0000

Fixed

  • Remove an extra horizontal rule from appearing in the Integrations screen.
08 December 2025

18:33:10 GMT+0000

Added

  • Added the Activation Map UI when managing integrations at the org level for all integrations which didn’t have it before –
    • Airtable
    • Google Sheets
    • Shopify
    • Generic HTTP
    • Remote Data Blocks
    • Block Data API
    • Block Governance
    • Real-time Collaboration (Beta)
03 December 2025

09:26:07 GMT+0000

Node.js production environments transitioned to Valkey

All Node.js production environments, with the optional Redis add-on enabled, have been switched to Valkey as their in-memory data store.

Updated

  • The in-memory data store for Node.js production is now Valkey as publicly announced in our lobby.

01 December 2025

16:07:51 GMT+0000

Fixed

  • Fixed download URL breaking oneline progress output in export-sql command
28 November 2025

20:47:35 GMT+0000

Added

  • Added --skip-download flag to export sql command for URL-only retrieval
28 November 2025

16:03:45 GMT+0000

Changed

  • Update Next.js to 16.0.5 to fix multiple high-severity vulnerabilities
26 November 2025

18:48:47 GMT+0000

Changed

  • Updated the usage example description for vip import media to adhere to style guide

Fixed

  • Automatically pull the Proxy image to ensure that we have the most up-to-date and secure traefik`.
25 November 2025

18:26:29 GMT+0000

Added

  • Added wpvip_get_app_name, wpvip_get_app_environment, and wpvip_get_app_alias helper functions, which return the application name, app environment and full alias. E.g. example, develop and example.develop respectively

Fixed

  • Enterprise Search: prevent parse_query hooks from corrupting CLI wp vip-search health validate-counts

Changed

  • Search: Disable query logging during CLI contexts to prevent memory leaks
25 November 2025

18:00:06 GMT+0000

Added

  • Added isLocalArchive helper to validate local archive files (.tar.gz, .tgz, .zip).
  • vip import media now accepts a local archive path; local files are uploaded and then imported via presigned URL.
  • Added unit tests for isLocalArchive.
  • Added a help/example entry for local-archive usage.
  • Parsing of multiline values for the vip wp command
  • Experimental support for PHP 8.5 to Dev Environments.

Changed

  • Updated vip import media behavior to validate both URL and local archive inputs and present clearer error messages for each failure mode.
24 November 2025

15:42:03 GMT+0000

As the holiday season approaches, we want to ensure everyone has the chance to relax and enjoy this special time with their loved ones. Therefore, there won’t be any scheduled MU-Plugins releases from December 17th to January 5th.

During this period, no new feature or maintenance code will be pushed to the production branch on MU-plugins. As always, should the need arise, be it a security mitigation or other critical time-sensitive fix, we will deploy those.

We wish you all a wonderful holiday break!

18 November 2025

21:17:50 GMT+0000

Instrumentation changes for New Relic

We’ve rolled out instrumentation changes for New Relic. Due to the nature of the rollout, it may have caused a temporary increase in sampling percentage on November 18, 2025, between 20:20 and 20:32 UTC. Now, to troubleshoot problematic requests, a new query argument can be used: ?vip-force-trace=1. This will force a specific request to be traced and not be subject to the sampling.

12 November 2025

20:32:20 GMT+0000

Changed

  • Modified the help menu descriptions and examples for the vip dev-env envvar subcommand group.
  • Local Dev Env: Elasticsearch container memory is capped at 1GB now

Fixed

  • vip dev-env envvar commands now correctly display values with embedded equal signs.
  • vip dev-env sync sql now supports networks with more than 500 sites.
12 November 2025

20:29:08 GMT+0000

Changed

  • Updated the wording and examples for the new options related to importing SQL database files from a remote URL.
  • Improve error handling for WPCloud WP-CLI commands

Fixed

  • Prompt display in the vip wp command