This is an automated email from the ASF dual-hosted git repository.

lianetm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 21f19e0a1ae MINOR: Update 4.1 docs (#20743)
21f19e0a1ae is described below

commit 21f19e0a1ae07d031b03a754eae63888eb299065
Author: Lianet Magrans <[email protected]>
AuthorDate: Fri Nov 14 09:02:22 2025 -0500

    MINOR: Update 4.1 docs (#20743)
    
    Fix reference to 4.1.1 (released)
    
    Reviewers: Andrew Schofield <[email protected]>
---
 docs/streams/upgrade-guide.html | 2 +-
 docs/upgrade.html               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html
index 25ee9ff4aee..3b12fde2e05 100644
--- a/docs/streams/upgrade-guide.html
+++ b/docs/streams/upgrade-guide.html
@@ -148,7 +148,7 @@
 
     <h3><a id="streams_api_changes_410" 
href="#streams_api_changes_410">Streams API changes in 4.1.0</a></h3>
 
-    <p><b>Note:</b> Kafka Streams 4.1.0 contains a critical memory leak bug 
(<a href="https://issues.apache.org/jira/browse/KAFKA-19748";>KAFKA-19748</a>) 
that affects users of range scans and certain DSL operators (session windows, 
sliding windows, stream-stream joins, foreign-key joins). Users running Kafka 
Streams should consider upgrading directly to 4.1.1 when available.</p>
+    <p><b>Note:</b> Kafka Streams 4.1.0 contains a critical memory leak bug 
(<a href="https://issues.apache.org/jira/browse/KAFKA-19748";>KAFKA-19748</a>) 
that affects users of range scans and certain DSL operators (session windows, 
sliding windows, stream-stream joins, foreign-key joins). Users running Kafka 
Streams should consider upgrading directly to 4.1.1, which includes the fix for 
it.</p>
 
     <h4>Early Access of the Streams Rebalance Protocol</h4>
 
diff --git a/docs/upgrade.html b/docs/upgrade.html
index 3e01abc6a89..67c76bcfce9 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -221,7 +221,7 @@
 
 <h4><a id="upgrade_4_1_0" href="#upgrade_4_1_0">Upgrading to 4.1.0</a></h4>
 
-<p><b>Note:</b> Kafka Streams 4.1.0 contains a critical memory leak bug (<a 
href="https://issues.apache.org/jira/browse/KAFKA-19748";>KAFKA-19748</a>) that 
affects users of range scans and certain DSL operators (session windows, 
sliding windows, stream-stream joins, foreign-key joins). Users running Kafka 
Streams should consider upgrading directly to 4.1.1 when available.</p>
+<p><b>Note:</b> Kafka Streams 4.1.0 contains a critical memory leak bug (<a 
href="https://issues.apache.org/jira/browse/KAFKA-19748";>KAFKA-19748</a>) that 
affects users of range scans and certain DSL operators (session windows, 
sliding windows, stream-stream joins, foreign-key joins). Users running Kafka 
Streams should consider upgrading directly to 4.1.1, which includes the fix for 
it.</p>
 
 <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>
     <h5><a id="upgrade_410_notable" href="#upgrade_410_notable">Notable 
changes in 4.1.0</a></h5>

Reply via email to