|
1 | 1 | # Release Notes
|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/laravel/laravel/compare/v8.6.10...master)
|
4 |
| - |
5 |
| - |
6 |
| -## [v8.6.10 (2021-12-22)](https://github.com/laravel/laravel/compare/v8.6.9...v8.6.10) |
7 |
| - |
8 |
| -### Changed |
9 |
| -- Bump Laravel to v8.75 ([#5750](https://github.com/laravel/laravel/pull/5750)) |
10 |
| -- Simplify the maintenance file call ([#5752](https://github.com/laravel/laravel/pull/5752)) |
11 |
| -- Add enum translation ([#5753](https://github.com/laravel/laravel/pull/5753)) |
12 |
| -- Add mac_address validation message ([#5754](https://github.com/laravel/laravel/pull/5754)) |
13 |
| - |
14 |
| -### Removed |
15 |
| -- Delete web.config ([#5744](https://github.com/laravel/laravel/pull/5744)) |
16 |
| - |
17 |
| - |
18 |
| -## [v8.6.9 (2021-12-07)](https://github.com/laravel/laravel/compare/v8.6.8...v8.6.9) |
19 |
| - |
20 |
| -### Changed |
21 |
| -- Improves generic types on the skeleton ([#5740](https://github.com/laravel/laravel/pull/5740)) |
22 |
| -- Add option to set sendmail path ([#5741](https://github.com/laravel/laravel/pull/5741)) |
23 |
| - |
24 |
| -### Fixed |
25 |
| -- Fix asset publishing if they were already published ([#5734](https://github.com/laravel/laravel/pull/5734)) |
26 |
| - |
27 |
| - |
28 |
| -## [v8.6.8 (2021-11-23)](https://github.com/laravel/laravel/compare/v8.6.7...v8.6.8) |
29 |
| - |
30 |
| -### Changed |
31 |
| -- Order validation rules alphabetically ([#5728](https://github.com/laravel/laravel/pull/5728)) |
32 |
| -- Removes the Console\Kernel::$commands property ([#5727](https://github.com/laravel/laravel/pull/5727)) |
33 |
| - |
34 |
| - |
35 |
| -## [v8.6.7 (2021-11-16)](https://github.com/laravel/laravel/compare/v8.6.6...v8.6.7) |
36 |
| - |
37 |
| -### Changed |
38 |
| -- Added `declined` and `declined_if` validation rules ([#5723](https://github.com/laravel/laravel/pull/5723)) |
39 |
| -- Should be identical with current sanctum config file ([#5725](https://github.com/laravel/laravel/pull/5725)) |
40 |
| - |
41 |
| - |
42 |
| -## [v8.6.6 (2021-11-09)](https://github.com/laravel/laravel/compare/v8.6.5...v8.6.6) |
43 |
| - |
44 |
| -### Changed |
45 |
| -- Remove redundant `tap()` helper in `index.php` ([#5719](https://github.com/laravel/laravel/pull/5719)) |
46 |
| -- Add `Js` facade ([399d435](https://github.com/laravel/laravel/commit/399d435c4f0b41a5b6d3e14894195f9196d36bb8)) |
47 |
| - |
48 |
| - |
49 |
| -## [v8.6.5 (2021-10-26)](https://github.com/laravel/laravel/compare/v8.6.4...v8.6.5) |
50 |
| - |
51 |
| -### Changed |
52 |
| -- Guess database factory model by default ([#5713](https://github.com/laravel/laravel/pull/5713)) |
53 |
| - |
54 |
| - |
55 |
| -## [v8.6.4 (2021-10-20)](https://github.com/laravel/laravel/compare/v8.6.3...v8.6.4) |
56 |
| - |
57 |
| -### Changed |
58 |
| -- Log deprecations instead of treating them as exceptions ([#5711](https://github.com/laravel/laravel/pull/5711)) |
59 |
| - |
60 |
| - |
61 |
| -## [v8.6.3 (2021-10-05)](https://github.com/laravel/laravel/compare/v8.6.2...v8.6.3) |
62 |
| - |
63 |
| -### Changed |
64 |
| -- Add failover in supported mail configurations comment section ([#5692](https://github.com/laravel/laravel/pull/5692)) |
65 |
| -- Keeping access tokens migration id consistent ([#5691](https://github.com/laravel/laravel/pull/5691)) |
66 |
| -- Ensures downloaded version of Collision supports PHP 8.1 ([#5697](https://github.com/laravel/laravel/pull/5697)) |
67 |
| - |
68 |
| -### Fixed |
69 |
| -- Update lte and gte validation messages to have a grammatically parallel structure ([#5699](https://github.com/laravel/laravel/pull/5699)) |
70 |
| - |
71 |
| - |
72 |
| -## [v8.6.2 (2021-09-07)](https://github.com/laravel/laravel/compare/v8.6.1...v8.6.2) |
73 |
| - |
74 |
| -### Changed |
75 |
| -- Dark mode auth links contrast ([#5678](https://github.com/laravel/laravel/pull/5678)) |
76 |
| -- Added prohibits validation message ([#5681](https://github.com/laravel/laravel/pull/5681)) |
77 |
| - |
78 |
| - |
79 |
| -## [v8.6.1 (2021-08-24)](https://github.com/laravel/laravel/compare/v8.6.0...v8.6.1) |
80 |
| - |
81 |
| -### Changed |
82 |
| -- Add failover driver to default mail config file ([#5672](https://github.com/laravel/laravel/pull/5672)) |
83 |
| - |
84 |
| - |
85 |
| -## [v8.6.0 (2021-08-17)](https://github.com/laravel/laravel/compare/v8.5.24...v8.6.0) |
86 |
| - |
87 |
| -### Added |
88 |
| -- Sanctum ([#5663](https://github.com/laravel/laravel/pull/5663)) |
89 |
| - |
90 |
| - |
91 |
| -## [v8.5.24 (2021-08-10)](https://github.com/laravel/laravel/compare/v8.5.23...v8.5.24) |
92 |
| - |
93 |
| -### Changed |
94 |
| -- Use new `TrustProxies` middleware ([#5662](https://github.com/laravel/laravel/pull/5662)) |
95 |
| - |
96 |
| - |
97 |
| -## [v8.5.23 (2021-08-03)](https://github.com/laravel/laravel/compare/v8.5.22...v8.5.23) |
98 |
| - |
99 |
| -### Changed |
100 |
| -- Unified asset publishing ([#5654](https://github.com/laravel/laravel/pull/5654)) |
101 |
| - |
102 |
| - |
103 |
| -## [v8.5.22 (2021-07-13)](https://github.com/laravel/laravel/compare/v8.5.21...v8.5.22) |
104 |
| - |
105 |
| -### Changed |
106 |
| -- Add RateLimiter facade alias ([#5642](https://github.com/laravel/laravel/pull/5642)) |
107 |
| - |
108 |
| - |
109 |
| -## [v8.5.21 (2021-07-06)](https://github.com/laravel/laravel/compare/v8.5.20...v8.5.21) |
110 |
| - |
111 |
| -### Changed |
112 |
| -- Update validation language files ([#5637](https://github.com/laravel/laravel/pull/5637), [#5636](https://github.com/laravel/laravel/pull/5636)) |
113 |
| - |
114 |
| - |
115 |
| -## [v8.5.20 (2021-06-15)](https://github.com/laravel/laravel/compare/v8.5.19...v8.5.20) |
116 |
| - |
117 |
| -### Changed |
118 |
| -- Add translation for current_password rule ([#5628](https://github.com/laravel/laravel/pull/5628)) |
119 |
| - |
120 |
| - |
121 |
| -## [v8.5.19 (2021-06-01)](https://github.com/laravel/laravel/compare/v8.5.18...v8.5.19) |
122 |
| - |
123 |
| -### Changed |
124 |
| -- Update skeleton for filesystem tweaks to make sail usage easier ([c5d38d4](https://github.com/laravel/laravel/commit/c5d38d469a447d6831c3cf56d193be7941d6586f)) |
125 |
| - |
126 |
| - |
127 |
| -## [v8.5.18 (2021-05-18)](https://github.com/laravel/laravel/compare/v8.5.17...v8.5.18) |
128 |
| - |
129 |
| -### Changed |
130 |
| -- Add Octane cache store ([#5610](https://github.com/laravel/laravel/pull/5610), [637c85d](https://github.com/laravel/laravel/commit/637c85d624bf19355025b68aaa90e6cadf8a2881)) |
131 |
| - |
132 |
| - |
133 |
| -## [v8.5.17 (2021-05-11)](https://github.com/laravel/laravel/compare/v8.5.16...v8.5.17) |
134 |
| - |
135 |
| -### Security |
136 |
| -- Bump framework version to include SQL server security fix ([#5601](https://github.com/laravel/laravel/pull/5601)) |
137 |
| - |
138 |
| - |
139 |
| -## [v8.5.16 (2021-04-20)](https://github.com/laravel/laravel/compare/v8.5.15...v8.5.16) |
140 |
| - |
141 |
| -### Changed |
142 |
| -- Rename test methods ([#5574](https://github.com/laravel/laravel/pull/5574)) |
143 |
| -- Using faker method instead of properties ([#5583](https://github.com/laravel/laravel/pull/5583)) |
144 |
| - |
145 |
| -### Fixed |
146 |
| -- Ignore SQLite files generated on parallel testing ([#5593](https://github.com/laravel/laravel/pull/5593)) |
147 |
| - |
148 |
| - |
149 |
| -## [v8.5.15 (2021-03-23)](https://github.com/laravel/laravel/compare/v8.5.14...v8.5.15) |
150 |
| - |
151 |
| -### Changed |
152 |
| -- Add prohibited validation rule ([#5569](https://github.com/laravel/laravel/pull/5569)) |
153 |
| -- Re-order composer.json ([#5570](https://github.com/laravel/laravel/pull/5570)) |
154 |
| - |
155 |
| - |
156 |
| -## [v8.5.14 (2021-03-16)](https://github.com/laravel/laravel/compare/v8.5.13...v8.5.14) |
157 |
| - |
158 |
| -### Changed |
159 |
| -- Add language for prohibited_if and prohibited_unless validation rules ([#5557](https://github.com/laravel/laravel/pull/5557)) |
160 |
| -- Add date facade alias ([#5556](https://github.com/laravel/laravel/pull/5556)) |
161 |
| - |
162 |
| -### Fixed |
163 |
| -- Add log level config value to stderr channel ([#5558](https://github.com/laravel/laravel/pull/5558)) |
164 |
| -- Fix footer on mobile ([#5561](https://github.com/laravel/laravel/pull/5561)) |
165 |
| - |
166 |
| - |
167 |
| -## [v8.5.13 (2021-03-09)](https://github.com/laravel/laravel/compare/v8.5.12...v8.5.13) |
168 |
| - |
169 |
| -### Changed |
170 |
| -- Use same default queue name for all drivers ([#5549](https://github.com/laravel/laravel/pull/5549)) |
171 |
| -- Standardise "must" and "may" language in validation ([#5552](https://github.com/laravel/laravel/pull/5552)) |
172 |
| -- Add missing 'after_commit' key to queue config ([#5554](https://github.com/laravel/laravel/pull/5554)) |
173 |
| - |
174 |
| - |
175 |
| -## [v8.5.12 (2021-03-02)](https://github.com/laravel/laravel/compare/v8.5.11...v8.5.12) |
176 |
| - |
177 |
| -### Fixed |
178 |
| -- Added sans-serif as Fallback Font ([#5543](https://github.com/laravel/laravel/pull/5543)) |
179 |
| -- Don't trim `current_password` ([#5546](https://github.com/laravel/laravel/pull/5546)) |
180 |
| - |
181 |
| - |
182 |
| -## [v8.5.11 (2021-02-23)](https://github.com/laravel/laravel/compare/v8.5.10...v8.5.11) |
183 |
| - |
184 |
| -### Fixed |
185 |
| -- Don't flash 'current_password' input ([#5541](https://github.com/laravel/laravel/pull/5541)) |
186 |
| - |
187 |
| - |
188 |
| -## [v8.5.10 (2021-02-16)](https://github.com/laravel/laravel/compare/v8.5.9...v8.5.10) |
189 |
| - |
190 |
| -### Changed |
191 |
| -- Add "ably" in comment as a broadcast connection ([#5531](https://github.com/laravel/laravel/pull/5531)) |
192 |
| -- Add unverified state to UserFactory ([#5533](https://github.com/laravel/laravel/pull/5533)) |
193 |
| -- Update login wording ([9a56a60](https://github.com/laravel/laravel/commit/9a56a60cc9e3785683e256d511ee1fb533025a0a)) |
194 |
| - |
195 |
| -### Fixed |
196 |
| -- Fix dead link in web.config ([#5528](https://github.com/laravel/laravel/pull/5528)) |
197 |
| - |
198 |
| - |
199 |
| -## [v8.5.9 (2021-01-19)](https://github.com/laravel/laravel/compare/v8.5.8...v8.5.9) |
200 |
| - |
201 |
| -### Removed |
202 |
| -- Delete `docker-compose.yml` ([#5522](https://github.com/laravel/laravel/pull/5522)) |
203 |
| - |
204 |
| - |
205 |
| -## [v8.5.8 (2021-01-12)](https://github.com/laravel/laravel/compare/v8.5.7...v8.5.8) |
206 |
| - |
207 |
| -### Fixed |
208 |
| -- Update `TrustProxies.php` ([#5514](https://github.com/laravel/laravel/pull/5514)) |
209 |
| - |
210 |
| - |
211 |
| -## [v8.5.7 (2021-01-05)](https://github.com/laravel/laravel/compare/v8.5.6...v8.5.7) |
212 |
| - |
213 |
| -### Changed |
214 |
| -- Update sail to the v1.0.1 ([#5507](https://github.com/laravel/laravel/pull/5507)) |
215 |
| -- Upgrade to Mix v6 ([#5505](https://github.com/laravel/laravel/pull/5505)) |
216 |
| -- Updated Axios ([4de728e](https://github.com/laravel/laravel/commit/4de728e78c91b496ce5de09983a56e229aa0ade1)) |
217 |
| - |
218 |
| - |
219 |
| -## [v8.5.6 (2020-12-22)](https://github.com/laravel/laravel/compare/v8.5.5...v8.5.6) |
220 |
| - |
221 |
| -### Added |
222 |
| -- Add `lock_connection` ([bc339f7](https://github.com/laravel/laravel/commit/bc339f712389cf536ad7e340453f35d1dd865777), [e8788a7](https://github.com/laravel/laravel/commit/e8788a768899ff2a2ef1fe78e24b46e6e10175dc)) |
223 |
| - |
224 |
| - |
225 |
| -## [v8.5.5 (2020-12-12)](https://github.com/laravel/laravel/compare/v8.5.4...v8.5.5) |
226 |
| - |
227 |
| -### Changed |
228 |
| -- Revert changes to env file ([3b2ed46](https://github.com/laravel/laravel/commit/3b2ed46e65c603ddc682753f1a9bb5472c4e12a8)) |
229 |
| - |
230 |
| - |
231 |
| -## [v8.5.4 (2020-12-10)](https://github.com/laravel/laravel/compare/v8.5.3...v8.5.4) |
232 |
| - |
233 |
| -### Changed |
234 |
| -- Gitignore `docker-compose.override.yml` ([#5487](https://github.com/laravel/laravel/pull/5487) |
235 |
| -- Update ENV vars to docker file ([ddb26fb](https://github.com/laravel/laravel/commit/ddb26fbc504cd64fb1b89511773aa8d03c758c6d)) |
236 |
| - |
237 |
| - |
238 |
| -## [v8.5.3 (2020-12-10)](https://github.com/laravel/laravel/compare/v8.5.2...v8.5.3) |
239 |
| - |
240 |
| -### Changed |
241 |
| -- Disable `TrustHosts` middleware ([b7cde8b](https://github.com/laravel/laravel/commit/b7cde8b495e183f386da63ff7792e0dea9cfcf56)) |
242 |
| - |
243 |
| - |
244 |
| -## [v8.5.2 (2020-12-08)](https://github.com/laravel/laravel/compare/v8.5.1...v8.5.2) |
245 |
| - |
246 |
| -### Added |
247 |
| -- Add Sail ([17668be](https://github.com/laravel/laravel/commit/17668beabe4cb489ad07abb8af0a9da01860601e)) |
248 |
| - |
249 |
| - |
250 |
| -## [v8.5.1 (2020-12-08)](https://github.com/laravel/laravel/compare/v8.5.0...v8.5.1) |
251 |
| - |
252 |
| -### Changed |
253 |
| -- Revert change to `QUEUE_CONNECTION` ([34368a4](https://github.com/laravel/laravel/commit/34368a4fab61839c106efb1eea087cc270639619)) |
254 |
| - |
255 |
| - |
256 |
| -## [v8.5.0 (2020-12-08)](https://github.com/laravel/laravel/compare/v8.4.4...v8.5.0) |
257 |
| - |
258 |
| -### Added |
259 |
| -- Add Sail file ([bcd87e8](https://github.com/laravel/laravel/commit/bcd87e80ac7fa6a5daf0e549059ad7cb0b41ce75)) |
260 |
| - |
261 |
| -### Changed |
262 |
| -- Update env file for Sail ([a895748](https://github.com/laravel/laravel/commit/a895748980b3e055ffcb68b6bc1c2e5fad6ecb08)) |
263 |
| - |
264 |
| - |
265 |
| -## [v8.4.4 (2020-12-01)](https://github.com/laravel/laravel/compare/v8.4.3...v8.4.4) |
266 |
| - |
267 |
| -### Changed |
268 |
| -- Comment out `Redis` facade by default ([612d166](https://github.com/laravel/laravel/commit/612d16600419265566d01a19c852ddb13b5e9f4b)) |
269 |
| -- Uncomment `TrustHosts` middleware to enable it by default ([#5477](https://github.com/laravel/laravel/pull/5477)) |
270 |
| - |
271 |
| -### Removed |
272 |
| -- Remove cloud option ([82213fb](https://github.com/laravel/laravel/commit/82213fbf40fc4ec687781d0b93ff60a7de536913)) |
273 |
| - |
274 |
| - |
275 |
| -## [v8.4.3 (2020-11-24)](https://github.com/laravel/laravel/compare/v8.4.2...v8.4.3) |
276 |
| - |
277 |
| -### Added |
278 |
| -- Add ably entry ([5182e9c](https://github.com/laravel/laravel/commit/5182e9c6de805e025fb4cfad63c210c3197002ab)) |
279 |
| - |
280 |
| -### Fixed |
281 |
| -- Add missing null cache driver in `config/cache.php` ([#5472](https://github.com/laravel/laravel/pull/5472)) |
282 |
| - |
283 |
| - |
284 |
| -## [v8.4.2 (2020-11-17)](https://github.com/laravel/laravel/compare/v8.4.1...v8.4.2) |
285 |
| - |
286 |
| -### Changed |
287 |
| -- Add sanctum cookie endpoint to default cors paths ([aa6d3660](https://github.com/laravel/laravel/commit/aa6d3660114c93e537a52e0ba3c03071a7f3e67f)) |
288 |
| -- Modify the `cache.php` docblocks ([#5468](https://github.com/laravel/laravel/pull/5468)) |
289 |
| -- Add stub handler ([4931af1](https://github.com/laravel/laravel/commit/4931af14006610bf8fd1f860cea1117c68133e94)) |
290 |
| - |
291 |
| -### Fixed |
292 |
| -- Closed @auth correctly ([#5471](https://github.com/laravel/laravel/pull/5471)) |
293 |
| - |
294 |
| - |
295 |
| -## [v8.4.1 (2020-11-10)](https://github.com/laravel/laravel/compare/v8.4.0...v8.4.1) |
296 |
| - |
297 |
| -### Changed |
298 |
| -- Add auth line ([b54ef29](https://github.com/laravel/laravel/commit/b54ef297b3c723c8438596c6e6afef93a7458b98)) |
299 |
| - |
300 |
| - |
301 |
| -## [v8.4.0 (2020-10-30)](https://github.com/laravel/laravel/compare/v8.3.0...v8.4.0) |
302 |
| - |
303 |
| -### Changed |
304 |
| -- Bump several dependencies |
305 |
| - |
306 |
| - |
307 |
| -## [v8.3.0 (2020-10-29)](https://github.com/laravel/laravel/compare/v8.2.0...v8.3.0) |
308 |
| - |
309 |
| -### Added |
310 |
| -- PHP 8 Support ([4c25cb9](https://github.com/laravel/laravel/commit/4c25cb953a0bbd4812bf92af71a13920998def1e)) |
311 |
| - |
312 |
| -### Changed |
313 |
| -- Update Faker ([#5461](https://github.com/laravel/laravel/pull/5461)) |
314 |
| -- Update minimum Laravel version ([86d4ec0](https://github.com/laravel/laravel/commit/86d4ec095f1681df736d53206780d79f5857907c)) |
315 |
| -- Revert to per user API rate limit ([#5456](https://github.com/laravel/laravel/pull/5456), [bec982b](https://github.com/laravel/laravel/commit/bec982b0a3962c8a3e1f665e987360bb8c056298)) |
316 |
| - |
317 |
| -### Fixed |
318 |
| -- Delete removed webpack flag ([#5460](https://github.com/laravel/laravel/pull/5460)) |
319 |
| - |
320 |
| - |
321 |
| -## [v8.2.0 (2020-10-20)](https://github.com/laravel/laravel/compare/v8.1.0...v8.2.0) |
322 |
| - |
323 |
| -### Added |
324 |
| -- Added 'LOG_LEVEL' env variable in `.env.example` ([#5445](https://github.com/laravel/laravel/pull/5445)) |
325 |
| -- Add 'multiple_of' translation ([#5449](https://github.com/laravel/laravel/pull/5449)) |
326 |
| - |
327 |
| - |
328 |
| -## [v8.1.0 (2020-10-06)](https://github.com/laravel/laravel/compare/v8.0.3...v8.1.0) |
329 |
| - |
330 |
| -### Added |
331 |
| -- Added `LOG_LEVEL` env variable ([#5442](https://github.com/laravel/laravel/pull/5442)) |
332 |
| - |
333 |
| -### Changed |
334 |
| -- Type hint the middleware Request ([#5438](https://github.com/laravel/laravel/pull/5438)) |
335 |
| - |
336 |
| - |
337 |
| -## [v8.0.3 (2020-09-22)](https://github.com/laravel/laravel/compare/v8.0.2...v8.0.3) |
338 |
| - |
339 |
| -### Changed |
340 |
| -- Add comment ([a6ca577](https://github.com/laravel/laravel/commit/a6ca5778391b150102637459ac3b2a42d78d495b)) |
341 |
| - |
342 |
| - |
343 |
| -## [v8.0.2 (2020-09-22)](https://github.com/laravel/laravel/compare/v8.0.1...v8.0.2) |
344 |
| - |
345 |
| -### Changed |
346 |
| -- Fully qualified user model in seeder ([#5406](https://github.com/laravel/laravel/pull/5406)) |
347 |
| -- Update model path in `AuthServiceProvider`'s policies ([#5412](https://github.com/laravel/laravel/pull/5412)) |
348 |
| -- Add commented code ([69d0c50](https://github.com/laravel/laravel/commit/69d0c504e3ff01e0fd219e02ebac9b1c22151c2a)) |
349 |
| - |
350 |
| -### Fixed |
351 |
| -- Swap route order ([292a5b2](https://github.com/laravel/laravel/commit/292a5b26a9293d82ab5a7d0bb81bba02ea71758e)) |
352 |
| -- Fix route when uncomment $namespace ([#5424](https://github.com/laravel/laravel/pull/5424)) |
353 |
| - |
354 |
| -### Removed |
355 |
| -- Removed `$namespace` property ([b33852e](https://github.com/laravel/laravel/commit/b33852ecace72791f4bc28b8dd84c108166512bf)) |
356 |
| - |
357 |
| - |
358 |
| -## [v8.0.1 (2020-09-09)](https://github.com/laravel/laravel/compare/v8.0.0...v8.0.1) |
359 |
| - |
360 |
| -### Changed |
361 |
| -- Re-add property to route service provider ([9cbc381](https://github.com/laravel/laravel/commit/9cbc3819f7b1c268447996d347a1733aa68e16d7)) |
362 |
| - |
363 |
| - |
364 |
| -## [v8.0.0 (2020-09-08)](https://github.com/laravel/laravel/compare/v7.30.1...v8.0.0) |
365 |
| - |
366 |
| -Laravel 8 comes with a lot of changes to the base skeleton. Please consult the diff to see what's changed. |
0 commit comments