Skip to content

Commit

Permalink
Release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jackc committed Jul 15, 2023
1 parent 8101c0d commit 825ae07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 825ae07

Please sign in to comment.