Release v1.10.0

query-exec-mode
Jack Christensen 2021-07-24 10:52:26 -05:00
parent d89c8390a5
commit 53f5fed36c
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# 1.10.0 (July 24, 2021)
* net.Timeout errors are no longer returned when a query is canceled via context. A wrapped context error is returned.
# 1.9.0 (July 10, 2021)
* pgconn.Timeout only is true for errors originating in pgconn (Michael Darr)