Skip to content

Commit ba05097

Browse files
committed
Release v5.5.1
1 parent 384fe77 commit ba05097

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# Unreleased
1+
# 5.5.1 (December 9, 2023)
22

33
* Add CopyFromFunc helper function. (robford)
44
* Add PgConn.Deallocate method that uses PostgreSQL protocol Close message.
55
* pgx uses new PgConn.Deallocate method. This allows deallocating statements to work in a failed transaction. This fixes a case where the prepared statement map could become invalid.
66
* Fix: Prefer driver.Valuer over json.Marshaler for json fields. (Jacopo)
77
* Fix: simple protocol SQL sanitizer previously panicked if an invalid $0 placeholder was used. This now returns an error instead. (maksymnevajdev)
8+
* Add pgtype.Numeric.ScanScientific (Eshton Robateau)
89

910
# 5.5.0 (November 4, 2023)
1011

0 commit comments

Comments
 (0)