|
| 1 | +# Release Notes |
| 2 | + |
| 3 | +## [Unreleased](https://github.com/laravel/laravel/compare/v10.3.2...10.x) |
| 4 | + |
| 5 | +## [v10.3.2](https://github.com/laravel/laravel/compare/v10.3.1...v10.3.2) - 2024-01-04 |
| 6 | + |
| 7 | +* [10.x] Reverts `assertOk` change by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/laravel/pull/6303 |
| 8 | +* Update Axios to latest version by [@u01jmg3](https://github.com/u01jmg3) in https://github.com/laravel/laravel/pull/6306 |
| 9 | +* [10.x] Update Axios to latest version by [@u01jmg3](https://github.com/u01jmg3) in https://github.com/laravel/laravel/pull/6313 |
| 10 | + |
| 11 | +## [v10.3.1](https://github.com/laravel/laravel/compare/v10.3.0...v10.3.1) - 2023-12-23 |
| 12 | + |
| 13 | +* [10.x] Add roundrobin transport driver config by [@me-shaon](https://github.com/me-shaon) in https://github.com/laravel/laravel/pull/6301 |
| 14 | + |
| 15 | +## [v10.3.0](https://github.com/laravel/laravel/compare/v10.2.10...v10.3.0) - 2023-12-19 |
| 16 | + |
| 17 | +* [10.x] Use `assertOk()` instead of `assertStatus(200)` in tests by [@TENIOS](https://github.com/TENIOS) in https://github.com/laravel/laravel/pull/6287 |
| 18 | +* [10.x] Vite 5 by [@timacdonald](https://github.com/timacdonald) in https://github.com/laravel/laravel/pull/6292 |
| 19 | + |
| 20 | +## [v10.2.10](https://github.com/laravel/laravel/compare/v10.2.9...v10.2.10) - 2023-11-30 |
| 21 | + |
| 22 | +* [10.x] Fixes missing property description by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/laravel/pull/6275 |
| 23 | +* [10.x] Add partitioned cookie config key by [@fabricecw](https://github.com/fabricecw) in https://github.com/laravel/laravel/pull/6257 |
| 24 | + |
| 25 | +## [v10.2.9](https://github.com/laravel/laravel/compare/v10.2.8...v10.2.9) - 2023-11-13 |
| 26 | + |
| 27 | +- Update axios to latest version by [@emargareten](https://github.com/emargareten) in https://github.com/laravel/laravel/pull/6272 |
| 28 | + |
| 29 | +## [v10.2.8](https://github.com/laravel/laravel/compare/v10.2.7...v10.2.8) - 2023-11-02 |
| 30 | + |
| 31 | +- Revert "[10.x] Let database handle default collation" by [@taylorotwell](https://github.com/taylorotwell) in https://github.com/laravel/laravel/pull/6266 |
| 32 | + |
| 33 | +## [v10.2.7](https://github.com/laravel/laravel/compare/v10.2.6...v10.2.7) - 2023-10-31 |
| 34 | + |
| 35 | +- Postmark mailer configuration update by [@ninjaparade](https://github.com/ninjaparade) in https://github.com/laravel/laravel/pull/6228 |
| 36 | +- [10.x] Update sanctum config file by [@ahmed-aliraqi](https://github.com/ahmed-aliraqi) in https://github.com/laravel/laravel/pull/6234 |
| 37 | +- [10.x] Let database handle default collation by [@Jubeki](https://github.com/Jubeki) in https://github.com/laravel/laravel/pull/6241 |
| 38 | +- [10.x] Increase bcrypt rounds to 12 by [@valorin](https://github.com/valorin) in https://github.com/laravel/laravel/pull/6245 |
| 39 | +- [10.x] Use 12 bcrypt rounds for password in UserFactory by [@Jubeki](https://github.com/Jubeki) in https://github.com/laravel/laravel/pull/6247 |
| 40 | +- [10.x] Fix typo in the comment for token prefix (sanctum config) by [@yuters](https://github.com/yuters) in https://github.com/laravel/laravel/pull/6248 |
| 41 | +- [10.x] Update fixture hash to match testing cost by [@timacdonald](https://github.com/timacdonald) in https://github.com/laravel/laravel/pull/6259 |
| 42 | +- [10.x] Update minimum `laravel/sanctum` by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/laravel/pull/6261 |
| 43 | +- [10.x] Hash improvements by [@timacdonald](https://github.com/timacdonald) in https://github.com/laravel/laravel/pull/6258 |
| 44 | +- Redis maintenance store config example contains an excess space by [@hedge-freek](https://github.com/hedge-freek) in https://github.com/laravel/laravel/pull/6264 |
| 45 | + |
| 46 | +## [v10.2.6](https://github.com/laravel/laravel/compare/v10.2.5...v10.2.6) - 2023-08-10 |
| 47 | + |
| 48 | +- Bump `laravel-vite-plugin` to latest version by [@adevade](https://github.com/adevade) in https://github.com/laravel/laravel/pull/6224 |
| 49 | + |
| 50 | +## [v10.2.5](https://github.com/laravel/laravel/compare/v10.2.4...v10.2.5) - 2023-06-30 |
| 51 | + |
| 52 | +- Allow accessing APP_NAME in Vite scope by [@domnantas](https://github.com/domnantas) in https://github.com/laravel/laravel/pull/6204 |
| 53 | +- Omit default values for suffix in phpunit.xml by [@spawnia](https://github.com/spawnia) in https://github.com/laravel/laravel/pull/6210 |
| 54 | + |
| 55 | +## [v10.2.4](https://github.com/laravel/laravel/compare/v10.2.3...v10.2.4) - 2023-06-07 |
| 56 | + |
| 57 | +- Add `precognitive` key to $middlewareAliases by @emargareten in https://github.com/laravel/laravel/pull/6193 |
| 58 | + |
| 59 | +## [v10.2.3](https://github.com/laravel/laravel/compare/v10.2.2...v10.2.3) - 2023-06-01 |
| 60 | + |
| 61 | +- Update description by @taylorotwell in https://github.com/laravel/laravel/commit/85203d687ebba72b2805b89bba7d18dfae8f95c8 |
| 62 | + |
| 63 | +## [v10.2.2](https://github.com/laravel/laravel/compare/v10.2.1...v10.2.2) - 2023-05-23 |
| 64 | + |
| 65 | +- Add lock path by @taylorotwell in https://github.com/laravel/laravel/commit/a6bfbc7f90e33fd6cae3cb23f106c9689858c3b5 |
| 66 | + |
| 67 | +## [v10.2.1](https://github.com/laravel/laravel/compare/v10.2.0...v10.2.1) - 2023-05-12 |
| 68 | + |
| 69 | +- Add hashed cast to user password by @emargareten in https://github.com/laravel/laravel/pull/6171 |
| 70 | +- Bring back pusher cluster config option by @jesseleite in https://github.com/laravel/laravel/pull/6174 |
| 71 | + |
| 72 | +## [v10.2.0](https://github.com/laravel/laravel/compare/v10.1.1...v10.2.0) - 2023-05-05 |
| 73 | + |
| 74 | +- Update welcome.blade.php by @aymanatmeh in https://github.com/laravel/laravel/pull/6163 |
| 75 | +- Sets package.json type to module by @timacdonald in https://github.com/laravel/laravel/pull/6090 |
| 76 | +- Add url support for mail config by @chu121su12 in https://github.com/laravel/laravel/pull/6170 |
| 77 | + |
| 78 | +## [v10.1.1](https://github.com/laravel/laravel/compare/v10.0.7...v10.1.1) - 2023-04-18 |
| 79 | + |
| 80 | +- Fix laravel/framework constraints for Default Service Providers by @Jubeki in https://github.com/laravel/laravel/pull/6160 |
| 81 | + |
| 82 | +## [v10.0.7](https://github.com/laravel/laravel/compare/v10.1.0...v10.0.7) - 2023-04-14 |
| 83 | + |
| 84 | +- Adds `phpunit/[email protected]` support by @nunomaduro in https://github.com/laravel/laravel/pull/6155 |
| 85 | + |
| 86 | +## [v10.1.0](https://github.com/laravel/laravel/compare/v10.0.6...v10.1.0) - 2023-04-15 |
| 87 | + |
| 88 | +- Minor skeleton slimming by @taylorotwell in https://github.com/laravel/laravel/pull/6159 |
| 89 | + |
| 90 | +## [v10.0.6](https://github.com/laravel/laravel/compare/v10.0.5...v10.0.6) - 2023-04-05 |
| 91 | + |
| 92 | +- Add job batching options to Queue configuration file by @AnOlsen in https://github.com/laravel/laravel/pull/6149 |
| 93 | + |
| 94 | +## [v10.0.5](https://github.com/laravel/laravel/compare/v10.0.4...v10.0.5) - 2023-03-08 |
| 95 | + |
| 96 | +- Add replace_placeholders to log channels by @alanpoulain in https://github.com/laravel/laravel/pull/6139 |
| 97 | + |
| 98 | +## [v10.0.4](https://github.com/laravel/laravel/compare/v10.0.3...v10.0.4) - 2023-02-27 |
| 99 | + |
| 100 | +- Fix typo by @izzudin96 in https://github.com/laravel/laravel/pull/6128 |
| 101 | +- Specify facility in the syslog driver config by @nicolus in https://github.com/laravel/laravel/pull/6130 |
| 102 | + |
| 103 | +## [v10.0.3](https://github.com/laravel/laravel/compare/v10.0.2...v10.0.3) - 2023-02-21 |
| 104 | + |
| 105 | +- Remove redundant `@return` docblock in UserFactory by @datlechin in https://github.com/laravel/laravel/pull/6119 |
| 106 | +- Reverts change in asset helper by @timacdonald in https://github.com/laravel/laravel/pull/6122 |
| 107 | + |
| 108 | +## [v10.0.2](https://github.com/laravel/laravel/compare/v10.0.1...v10.0.2) - 2023-02-16 |
| 109 | + |
| 110 | +- Remove unneeded call by @taylorotwell in https://github.com/laravel/laravel/commit/3986d4c54041fd27af36f96cf11bd79ce7b1ee4e |
| 111 | + |
| 112 | +## [v10.0.1](https://github.com/laravel/laravel/compare/v10.0.0...v10.0.1) - 2023-02-15 |
| 113 | + |
| 114 | +- Add PHPUnit result cache to gitignore by @itxshakil in https://github.com/laravel/laravel/pull/6105 |
| 115 | +- Allow php-http/discovery as a composer plugin by @nicolas-grekas in https://github.com/laravel/laravel/pull/6106 |
| 116 | + |
| 117 | +## [v10.0.0 (2022-02-14)](https://github.com/laravel/laravel/compare/v9.5.2...v10.0.0) |
| 118 | + |
| 119 | +Laravel 10 includes a variety of changes to the application skeleton. Please consult the diff to see what's new. |
0 commit comments