You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gw...@apache.org on 2019/06/25 03:27:22 UTC

[kafka-site] branch asf-site updated: Update the webpage for the 2.3.0 release (#216)

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new eb3fb6a  Update the webpage for the 2.3.0 release (#216)
eb3fb6a is described below

commit eb3fb6abf74d27926659185cac0379d6a63fcff5
Author: Colin Patrick McCabe <cm...@confluent.io>
AuthorDate: Mon Jun 24 20:27:18 2019 -0700

    Update the webpage for the 2.3.0 release (#216)
---
 documentation.html |  2 +-
 downloads.html     | 45 ++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 45 insertions(+), 2 deletions(-)

diff --git a/documentation.html b/documentation.html
index 0af95d1..20dd5a8 100644
--- a/documentation.html
+++ b/documentation.html
@@ -1,2 +1,2 @@
 <!-- should always link the the latest release's documentation -->
-<!--#include virtual="22/documentation.html" -->
+<!--#include virtual="23/documentation.html" -->
diff --git a/downloads.html b/downloads.html
index 97e220e..36a7189 100644
--- a/downloads.html
+++ b/downloads.html
@@ -5,12 +5,55 @@
 	<div class="right">
     <h1>Download</h1>
 
-    <p>2.2.1 is the latest release. The current stable version is 2.2.1.</p>
+    <p>2.3.0 is the latest release. The current stable version is 2.3.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://www.apache.org/dist/kafka/KEYS">KEYS</a>.
     </p>
 
+    <span id="2.3.0"></span>
+    <h3 class="download-version">2.3.0<a href="#2.3.0"><i class="fas fa-link " style="color:#053ce2"></i></a></h3>
+    <ul>
+        <li>
+            Released Jun 25, 2019
+        </li>
+        <li>
+            <a href="https://www.apache.org/dist/kafka/2.3.0/RELEASE_NOTES.html">Release Notes</a>
+        </li>
+        <li>
+            Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.3.0/kafka-2.3.0-src.tgz">kafka-2.3.0-src.tgz</a> (<a href="https://www.apache.org/dist/kafka/2.3.0/kafka-2.3.0-src.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/kafka/2.3.0/kafka-2.3.0-src.tgz.sha512">sha512</a>)
+        </li>
+        <li>
+            Binary downloads:
+            <ul>
+                <li>Scala 2.11 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.3.0/kafka_2.11-2.3.0.tgz">kafka_2.11-2.3.0.tgz</a> (<a href="https://www.apache.org/dist/kafka/2.3.0/kafka_2.11-2.3.0.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/kafka/2.3.0/kafka_2.11-2.3.0.tgz.sha512">sha512</a>)</li>
+                <li>Scala 2.12 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.3.0/kafka_2.12-2.3.0.tgz">kafka_2.12-2.3.0.tgz</a> (<a href="https://www.apache.org/dist/kafka/2.3.0/kafka_2.12-2.3.0.tgz.asc">asc</a>, <a href="https://www.apache.org/dist/kafka/2.3.0/kafka_2.12-2.3.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.12 is recommended).
+        </li>
+    </ul>
+
+    <p>
+        Kafka 2.3.0 includes a number of significant new features. Here is a summary of some notable changes:
+    </p>
+
+    <ul>
+        <li>There have been several improvements to the Kafka Connect REST API.</li>
+        <li>Kafka Connect now supports incremental cooperative rebalancing. </li>
+        <li>Kafka Streams now supports an in-memory session store and window store.</li>
+        <li>The AdminClient now allows users to determine what operations they are authorized to perform on topics.</li>
+        <li>There is a new broker start time metric.</li>
+        <li>JMXTool can now connect to secured RMI ports.</li>
+        <li>An incremental AlterConfigs API has been added.  The old AlterConfigs API has been deprecated.</li>
+        <li>We now track partitions which are under their min ISR count.</li>
+        <li>Consumers can now opt-out of automatic topic creation, even when it is enabled on the broker.</li>
+        <li>Kafka components can now use external configuration stores (KIP-421).</li>
+        <li>We have implemented improved replica fetcher behavior when errors are encountered.</li>
+    </ul>
+    <p>
+        For more information, please read the detailed <a href="https://archive.apache.org/dist/kafka/2.3.0/RELEASE_NOTES.html">Release Notes</a>.
+    </p>
+
     <span id="2.2.1"></span>
     <h3 class="download-version">2.2.1<a href="#2.2.1"><i class="fas fa-link " style="color:#053ce2"></i></a></h3>
     <ul>