|
1 | 1 | # Release Notes
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/laravel/laravel/compare/v8.4.0...master) |
| 3 | +## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.6...master) |
| 4 | + |
| 5 | + |
| 6 | +## [v8.5.6 (2020-12-22)](https://github.com/laravel/laravel/compare/v8.5.5...v8.5.6) |
| 7 | + |
| 8 | +### Added |
| 9 | +- Add `lock_connection` ([](https://github.com/laravel/laravel/commit/bc339f712389cf536ad7e340453f35d1dd865777), [e8788a7](https://github.com/laravel/laravel/commit/e8788a768899ff2a2ef1fe78e24b46e6e10175dc)) |
| 10 | + |
| 11 | + |
| 12 | +## [v8.5.5 (2020-12-12)](https://github.com/laravel/laravel/compare/v8.5.4...v8.5.5) |
| 13 | + |
| 14 | +### Changed |
| 15 | +- Revert changes to env file ([3b2ed46](https://github.com/laravel/laravel/commit/3b2ed46e65c603ddc682753f1a9bb5472c4e12a8)) |
| 16 | + |
| 17 | + |
| 18 | +## [v8.5.4 (2020-12-10)](https://github.com/laravel/laravel/compare/v8.5.3...v8.5.4) |
| 19 | + |
| 20 | +### Changed |
| 21 | +- Gitignore `docker-compose.override.yml` ([#5487](https://github.com/laravel/laravel/pull/5487) |
| 22 | +- Update ENV vars to docker file ([ddb26fb](https://github.com/laravel/laravel/commit/ddb26fbc504cd64fb1b89511773aa8d03c758c6d)) |
| 23 | + |
| 24 | + |
| 25 | +## [v8.5.3 (2020-12-10)](https://github.com/laravel/laravel/compare/v8.5.2...v8.5.3) |
| 26 | + |
| 27 | +### Changed |
| 28 | +- Disable `TrustHosts` middleware ([b7cde8b](https://github.com/laravel/laravel/commit/b7cde8b495e183f386da63ff7792e0dea9cfcf56)) |
| 29 | + |
| 30 | + |
| 31 | +## [v8.5.2 (2020-12-08)](https://github.com/laravel/laravel/compare/v8.5.1...v8.5.2) |
| 32 | + |
| 33 | +### Added |
| 34 | +- Add Sail ([17668be](https://github.com/laravel/laravel/commit/17668beabe4cb489ad07abb8af0a9da01860601e)) |
| 35 | + |
| 36 | + |
| 37 | +## [v8.5.1 (2020-12-08)](https://github.com/laravel/laravel/compare/v8.5.0...v8.5.1) |
| 38 | + |
| 39 | +### Changed |
| 40 | +- Revert change to `QUEUE_CONNECTION` ([34368a4](https://github.com/laravel/laravel/commit/34368a4fab61839c106efb1eea087cc270639619)) |
| 41 | + |
| 42 | + |
| 43 | +## [v8.5.0 (2020-12-08)](https://github.com/laravel/laravel/compare/v8.4.4...v8.5.0) |
| 44 | + |
| 45 | +### Added |
| 46 | +- Add Sail file ([bcd87e8](https://github.com/laravel/laravel/commit/bcd87e80ac7fa6a5daf0e549059ad7cb0b41ce75)) |
| 47 | + |
| 48 | +### Changed |
| 49 | +- Update env file for Sail ([a895748](https://github.com/laravel/laravel/commit/a895748980b3e055ffcb68b6bc1c2e5fad6ecb08)) |
| 50 | + |
| 51 | + |
| 52 | +## [v8.4.4 (2020-12-01)](https://github.com/laravel/laravel/compare/v8.4.3...v8.4.4) |
| 53 | + |
| 54 | +### Changed |
| 55 | +- Comment out `Redis` facade by default ([612d166](https://github.com/laravel/laravel/commit/612d16600419265566d01a19c852ddb13b5e9f4b)) |
| 56 | +- Uncomment `TrustHosts` middleware to enable it by default ([#5477](https://github.com/laravel/laravel/pull/5477)) |
| 57 | + |
| 58 | +### Removed |
| 59 | +- Remove cloud option ([82213fb](https://github.com/laravel/laravel/commit/82213fbf40fc4ec687781d0b93ff60a7de536913)) |
| 60 | + |
| 61 | + |
| 62 | +## [v8.4.3 (2020-11-24)](https://github.com/laravel/laravel/compare/v8.4.2...v8.4.3) |
| 63 | + |
| 64 | +### Added |
| 65 | +- Add ably entry ([5182e9c](https://github.com/laravel/laravel/commit/5182e9c6de805e025fb4cfad63c210c3197002ab)) |
| 66 | + |
| 67 | +### Fixed |
| 68 | +- Add missing null cache driver in `config/cache.php` ([#5472](https://github.com/laravel/laravel/pull/5472)) |
| 69 | + |
| 70 | + |
| 71 | +## [v8.4.2 (2020-11-17)](https://github.com/laravel/laravel/compare/v8.4.1...v8.4.2) |
| 72 | + |
| 73 | +### Changed |
| 74 | +- Add sanctum cookie endpoint to default cors paths ([aa6d3660](https://github.com/laravel/laravel/commit/aa6d3660114c93e537a52e0ba3c03071a7f3e67f)) |
| 75 | +- Modify the `cache.php` docblocks ([#5468](https://github.com/laravel/laravel/pull/5468)) |
| 76 | +- Add stub handler ([4931af1](https://github.com/laravel/laravel/commit/4931af14006610bf8fd1f860cea1117c68133e94)) |
| 77 | + |
| 78 | +### Fixed |
| 79 | +- Closed @auth correctly ([#5471](https://github.com/laravel/laravel/pull/5471)) |
| 80 | + |
| 81 | + |
| 82 | +## [v8.4.1 (2020-11-10)](https://github.com/laravel/laravel/compare/v8.4.0...v8.4.1) |
| 83 | + |
| 84 | +### Changed |
| 85 | +- Add auth line ([b54ef29](https://github.com/laravel/laravel/commit/b54ef297b3c723c8438596c6e6afef93a7458b98)) |
4 | 86 |
|
5 | 87 |
|
6 | 88 | ## [v8.4.0 (2020-10-30)](https://github.com/laravel/laravel/compare/v8.3.0...v8.4.0)
|
|
0 commit comments