From 91cdac84042f014299e582480fe4a6dcd22186ea Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Fri, 1 Mar 2024 19:09:53 +0100 Subject: [PATCH] Add release notes for pg-1.5.6 --- History.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/History.md b/History.md index a6af8b283..4d51ce42c 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,11 @@ +## v1.5.6 [2024-03-01] Lars Kanis + +- 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 - Explicitly retype timespec fields to int64_t to fix compatibility with 32bit arches. [#547](https://github.com/ged/ruby-pg/pull/547)