You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by vv...@apache.org on 2021/04/19 16:24:04 UTC

[kafka-site] 03/03: add 2.8 to the downloads

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

vvcephei pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git

commit d3db4050e27b013e5bcc6d5bde1dda1167e92f24
Author: John Roesler <vv...@apache.org>
AuthorDate: Mon Apr 19 11:24:30 2021 -0500

    add 2.8 to the downloads
---
 downloads.html | 50 +++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 49 insertions(+), 1 deletion(-)

diff --git a/downloads.html b/downloads.html
index 049a858..d46606d 100644
--- a/downloads.html
+++ b/downloads.html
@@ -6,12 +6,60 @@
 	<div class="right">
     <h1>Download</h1>
 
-    <p>2.7.0 is the latest release. The current stable version is 2.7.0.</p>
+    <p>2.8.0 is the latest release. The current stable version is 2.8.0.</p>
 
     <p>
     You can verify your download by following these <a href="https://www.apache.org/info/verification.html">procedures</a> and using these <a href="https://downloads.apache.org/kafka/KEYS">KEYS</a>.
     </p>
 
+    <span id="2.8.0"></span>
+    <h3 class="download-version">2.8.0<a href="#2.8.0"><i class="fas fa-link " style="color:#053ce2"></i></a></h3>
+    <ul>
+        <li>
+            Released April 19, 2021
+        </li>
+        <li>
+            <a href="https://downloads.apache.org/kafka/2.8.0/RELEASE_NOTES.html">Release Notes</a>
+        </li>
+        <li>
+            Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.8.0/kafka-2.8.0-src.tgz">kafka-2.8.0-src.tgz</a> (<a href="https://downloads.apache.org/kafka/2.8.0/kafka-2.8.0-src.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/2.8.0/kafka-2.8.0-src.tgz.sha512">sha512</a>)
+        </li>
+        <li>
+            Binary downloads:
+            <ul>
+                <li>Scala 2.12 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.8.0/kafka_2.12-2.8.0.tgz">kafka_2.12-2.8.0.tgz</a> (<a href="https://downloads.apache.org/kafka/2.8.0/kafka_2.12-2.8.0.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/2.8.0/kafka_2.12-2.8.0.tgz.sha512">sha512</a>)</li>
+                <li>Scala 2.13 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.8.0/kafka_2.13-2.8.0.tgz">kafka_2.13-2.8.0.tgz</a> (<a href="https://downloads.apache.org/kafka/2.8.0/kafka_2.13-2.8.0.tgz.asc">asc</a>, <a href="https://downloads.apache.org/kafka/2.8.0/kafka_2.13-2.8.0.tgz.sha512">sha512</a>)</li>
+            </ul>
+            We build for multiple versions of Scala. This only matters if you are using Scala and you want a version
+            built for the same Scala version you use. Otherwise any version should work (2.13 is recommended).
+        </li>
+    </ul>
+
+    <p>
+        Kafka 2.8.0 includes a number of significant new features. Here is a summary of some notable changes:
+    </p>
+
+    <ul>
+        <li>Early access of replace ZooKeeper with a self-managed quorum</li>
+        <li>Add Describe Cluster API</li>
+        <li>Support mutual TLS authentication on SASL_SSL listeners</li>
+        <li>JSON request/response debug logs</li>
+        <li>Limit broker connection creation rate</li>
+        <li>Topic identifiers</li>
+        <li>Expose task configurations in Connect REST API</li>
+        <li>Update Streams FSM to clarify ERROR state meaning</li>
+        <li>Extend StreamJoined to allow more store configs</li>
+        <li>More convenient TopologyTestDriver construtors</li>
+        <li>Introduce Kafka-Streams-specific uncaught exception handler</li>
+        <li>API to start and shut down Streams threads</li>
+        <li>Improve TimeWindowedDeserializer and TimeWindowedSerde to handle window size</li>
+        <li>Improve timeouts and retries in Kafka Streams</li>
+    </ul>
+
+    <p>
+        For more information, please read the detailed <a href="https://downloads.apache.org/kafka/2.8.0/RELEASE_NOTES.html">Release Notes</a>.
+    </p>
+
     <span id="2.7.0"></span>
     <h3 class="download-version">2.7.0<a href="#2.7.0"><i class="fas fa-link " style="color:#053ce2"></i></a></h3>
     <ul>