File tree 2 files changed +9
-1
lines changed 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/laravel/compare/v8.5.5...master )
3
+ ## [ Unreleased] ( https://github.com/laravel/laravel/compare/v8.5.6...master )
4
+
5
+
6
+ ## [ v8.5.6 (2020-12-22)] ( https://github.com/laravel/laravel/compare/v8.5.5...v8.5.6 )
7
+
8
+ ### Added
9
+ - Add ` lock_connection ` ([ ] ( https://github.com/laravel/laravel/commit/bc339f712389cf536ad7e340453f35d1dd865777 ) , [ e8788a7] ( https://github.com/laravel/laravel/commit/e8788a768899ff2a2ef1fe78e24b46e6e10175dc ) )
4
10
5
11
6
12
## [ v8.5.5 (2020-12-12)] ( https://github.com/laravel/laravel/compare/v8.5.4...v8.5.5 )
Original file line number Diff line number Diff line change 46
46
'driver ' => 'database ' ,
47
47
'table ' => 'cache ' ,
48
48
'connection ' => null ,
49
+ 'lock_connection ' => null ,
49
50
],
50
51
51
52
'file ' => [
75
76
'redis ' => [
76
77
'driver ' => 'redis ' ,
77
78
'connection ' => 'cache ' ,
79
+ 'lock_connection ' => 'default ' ,
78
80
],
79
81
80
82
'dynamodb ' => [
You can’t perform that action at this time.
0 commit comments