This is an automated email from the ASF dual-hosted git repository.
lianetm pushed a commit to branch 4.1
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.1 by this push:
new 8b1c89ce06f MINOR: update 4.1 docs with 4.1.1 notable changes (#20742)
8b1c89ce06f is described below
commit 8b1c89ce06f73bc813457d0320deba7a602fb286
Author: Lianet Magrans <[email protected]>
AuthorDate: Tue Oct 21 14:23:13 2025 -0400
MINOR: update 4.1 docs with 4.1.1 notable changes (#20742)
Add critical fixes to notable changes section
Reviewers: Matthias J. Sax <[email protected]>
---
docs/upgrade.html | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/docs/upgrade.html b/docs/upgrade.html
index de8fc394361..77e6194b37e 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -19,6 +19,17 @@
<script id="upgrade-template" type="text/x-handlebars-template">
+<h4><a id="upgrade_4_1_1" href="#upgrade_4_1_0">Upgrading to 4.1.1</a></h4>
+<h5><a id="upgrade_4_1_1_notable" href="#upgrade_4_1_1_notable">Notable
changes in 4.1.1</a></h5>
+ <ul>
+ <li>
+ Includes a fix for the critical Kafka Streams bug (<a
href="https://issues.apache.org/jira/browse/KAFKA-19748">KAFKA-19748</a>),
solving the memory leak issues that affected users of range scans and certain
DSL operators (session windows, sliding windows, stream-stream joins,
foreign-key joins).
+ </li>
+ <li>
+ Includes a fix for the critical Kafka Streams bug (<a
href="https://issues.apache.org/jira/browse/KAFKA-19479">KAFKA-19479</a>),
related to potential data loss.
+ </li>
+ </ul>
+
<h4><a id="upgrade_4_1_0" href="#upgrade_4_1_0">Upgrading to 4.1.0</a></h4>
<h5><a id="upgrade_4_1_0_from" href="#upgrade_4_1_0_from">Upgrading Servers to
4.1.0 from any version 3.3.x through 4.0.x</a></h5>