-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
## v1.5.7 [2024-07-20] Lars Kanis <[email protected]> | ||
|
||
- 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. | ||
- 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 | ||
|
||
|
||
## v1.5.6 [2024-03-01] Lars Kanis <[email protected]> | ||
|
||
- Renew address resolution (DNS) in conn.reset. [#558](https://github.com/ged/ruby-pg/pull/558) | ||
|