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.
21:11:00 GMT+0000
Changed
- New develop release: 3.20.3-dev.0 by @github-actions[bot] in #2526
- build(deps-dev): bump the testing group with 3 updates by @dependabot[bot] in #2519
- chore: update Node.js version requirements by @sjinks in #2527
- chore(deps): update
landoto use newlando-utilimage by @sjinks in #2513 - New package release: v3.20.3 by @github-actions[bot] in #2528
Full Changelog: 3.20.2…3.20.3
19:11:00 GMT+0000
Changed
- New develop release: 3.20.2-dev.0 by @github-actions[bot] in #2522
- Update min Node to 20.19.0 by @rinatkhaziev in #2524
- New package release: v3.20.2 by @github-actions[bot] in #2525
Full Changelog: 3.20.1…3.20.2
21:11:00 GMT+0000
Changed
- feat: add live backup copy tracking for export sql command by @luismulinari in #2518
- build(deps): bump actions/dependency-review-action from 4.7.2 to 4.7.3 by @dependabot[bot] in #2515
- build(deps-dev): bump the testing group with 3 updates by @dependabot[bot] in #2514
- New package release: v3.20.1 by @github-actions[bot] in #2521
Full Changelog: 3.20.0…3.20.1
21:11:00 GMT+0000
Changed
- New develop release: 3.19.3-dev.0 by @github-actions[bot] in #2493
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #2499
- build(deps-dev): bump @types/node from 24.2.0 to 24.2.1 by @dependabot[bot] in #2498
- chore: update dependencies and refactor code for compatibility by @sjinks in #2495
- test(backup-storage): show cursor after each test run by @sjinks in #2496
- fix(import-sql): improve URL validation logic by @sjinks in #2500
- docs: add instructions for code review, commit message, and changelog generation by @sjinks in #2491
- build(deps-dev): bump the babel group with 3 updates by @dependabot[bot] in #2503
- build(deps-dev): bump @types/node from 24.2.1 to 24.3.0 by @dependabot[bot] in #2504
- chore(deps): remove unused dependencies by @sjinks in #2502
- build(deps): bump chalk from 5.5.0 to 5.6.0 by @dependabot[bot] in #2505
- build(deps): bump actions/dependency-review-action from 4.7.1 to 4.7.2 by @dependabot[bot] in #2507
- feat: add header support for URL imports in import sql command by @luismulinari in #2511
- build(deps): bump ssh2 from 1.16.0 to 1.17.0 by @dependabot[bot] in #2509
- build(deps-dev): bump @types/dockerode from 3.3.42 to 3.3.43 by @dependabot[bot] in #2508
- Add live backup copy support for partial dev-env db sync and db export by @luismulinari in #2476
- New package release: v3.20.0 by @github-actions[bot] in #2516
Full Changelog: 3.19.2…3.20.0
22:17:00 GMT+0000
Added
- Organization notification subscriptions now display custom threshold values for Performance Metric Anomalies (e.g., ‘> 1 requests’, ‘> 122 queries’, ‘> 2.50 MB’)
19:02:00 GMT+0000
Added
- Added link to feature documentation in the WordPress Security Controls page.
Changed
- Updated the toggle label to enable or disable WordPress Security Controls to reflect the actual state of the toggle.
- Updated link to documentation in the WordPress Security Controls “Temporary Developer Options” section
19:58:00 GMT+0000
Added
- Added WordPress Security Controls for configuring security settings and improving visibility into a WordPress environment’s security status.
20:55:00 GMT+0000
Changed
- Sets Jetpack 14.9.1 as default version
https://github.com/Automattic/vip-go-mu-plugins/pull/6453
Please see the full release on GitHub.
08:42:00 GMT+0000
Fixed
- Feature gating for metric thresholds
20:55:00 GMT+0000
Changed
- Sets Jetpack 14.9.1 as default version
21:30:02 GMT+0000
The primary focus of this PR is on enhancing environment checks, clarifying command usage, and maintaining compatibility with updated dependencies.
Key updates in this release include:
Environment and Command Improvements:
- Improved environment checks for importing or syncing local databases to prevent common errors.
- Prevented unsupported commands from running in incompatible environments, and removed outdated options from environment info commands.
- Deprecated the
extendedoption in thevip dev-env infocommand. - Updated import and sync commands for reliability.
- Disallowed running WP-CLI commands from Node Apps for better environment safety.
Dependency Upgrades:
Upgraded typescript from 5.8.3 to 5.9.2, @automattic/vip-search-replace from 1.1.3 to 2.0.0, and @types/node from 24.1.0 to 24.2.0 for improved compatibility and future support.
What’s Changed
- refactor(dev-env): deprecate
extendedoption invip dev-env infoby @sjinks in #2482 - build(deps-dev): bump typescript from 5.8.3 to 5.9.2 by @dependabot[bot] in #2484
- build(deps): bump @automattic/vip-search-replace from 1.1.3 to 2.0.0 by @dependabot[bot] in #2483
- Do not allow WP-CLI commands to be run from Node Apps by @rebeccahum in #2486
- build(deps-dev): bump @types/node from 24.1.0 to 24.2.0 by @dependabot[bot] in #2487
- refactor(dev-env): use
isContainerRunningfor import and sync commands by @sjinks in #2489
Full Changelog: 3.19.1…3.19.2
21:28:35 GMT+0000
Changed
- Increased the maximum allowed number of network sites in Cron Control to 11,000.
https://github.com/Automattic/vip-go-mu-plugins/pull/6409 - Updated the wp-parsely submodule (for local development environments) to version 3.20.6.
https://github.com/Automattic/vip-go-mu-plugins/pull/6418 - Updated Cron Control to the latest version.
https://github.com/Automattic/vip-go-mu-plugins/pull/6428
Added
- Added a CLI command:
wp vip-search get-active-indexesfor Enterprise Search.
https://github.com/Automattic/vip-go-mu-plugins/pull/6425
Please see the full release on GitHub.
16:27:05 GMT+0000
Added
- Enterprise Search: Add CLI command
wp vip-search get-active-indexes
https://github.com/Automattic/vip-go-mu-plugins/pull/6425
Changed
- Updated Cron-Control to the latest version
00:24:45 GMT+0000
Fixed
- Improve metric threshold dialog to default to metrics without thresholds
00:24:45 GMT+0000
Fixed
- Accessibility issues on the user defined threshold legends
00:24:45 GMT+0000
Added
- Added Custom Error Pages
00:24:45 GMT+0000
Fixed
- The issue of custom and system anomaly of the same type gets treated as same and merged
18:02:26 GMT+0000
Changed
- Cron Control – increase maximum allowed number of network sites to 11000
https://github.com/Automattic/vip-go-mu-plugins/pull/6409
Update wp-parsely submodule to version 3.20.6
We updated the wp-parsely submodule (used for local development environments) to version 3.20.6.
17:33:33 GMT+0000
Update wp-parsely submodule to version 3.20.5
We updated the wp-parsely submodule (used for local development environments) to version 3.20.5.
https://github.com/Automattic/vip-go-mu-plugins/pull/6404
Please see the full release on GitHub.