2
0

Release v1.1.1

This commit is contained in:
Jack Christensen
2020-04-02 22:18:14 -05:00
parent 558756d6c4
commit 6706e16fc2
+7
View File
@@ -1,3 +1,10 @@
# 1.1.1 (April 2, 2020)
* Pool.Close can be safely called multiple times
* AcquireAllIDle immediately returns nil if pool is closed
* CreateResource checks if pool is closed before taking any action
* Fix potential race condition when CreateResource and Close are called concurrently. CreateResource now checks if pool is closed before adding newly created resource to pool.
# 1.1.0 (February 5, 2020)
* Use runtime.nanotime for faster tracking of acquire time and last usage time.