2
0

Release v1.8.1

This commit is contained in:
Jack Christensen
2021-03-25 09:15:34 -04:00
parent cdb667b5b0
commit 464a7d88d9
+7
View File
@@ -1,3 +1,10 @@
# 1.8.1 (March 25, 2021)
* Better connection string sanitization (ip.novikov)
* Use proper pgpass location on Windows (Moshe Katz)
* Use errors instead of golang.org/x/xerrors
* Resume fallback on server error in Connect (Andrey Borodin)
# 1.8.0 (December 3, 2020)
* Add StatementErrored method to stmtcache.Cache. This allows the cache to purge invalidated prepared statements. (Ethan Pailes)