v10.2.9 - 2023-11-13
- Update axios to latest version by @emargareten in laravel/laravel#6272
v10.2.8 - 2023-11-02
- Revert "[10.x] Let database handle default collation" by @taylorotwell in laravel/laravel#6266
v10.2.7 - 2023-10-31
- Postmark mailer configuration update by @ninjaparade in laravel/laravel#6228
- [10.x] Update sanctum config file by @ahmed-aliraqi in laravel/laravel#6234
- [10.x] Let database handle default collation by @Jubeki in laravel/laravel#6241
- [10.x] Increase bcrypt rounds to 12 by @valorin in laravel/laravel#6245
- [10.x] Use 12 bcrypt rounds for password in UserFactory by @Jubeki in laravel/laravel#6247
- [10.x] Fix typo in the comment for token prefix (sanctum config) by @yuters in laravel/laravel#6248
- [10.x] Update fixture hash to match testing cost by @timacdonald in laravel/laravel#6259
- [10.x] Update minimum
laravel/sanctum
by @crynobone in laravel/laravel#6261 - [10.x] Hash improvements by @timacdonald in laravel/laravel#6258
- Redis maintenance store config example contains an excess space by @hedge-freek in laravel/laravel#6264
v10.2.6 - 2023-08-10
- Bump
laravel-vite-plugin
to latest version by @adevade in laravel/laravel#6224
v10.2.5 - 2023-06-30
- Allow accessing APP_NAME in Vite scope by @domnantas in laravel/laravel#6204
- Omit default values for suffix in phpunit.xml by @spawnia in laravel/laravel#6210
v10.2.4 - 2023-06-07
- Add
precognitive
key to $middlewareAliases by @emargareten in laravel/laravel#6193
v10.2.3 - 2023-06-01
- Update description by @taylorotwell in https://github.com/laravel/laravel/commit/85203d687ebba72b2805b89bba7d18dfae8f95c8
v10.2.2 - 2023-05-23
- Add lock path by @taylorotwell in https://github.com/laravel/laravel/commit/a6bfbc7f90e33fd6cae3cb23f106c9689858c3b5
v10.2.1 - 2023-05-12
- Add hashed cast to user password by @emargareten in laravel/laravel#6171
- Bring back pusher cluster config option by @jesseleite in laravel/laravel#6174
v10.2.0 - 2023-05-05
- Update welcome.blade.php by @aymanatmeh in laravel/laravel#6163
- Sets package.json type to module by @timacdonald in laravel/laravel#6090
- Add url support for mail config by @chu121su12 in laravel/laravel#6170
v10.1.1 - 2023-04-18
- Fix laravel/framework constraints for Default Service Providers by @Jubeki in laravel/laravel#6160
v10.0.7 - 2023-04-14
- Adds
phpunit/phpunit@10.1
support by @nunomaduro in laravel/laravel#6155
v10.1.0 - 2023-04-15
- Minor skeleton slimming by @taylorotwell in laravel/laravel#6159
v10.0.6 - 2023-04-05
- Add job batching options to Queue configuration file by @AnOlsen in laravel/laravel#6149
v10.0.5 - 2023-03-08
- Add replace_placeholders to log channels by @alanpoulain in laravel/laravel#6139
v10.0.4 - 2023-02-27
- Fix typo by @izzudin96 in laravel/laravel#6128
- Specify facility in the syslog driver config by @nicolus in laravel/laravel#6130
v10.0.3 - 2023-02-21
- Remove redundant
@return
docblock in UserFactory by @datlechin in laravel/laravel#6119 - Reverts change in asset helper by @timacdonald in laravel/laravel#6122
v10.0.2 - 2023-02-16
- Remove unneeded call by @taylorotwell in https://github.com/laravel/laravel/commit/3986d4c54041fd27af36f96cf11bd79ce7b1ee4e
v10.0.1 - 2023-02-15
- Add PHPUnit result cache to gitignore by @itxshakil in laravel/laravel#6105
- Allow php-http/discovery as a composer plugin by @nicolas-grekas in laravel/laravel#6106
Laravel 10 includes a variety of changes to the application skeleton. Please consult the diff to see what's new.