From eca38babcea8b207352e56d6982917cee56b29b8 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Fri, 28 Oct 2022 18:35:17 -0500 Subject: [PATCH] Release v2.1.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 769fb01..a1c9dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2.1.0 (October 28, 2022) + +* Concurrency control is now implemented with a semaphore. This simplifies some internal logic, resolves a few error conditions (including a deadlock), and improves performance. (Jan Dubsky) +* Go 1.19 is now required for the improved atomic support. + # 2.0.1 (October 28, 2022) * Fix race condition when Close is called concurrently with multiple constructors