From e14638e1251942ee8ce1397c5f834c988fec897e Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Thu, 3 Dec 2020 19:50:07 -0600 Subject: [PATCH] Release v4.10.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad9ba2d7..be4a6002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 4.10.0 (December 3, 2020) + +* Add CopyFromSlice to simplify CopyFrom usage (Egon Elbre) +* Remove broken prepared statements from stmtcache (Ethan Pailes) +* stdlib: consider any Ping error as fatal +* Update puddle to v1.1.3 - this fixes an issue where concurrent Acquires can hang when a connection cannot be established +* Update pgtype to v1.6.2 + # 4.9.2 (November 3, 2020) The underlying library updates fix an issue where appending to a scanned slice could corrupt other data.