You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
-
# Unreleased
1
+
# 5.5.1 (December 9, 2023)
2
2
3
3
* Add CopyFromFunc helper function. (robford)
4
4
* Add PgConn.Deallocate method that uses PostgreSQL protocol Close message.
5
5
* 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.
6
6
* Fix: Prefer driver.Valuer over json.Marshaler for json fields. (Jacopo)
7
7
* Fix: simple protocol SQL sanitizer previously panicked if an invalid $0 placeholder was used. This now returns an error instead. (maksymnevajdev)
0 commit comments