File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 9.x
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/framework/compare/v9.16.0...9.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v9.17.0...9.x )
4
+
5
+
6
+ ## [ v9.17.0] ( https://github.com/laravel/framework/compare/v9.16.0...v9.17.0 ) - 2022-06-07
7
+
8
+ ### Added
9
+ - Added Illuminate/Database/Eloquent/Builder::withoutEagerLoad() ([ #42641 ] ( https://github.com/laravel/framework/pull/42641 ) )
10
+ - Allow random string generation to be controlled ([ #42669 ] ( https://github.com/laravel/framework/pull/42669 ) )
11
+ - Adds doesnt_start_with validation ([ #42683 ] ( https://github.com/laravel/framework/pull/42683 ) , [ de35bf2] ( https://github.com/laravel/framework/commit/de35bf2a8ab40013d997c62b5a80cdb907c73b99 ) )
12
+ - Added quarterlyOn cron schedule frequency command ([ #42692 ] ( https://github.com/laravel/framework/pull/42692 ) )
13
+
14
+ ### Fixed
15
+ - Free reserved memory before handling fatal errors ([ #42630 ] ( https://github.com/laravel/framework/pull/42630 ) , [ #42646 ] ( https://github.com/laravel/framework/pull/42646 ) )
16
+ - Prevent $mailer being reset when testing mailables that implement ShouldQueue ([ #42695 ] ( https://github.com/laravel/framework/pull/42695 ) )
17
+ - Added checks for Pusher 7.1 preps ([ #42632 ] ( https://github.com/laravel/framework/pull/42632 ) )
18
+ - Fixed grouping for user authorization ([ #42664 ] ( https://github.com/laravel/framework/pull/42664 ) )
19
+
20
+ ### Changed
21
+ - Allow assertions against pushed string based pushed jobs ([ #42676 ] ( https://github.com/laravel/framework/pull/42676 ) )
4
22
5
23
6
24
## [ v9.16.0] ( https://github.com/laravel/framework/compare/v9.15.0...v9.16.0 ) - 2022-06-02
You can’t perform that action at this time.
0 commit comments