From 825ae07315635013021d71e1c2cac71c367f2902 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 15 Jul 2023 10:02:06 -0500 Subject: [PATCH] Release v2.2.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82e88cd..a15991c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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