-
Notifications
You must be signed in to change notification settings - Fork 183
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
10 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,13 @@ | ||
== v1.4.4 [2022-10-11] Lars Kanis <[email protected]> | ||
|
||
- Revert to let libpq do the host iteration while connecting. #485 | ||
Ensure that parameter `connect_timeout` is still respected. | ||
- Handle multiple hosts in the connection string, where only one host has writable session. #476 | ||
- Add some useful information to PG::Connection#inspect. #487 | ||
- Support new pgresult_stream_any API in sequel_pg-1.17.0. #481 | ||
- Update Windows fat binary gem to PostgreSQL-14.5. | ||
|
||
|
||
== v1.4.3 [2022-08-09] Lars Kanis <[email protected]> | ||
|
||
- Avoid memory bloat possible in put_copy_data in pg-1.4.0 to 1.4.2. #473 | ||
|