-
Notifications
You must be signed in to change notification settings - Fork 180
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
8 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,11 @@ | ||
## 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) | ||
This is important, if DNS is used for load balancing, etc. | ||
- Make bigdecimal an optional dependency. [#556](https://github.com/ged/ruby-pg/pull/556) | ||
It's a gem in ruby-3.4+, so that users shouldn't be forced to use it. | ||
|
||
|
||
## v1.5.5 [2024-02-15] Lars Kanis <[email protected]> | ||
|
||
- Explicitly retype timespec fields to int64_t to fix compatibility with 32bit arches. [#547](https://github.com/ged/ruby-pg/pull/547) | ||
|