From 5855e7c199cdb0bee764f2f75e304eb2daa3aca7 Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Thu, 17 Nov 2022 14:17:04 +0100 Subject: [PATCH] Update History for pg-1.4.5 --- History.rdoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/History.rdoc b/History.rdoc index e1a465e05..44d428383 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,12 @@ +== v1.4.5 [2022-11-17] Lars Kanis + +- Return the libpq default port when blank in conninfo. #492 +- Add PG::DEF_PGPORT constant and use it in specs. #492 +- Fix name resolution when empty or `nil` port is given. +- Update error codes to PostgreSQL-15. +- Update Windows fat binary gem to PostgreSQL-15.1 AND OpenSSL-1.1.1s. + + == v1.4.4 [2022-10-11] Lars Kanis - Revert to let libpq do the host iteration while connecting. #485