diff options
author | Zach Walton <zachwalton@apple.com> | 2019-02-27 09:28:10 -0800 |
---|---|---|
committer | Zach Walton <zachwalton@apple.com> | 2019-02-27 09:28:10 -0800 |
commit | ddad0649c2b12ad86d41f378514fd1fea2c1cb1b (patch) | |
tree | 24e39b338ad452ba5d7af4cafb0283329c91fea1 /guides/source | |
parent | 06eabecfc0c5f9022b74061fde1bb30f5afb4945 (diff) | |
download | rails-ddad0649c2b12ad86d41f378514fd1fea2c1cb1b.tar.gz rails-ddad0649c2b12ad86d41f378514fd1fea2c1cb1b.tar.bz2 rails-ddad0649c2b12ad86d41f378514fd1fea2c1cb1b.zip |
add note about idle connection reaper to 5.2 release notes
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/5_2_release_notes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/source/5_2_release_notes.md b/guides/source/5_2_release_notes.md index c5b914fffc..29b355119c 100644 --- a/guides/source/5_2_release_notes.md +++ b/guides/source/5_2_release_notes.md @@ -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 ------------ |