2
0

Release v2.2.1

This commit is contained in:
Jack Christensen
2023-07-15 10:02:06 -05:00
parent 8101c0dff4
commit 825ae07315
+6
View File
@@ -1,3 +1,9 @@
# 2.2.1 (July 15, 2023)
* Fix: CreateResource cannot overflow pool. This changes documented behavior of CreateResource. Previously,
CreateResource could create a resource even if the pool was full. This could cause the pool to overflow. While this
was documented, it was documenting incorrect behavior. CreateResource now returns an error if the pool is full.
# 2.2.0 (February 11, 2023)
* Use Go 1.19 atomics and drop go.uber.org/atomic dependency