Skip to content

Commit

Permalink
Update release notes for pg-1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jul 28, 2024
1 parent 5935b15 commit cdb5202
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## v1.5.7 [2024-07-20] Lars Kanis <lars@greiz-reinsdorf.de>
## v1.5.7 [2024-07-28] Lars Kanis <lars@greiz-reinsdorf.de>

- Remove deprecated use of fptr->fd.[#562](https://github.com/ged/ruby-pg/pull/562)
Direct access is disallowed since ruby-3.4.
- Make `pgconn_connect_poll` close the socket prior to calling `PQconnectPoll`. [#564](https://github.com/ged/ruby-pg/pull/564)
This could result in an exception while connectiing when used multi threaded.
This could result in an exception while connecting when used multi threaded.
- Fix several typos and improve spelling in documentation and code. [#566](https://github.com/ged/ruby-pg/pull/566)
- Add missing PG::RollbackTransaction as an option to exit conn.transaction. [#560](https://github.com/ged/ruby-pg/pull/560)
Usage like in rails: https://api.rubyonrails.org/classes/ActiveRecord/Rollback.html
- Don't print a warning when bigdecimal is required on ruby-3.4+ [#574](https://github.com/ged/ruby-pg/pull/574)


## v1.5.6 [2024-03-01] Lars Kanis <lars@greiz-reinsdorf.de>
Expand Down

0 comments on commit cdb5202

Please sign in to comment.