mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 16:10:08 +01:00
5.7 KiB
5.7 KiB
Release Notes
Unreleased
v4.0.0 - 2023-03-14
Welcome to Valet v4! This release is mostly about re-writing the internals so they're easier to debug, fix, and modify. There are a few user-facing additions and improvements, including but not limited to: ngrok is now managed by Homebrew, .valetphprc is replaced with a more powerful .valetrc, you can use Expose to share, there's a new status command to make sure all your services are running correctly, and a lot of the other existing commands work even better than ever before.
Added
- Add Expose support by @mattstauffer in https://github.com/laravel/valet/pull/1344 and https://github.com/laravel/valet/pull/1349
- Add status command by @mattstauffer in https://github.com/laravel/valet/pull/1329
- Check whether services are running as the correct user in
valet statusby @mattstauffer in https://github.com/laravel/valet/pull/1348 - Add the ability for drivers to check Composer dependencies by @mattstauffer in https://github.com/laravel/valet/pull/1345
- Add php isolation from link command by @joelbutcher in https://github.com/laravel/valet/pull/1360
Changed
- Replace
.valetphprc. with.valetrc` by @mattstauffer in https://github.com/laravel/valet/pull/1347 - Update php and composer commands to allow passing in specific site by @mattstauffer in https://github.com/laravel/valet/pull/1370
- Require PHP 8.0 to be installed, but support PHP 7.1+ for isolated sites (https://github.com/laravel/valet/pull/1328 and https://github.com/laravel/valet/pull/1346)
- Re-work how BasicValetDriver serves files in projects with and without
public/directory by @mattstauffer in https://github.com/laravel/valet/pull/1311 - Extract Server class and refactor loading of drivers by @mattstauffer in https://github.com/laravel/valet/pull/1319
- Add type hints and return types by @mattstauffer in https://github.com/laravel/valet/pull/1321
- Drop unnecessary doc blocks by @mattstauffer in https://github.com/laravel/valet/pull/1339
- Add CLI command tests by @mattstauffer in https://github.com/laravel/valet/pull/1332 and https://github.com/laravel/valet/pull/1335
- Implement
valet fetch-share-urlwhen working with Expose by @mattstauffer in - Use Pint for Code Styling by @driesvints in https://github.com/laravel/valet/pull/1366
- Release Version 4 by @mattstauffer in https://github.com/laravel/valet/pull/1318, https://github.com/laravel/valet/pull/1365
Fixed
- Unsecure when unlinking by @mattstauffer in https://github.com/laravel/valet/pull/1364
- Update phpRc reader to check cwd before checking config, if cwd specified by @mattstauffer in https://github.com/laravel/valet/pull/1361
- Remove Valet Certificate Authority on uninstall by @mattstauffer in https://github.com/laravel/valet/pull/1358
v3.3.2 - 2023-02-07
Fixed
- Enable local network sharing by @thinkverse in https://github.com/laravel/valet/pull/1284
v3.3.1 - 2023-01-31
Fixed
- Make 127.0.0.1 SERVER_ADDR definition only if null by @mattstauffer in https://github.com/laravel/valet/pull/1356
v3.3.0 - 2023-01-17
Added
- Add
set-ngrok-tokencommand by @mattstauffer in https://github.com/laravel/valet/pull/1325 - Laravel v10 Support by @driesvints in https://github.com/laravel/valet/pull/1341
Fixed
- Fixes permission denied check when result starts with 'Permission denied' by @matthewjohns0n in https://github.com/laravel/valet/pull/1343
v3.2.2 - 2022-12-08
Fixed
- Fix how drivers are available for extension by @mattstauffer in https://github.com/laravel/valet/pull/1317
v3.2.1 - 2022-12-06
Fixed
- Fix autoloading in distribution by @mattstauffer in
35998a0f86
v3.2.0 - 2022-12-06
Changed
- When formatting provided site name, only remove .tld if it's at the end by @ErikDohmen in https://github.com/laravel/valet/pull/1297
- Set files path as a static path for concrete5 driver by @KorvinSzanto in https://github.com/laravel/valet/pull/514
- Allow users to provide custom stub files by @jjpmann in https://github.com/laravel/valet/pull/1238
- Disable brew auto cleanup on installation, to avoid upgrade errors failing install by @JoshuaBehrens in https://github.com/laravel/valet/pull/995
- Move all drivers to PSR autoload, and write tests for drivers by @mattstauffer in https://github.com/laravel/valet/pull/1310
Fixed
- Retain secure proxies by @ashleyshenton in https://github.com/laravel/valet/pull/1305
- Prevent 502 errors when using AJAX by @mattkingshott in https://github.com/laravel/valet/pull/1079
v3.1.13 - 2022-11-15
Fixed
- Fix bedrockvaletdriver by @EHLOVader in https://github.com/laravel/valet/pull/1289
v3.1.12 - 2022-10-25
Changed
- Valet fetch-share-url issue fix by @NasirNobin in https://github.com/laravel/valet/pull/1285
- Add description to
securedcommand by @EvanGoss in https://github.com/laravel/valet/pull/1288
v3.1.11 - 2022-09-08
Fixed
- Update version by @driesvints in
6f1e4d421b