From 2e663b34745c9a91610bfb58b42cd6ecafc2331f Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Thu, 20 Apr 2023 08:29:14 +0200 Subject: [PATCH] Add check_connection to History.md --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index 2077b1ff8..5961069c3 100644 --- a/History.md +++ b/History.md @@ -30,6 +30,7 @@ Enhancements: Previously stdlib libraries `date`, `json`, `ipaddr` and `bigdecimal` were static dependencies, but now only `socket` is mandatory. - Improve garbage collector performance by adding write barriers to all PG classes. [#518](https://github.com/ged/ruby-pg/pull/518) Now they can be promoted to the old generation, which means they only get marked on major GC. +- New method PG::Connection#check_connection to check the socket state. [#521](https://github.com/ged/ruby-pg/pull/521) - Update Windows fat binary gem to OpenSSL-3.1.0. Bugfixes: