Skip to content

Commit

Permalink
Add release notes for pg-1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Mar 1, 2024
1 parent 27d7c2a commit 91cdac8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v1.5.6 [2024-03-01] Lars Kanis <lars@greiz-reinsdorf.de>

- 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 <lars@greiz-reinsdorf.de>

- Explicitly retype timespec fields to int64_t to fix compatibility with 32bit arches. [#547](https://github.com/ged/ruby-pg/pull/547)
Expand Down

0 comments on commit 91cdac8

Please sign in to comment.