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.
1 parent cf1a2e2 commit 2e663b3Copy full SHA for 2e663b3
History.md
@@ -30,6 +30,7 @@ Enhancements:
30
Previously stdlib libraries `date`, `json`, `ipaddr` and `bigdecimal` were static dependencies, but now only `socket` is mandatory.
31
- Improve garbage collector performance by adding write barriers to all PG classes. [#518](https://github.com/ged/ruby-pg/pull/518)
32
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)
34
- Update Windows fat binary gem to OpenSSL-3.1.0.
35
36
Bugfixes:
0 commit comments