From 55be1c5731b8aa7e1506bc19307d8c7e282c77c4 Mon Sep 17 00:00:00 2001 From: Daniel Blankensteiner Date: Wed, 24 Jan 2024 11:59:51 +0100 Subject: [PATCH] Make ready for release 3.1.2-rc.1 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e514d6b..f579e82ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [3.1.2-rc.1] - 2024-01-24 ### Fixed - When sending a message that is too large the broker will close the tcp connection, causing the producer to disconnect, reconnect, and retry in an endless loop. Now a TooLargeMessageException is thrown (will be given to the exception handler) and the producer's state is changed to 'Faulted' +- A race condition could cause Send(..) operations of the producer to hang after a reconnect ## [3.1.1] - 2023-12-11