Skip to content

Commit 0c2165f

Browse files
committed
[8.x] update changelog
1 parent 7b3b27d commit 0c2165f

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG-8.x.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Release Notes for 8.x
22

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))
425

526

627
## [v8.42.1 (2021-05-19)](https://github.com/laravel/framework/compare/v8.42.0...v8.42.1)

0 commit comments

Comments
 (0)