File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 10.x
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/framework/compare/v10.9.0...10.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v10.10.0...10.x )
4
+
5
+
6
+ ## [ v10.10.0 (2023-05-09)] ( https://github.com/laravel/framework/compare/v10.9.0...v10.10.0 )
7
+
8
+ ### Added
9
+ - Added ` $isolated ` and ` isolatedExitCode ` properties to ` Illuminate/Console/Command ` ([ #46925 ] ( https://github.com/laravel/framework/pull/46925 ) )
10
+ - Added ability to restore/set Global Scopes ([ #46922 ] ( https://github.com/laravel/framework/pull/46922 ) )
11
+ - Added ` Illuminate/Collections/Arr::sortRecursiveDesc() ` ([ #46945 ] ( https://github.com/laravel/framework/pull/46945 ) )
12
+ - Added ` Illuminate/Support/Sleep ` ([ #46904 ] ( https://github.com/laravel/framework/pull/46904 ) , [ #46963 ] ( https://github.com/laravel/framework/pull/46963 ) )
13
+ - Added ` Illuminate/Database/Eloquent/Concerns/HasAttributes::castAttributeAsHashedString() ` ([ #46947 ] https://github.com/laravel/framework/pull/46947 )
14
+ - Added url support for mail config ([ #46964 ] ( https://github.com/laravel/framework/pull/46964 ) )
15
+
16
+ ### Fixed
17
+ - Fixed replace missing_unless ([ 89ac58a] ( https://github.com/laravel/framework/commit/89ac58aa9b4fb7ef9f3b2290921488da1454ed30 ) )
18
+ - Gracefully handle invalid code points in e() ([ #46914 ] ( https://github.com/laravel/framework/pull/46914 ) )
19
+ - HasCasts returning false instead of true ([ #46992 ] ( https://github.com/laravel/framework/pull/46992 ) )
20
+
21
+ ### Changed
22
+ - Use method on UploadedFile to validate image dimensions ([ #46912 ] ( https://github.com/laravel/framework/pull/46912 ) )
23
+ - Expose Js::json() helper ([ #46935 ] ( https://github.com/laravel/framework/pull/46935 ) )
24
+ - Respect parents on middleware priority ([ #46972 ] ( https://github.com/laravel/framework/pull/46972 ) )
25
+ - Do reconnect when redis throws connection lost error ([ #46989 ] ( https://github.com/laravel/framework/pull/46989 ) )
26
+ - Throw timeoutException instead of maxAttemptsExceededException when a job times out ([ #46968 ] ( https://github.com/laravel/framework/pull/46968 ) )
4
27
5
28
6
29
## [ v10.9.0 (2023-04-25)] ( https://github.com/laravel/framework/compare/v10.8.0...v10.9.0 )
You can’t perform that action at this time.
0 commit comments