2
0

Release v1.1.0

This commit is contained in:
Jack Christensen
2020-02-05 11:00:40 -06:00
parent cde4bcb7af
commit fc71d04d41
+6
View File
@@ -0,0 +1,6 @@
# 1.1.0 (February 5, 2020)
* Use runtime.nanotime for faster tracking of acquire time and last usage time.
* Track resource idle time to enable client health check logic. (Patrick Ellul)
* Add CreateResource to construct a new resource without acquiring it. (Patrick Ellul)
* Fix deadlock race when acquire is cancelled. (Michael Tharp)