Skip to content

Commit 2e663b3

Browse files
committed
Add check_connection to History.md
1 parent cf1a2e2 commit 2e663b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

History.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Enhancements:
3030
Previously stdlib libraries `date`, `json`, `ipaddr` and `bigdecimal` were static dependencies, but now only `socket` is mandatory.
3131
- Improve garbage collector performance by adding write barriers to all PG classes. [#518](https://github.com/ged/ruby-pg/pull/518)
3232
Now they can be promoted to the old generation, which means they only get marked on major GC.
33+
- New method PG::Connection#check_connection to check the socket state. [#521](https://github.com/ged/ruby-pg/pull/521)
3334
- Update Windows fat binary gem to OpenSSL-3.1.0.
3435

3536
Bugfixes:

0 commit comments

Comments
 (0)