Merge pull request #35428 from zachwalton/review/honorable-mention

Add note about idle connection reaper to 5.2 release notes
This commit is contained in:
Kasper Timm Hansen 2019-02-27 20:25:07 +01:00 committed by GitHub
commit 50226c8fe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -615,6 +615,10 @@ Please refer to the [Changelog][active-record] for detailed changes.
the parent class was getting deleted when the child was not.
([Commit](https://github.com/rails/rails/commit/b0fc04aa3af338d5a90608bf37248668d59fc881))
* Idle database connections (previously just orphaned connections) are now
periodically reaped by the connection pool reaper.
([Commit](https://github.com/rails/rails/pull/31221/commits/9027fafff6da932e6e64ddb828665f4b01fc8902))
Active Model
------------