We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06eabec + ddad064 commit 50226c8Copy full SHA for 50226c8
guides/source/5_2_release_notes.md
@@ -615,6 +615,10 @@ Please refer to the [Changelog][active-record] for detailed changes.
615
the parent class was getting deleted when the child was not.
616
([Commit](https://github.com/rails/rails/commit/b0fc04aa3af338d5a90608bf37248668d59fc881))
617
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
+
622
Active Model
623
------------
624
0 commit comments