2
0

Release v1.10.1

This commit is contained in:
Jack Christensen
2021-11-20 09:56:46 -06:00
parent 146268e829
commit 662ecb496f
+7
View File
@@ -1,3 +1,10 @@
# 1.10.1 (November 20, 2021)
* Close without waiting for response (Kei Kamikawa)
* Save waiting for network round-trip in CopyFrom (Rueian)
* Fix concurrency issue with ContextWatcher
* LRU.Get always checks context for cancellation / expiration (Georges Varouchas)
# 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.