Skip to content

Commit

Permalink
Merge branch '6.x' into 8.x
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/Illuminate/Foundation/Application.php
  • Loading branch information
driesvints committed Nov 9, 2021
2 parents 8e2d727 + 8f054a7 commit 9c09360
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Release Notes for 6.x

## [Unreleased](https://github.com/laravel/framework/compare/v6.20.36...6.x)
## [Unreleased](https://github.com/laravel/framework/compare/v6.20.37...6.x)


## [v6.20.37 (2021-11-02)](https://github.com/laravel/framework/compare/v6.20.36...v6.20.37)

### Fixed
- Fixed rate limiting unicode issue ([#39375](https://github.com/laravel/framework/pull/39375))


## [v6.20.36 (2021-10-19)](https://github.com/laravel/framework/compare/v6.20.35...v6.20.36)
Expand Down
1 change: 1 addition & 0 deletions src/Illuminate/Database/DetectsLostConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ protected function causedByLostConnection(Throwable $e)
'SQLSTATE[HY000]: General error: 7 SSL SYSCALL error: No route to host',
'The client was disconnected by the server because of inactivity. See wait_timeout and interactive_timeout for configuring this behavior.',
'SQLSTATE[08006] [7] could not translate host name',
'TCP Provider: Error code 0x274C',
]);
}
}

0 comments on commit 9c09360

Please sign in to comment.