File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 8.x
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/framework/compare/v8.42.1...8.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v8.43.0...8.x )
4
+
5
+
6
+ ## [ v8.43.0 (2021-05-25)] ( https://github.com/laravel/framework/compare/v8.42.1...v8.43.0 )
7
+
8
+ ### Added
9
+ - Added ` Illuminate\Auth\Authenticatable::getAuthIdentifierForBroadcasting() ` ([ #37408 ] ( https://github.com/laravel/framework/pull/37408 ) )
10
+ - Added eloquent strict loading mode ([ #37363 ] ( https://github.com/laravel/framework/pull/37363 ) )
11
+ - Added default timeout to NotPwnedVerifier validator ([ #37440 ] ( https://github.com/laravel/framework/pull/37440 ) , [ 45567e0] ( https://github.com/laravel/framework/commit/45567e0c0707bb2b418a4218e62fa85e478a68d9 ) )
12
+ - Added beforeQuery to base query builder ([ #37431 ] ( https://github.com/laravel/framework/pull/37431 ) )
13
+ - Added ` Illuminate\Queue\Jobs\Job::shouldFailOnTimeout() ` ([ #37450 ] ( https://github.com/laravel/framework/pull/37450 ) )
14
+ - Added ` ValidatorAwareRule ` interface ([ #37442 ] ( https://github.com/laravel/framework/pull/37442 ) )
15
+ - Added model support for database assertions ([ #37459 ] ( https://github.com/laravel/framework/pull/37459 ) )
16
+
17
+ ### Fixed
18
+ - Fixed eager loading one-of-many relationships with multiple aggregates ([ #37436 ] ( https://github.com/laravel/framework/pull/37436 ) )
19
+
20
+ ### Changed
21
+ - Improve signed url signature verification ([ #37432 ] ( https://github.com/laravel/framework/pull/37432 ) )
22
+ - Improve one-of-many performance ([ #37451 ] ( https://github.com/laravel/framework/pull/37451 ) )
23
+ - Update ` Illuminate/Pagination/Cursor::parameter() ` ([ #37458 ] ( https://github.com/laravel/framework/pull/37458 ) )
24
+ - Reconnect the correct connection when using ::read or ::write ([ #37471 ] ( https://github.com/laravel/framework/pull/37471 ) , [ d1a32f9] ( https://github.com/laravel/framework/commit/d1a32f9acb225b6b7b360736f3c717461220dac9 ) )
4
25
5
26
6
27
## [ v8.42.1 (2021-05-19)] ( https://github.com/laravel/framework/compare/v8.42.0...v8.42.1 )
You can’t perform that action at this time.
0 commit comments