Skip to content

Commit 50226c8

Browse files
authored
Merge pull request rails#35428 from zachwalton/review/honorable-mention
Add note about idle connection reaper to 5.2 release notes
2 parents 06eabec + ddad064 commit 50226c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

guides/source/5_2_release_notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,10 @@ Please refer to the [Changelog][active-record] for detailed changes.
615615
the parent class was getting deleted when the child was not.
616616
([Commit](https://github.com/rails/rails/commit/b0fc04aa3af338d5a90608bf37248668d59fc881))
617617

618+
* Idle database connections (previously just orphaned connections) are now
619+
periodically reaped by the connection pool reaper.
620+
([Commit](https://github.com/rails/rails/pull/31221/commits/9027fafff6da932e6e64ddb828665f4b01fc8902))
621+
618622
Active Model
619623
------------
620624

0 commit comments

Comments
 (0)