From 127a867d6ac5cbb9532ca0eee04e490712617a95 Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Thu, 16 Nov 2023 09:24:03 +0100 Subject: [PATCH] Prepare 2.3.2 release --- site/homepage/content/release-notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/homepage/content/release-notes.md b/site/homepage/content/release-notes.md index 456f69106a..83841fa616 100644 --- a/site/homepage/content/release-notes.md +++ b/site/homepage/content/release-notes.md @@ -4,10 +4,12 @@ title = "What is new & noteworthy in Hono?" description = "Information about changes in recent Hono releases. Includes new features, fixes, enhancements and API changes." +++ -## 2.3.2 (not yet released) +## 2.3.2 ### Fixes & Enhancements +* A device connected to the MQTT adapter would not get disconnected when sending a message after the device's credentials + had already expired. This has been fixed. * When running in a Kubernetes cluster with nodes using cgroups v2, the 'hono.command_internal.*' Kafka topics were not being cleaned up. This has been fixed. Note that the solution requires the Hono protocol adapter pods to have a service account with an assigned RBAC role that allows to perform "get" on the "pods" resource.