Full Changelog: v8.0.0-alpha.2 → v8.0.0-alpha.3
✨ New Features
- New Deployment Strategy: Added
local_archiveupdate code strategy — @calebdw (#4017) - TYPO3: Added schema update task and improved recipe documentation — @MarcoRemy, @david-bonhagen (#4117, #4105)
- Shopware: Updated recipe to include
public/pluginsas a shared folder — @wannevancamp (#4090) - Laravel: Added missing Horizon tasks — @mhdcodes (#4078)
- Notifications: Added “Continue on Failure” option for Teams notifications — @brianfreytag (#4098)
- Info Command: Now displays application name in “what” info — @M-arcus (#4075)
- Sensitive Parameters: Adopted PHP’s
SensitiveParameterattribute — @staabm (#4122)
🛠️ Improvements
- Rsync: Skip empty “became” option check — @TheRatG (#4074)
- PHP-FPM: Fixed reloading of symlinked PHP-FPM services — @SamJUK (#4088)
- JWT Handling: Avoid setting JWT file permissions when directory is missing — @M-arcus (#4077)
- SSH Permissions: Improved
.sshdirectory and key file permissions — @MarcoRemy (#4108, #4113) - Command Options: Fixed incorrect
InputOption::VALUE_REQUIREDmode — @gharlan (#4091) - Upgrade & Maintenance: Refactored detection and maintenance tasks — @carlos-reynosa (#4127)
- Shopware JWT Fix: Handled empty
config/jwt/folder edge case — @null93 (#4101) - Documentation: Added dynamic config examples and formatting updates — @alexkart (#4111, #4119)
- Compatibility: Only call
curl_close()on PHP < 8 — @jamieburchell (#4125)
🐛 Bug Fixes
- Laravel: Fixed dotenv test and recipe updates — @aladei-dean-lucassen, @madurapa (#4082, #4086)
- TYPO3: Fixed missing task in recipe — @MarcoRemy (#4116)
- TYPO3: General recipe updates — @david-bonhagen (#4094)
- Docs: Fixed formatting issues in
getting-started.md— @alexkart (#4111)