From 2578f3f2f210af66580830662f474dce3ce492e8 Mon Sep 17 00:00:00 2001 From: Maciej Mensfeld Date: Wed, 21 Jun 2023 12:28:18 +0200 Subject: [PATCH] v2.6.2 (#362) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7768bd..5ffe3d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # WaterDrop changelog -### 2.6.2 (Unreleased) +### 2.6.2 (2023-06-21) - [Refactor] Introduce a counter-based locking approach to make sure, that we close the producer safely but at the same time not to limit messages production with producing lock. - [Refactor] Make private methods private. - [Refactor] Validate that producer is not closed only when attempting to produce.