Skip to content

Commit b77b5df

Browse files
authored
Prepare for v0.2.1.0
1 parent 967aab2 commit b77b5df

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## v0.2.0
1+
## v0.2.1.0
2+
3+
- Major fix: connecting via TCP on MacOS could fail completely. Thanks @luntain for the contribution.
4+
- Performance materializing query results improved by ~17%
5+
- Future-proofing for a future protocol change: accepting longer backend secret keys.
6+
7+
## v0.2.0.0
28

39
- 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.
410
- SCRAM-SHA-256 authentication implemented.

hpgsql/hpgsql.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.0
22

33
name: hpgsql
4-
version: 0.2.0.0
4+
version: 0.2.1.0
55
synopsis: Pure Haskell PostgreSQL driver (no libpq)
66
description: hpgsql is a pure Haskell implementation of a PostgreSQL driver
77
category: Database

0 commit comments

Comments
 (0)