Update History for pg-1.4.4

This commit is contained in:
Lars Kanis 2022-10-11 11:38:09 +02:00
parent 7534e7a45b
commit 87446b4035
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
== v1.4.4 [2022-10-11] Lars Kanis <lars@greiz-reinsdorf.de>
- 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 <lars@greiz-reinsdorf.de>
- Avoid memory bloat possible in put_copy_data in pg-1.4.0 to 1.4.2. #473