Skip to content

Commit

Permalink
Add check_connection to History.md
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Apr 20, 2023
1 parent cf1a2e2 commit 2e663b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2e663b3

Please sign in to comment.