-
Notifications
You must be signed in to change notification settings - Fork 182
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
9 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,12 @@ | ||
== v1.4.5 [2022-11-17] Lars Kanis <[email protected]> | ||
|
||
- 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 <[email protected]> | ||
|
||
- Revert to let libpq do the host iteration while connecting. #485 | ||
|