From 0e3610850b9c65d23f070ce1cc120f225e27f329 Mon Sep 17 00:00:00 2001 From: Marcelo Zabani Date: Thu, 2 Jul 2026 18:41:51 -0300 Subject: [PATCH] Prepare for v0.2.1.0 --- CHANGELOG.md | 8 +++++++- hpgsql/hpgsql.cabal | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54365c9..b7f8dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -## v0.2.0 +## v0.2.1.0 + +- Major fix: connecting via TCP on MacOS could fail completely. Thanks @luntain for the contribution. +- Performance materializing query results improved by ~17% +- Future-proofing for a future protocol change: accepting longer backend secret keys. + +## v0.2.0.0 - Fixed a bug where an asynchronous exception thrown at the right time could hide an `IrrecoverableHpgsqlError` when using `withTransaction`. Thank you Yuras for the report. - SCRAM-SHA-256 authentication implemented. diff --git a/hpgsql/hpgsql.cabal b/hpgsql/hpgsql.cabal index b3aeaf0..ea8d0d8 100644 --- a/hpgsql/hpgsql.cabal +++ b/hpgsql/hpgsql.cabal @@ -1,7 +1,7 @@ cabal-version: 2.0 name: hpgsql -version: 0.2.0.0 +version: 0.2.1.0 synopsis: Pure Haskell PostgreSQL driver (no libpq) description: hpgsql is a pure Haskell implementation of a PostgreSQL driver category: Database