You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/05/30 00:21:35 UTC

[incubator-pulsar] branch master updated: Updated release notes (#1857)

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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b26539  Updated release notes (#1857)
9b26539 is described below

commit 9b2653927c706e13310d19c18a66308935802386
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Tue May 29 17:21:31 2018 -0700

    Updated release notes (#1857)
---
 site/_includes/pulsar-2.html | 23 -----------------------
 site/_layouts/docs.html      |  2 --
 site/release-notes.md        | 27 +++++++++++++++++++++++++++
 3 files changed, 27 insertions(+), 25 deletions(-)

diff --git a/site/_includes/pulsar-2.html b/site/_includes/pulsar-2.html
deleted file mode 100644
index 354780b..0000000
--- a/site/_includes/pulsar-2.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-
-{% include admonition.html type="success" title="Pulsar version 2.0" content="
-The documentation that you're reading is for the 2.0 release of Apache Pulsar. For more information on Pulsar 2.0, see [this guide](../../getting-started/Pulsar-2.0)." %}
\ No newline at end of file
diff --git a/site/_layouts/docs.html b/site/_layouts/docs.html
index be7a1df..4ae24aa 100644
--- a/site/_layouts/docs.html
+++ b/site/_layouts/docs.html
@@ -46,8 +46,6 @@ layout: default
           {% endfor %}
         </section>
 
-        {% unless page.hide_pulsar2_notification %}{% include pulsar-2.html %}{% endunless %}
-
         <hr class="hr">
       </section>
 
diff --git a/site/release-notes.md b/site/release-notes.md
index 4e865b8..2c7aff3 100644
--- a/site/release-notes.md
+++ b/site/release-notes.md
@@ -26,6 +26,33 @@ layout: content
 
 ## Apache incubator
 
+### 2.0.0-rc1-incubating &mdash; 2018-05-29 <a id="2.0.0-rc1-incubating"></a>
+
+This is the fifth release of Apache Pulsar since entering the ASF incubator and the
+first time we increase major release number.
+
+There are several new features and major improvements:
+
+ * [Pulsar functions](http://pulsar.apache.org/docs/latest/functions/overview/): Lightweight
+   compute framework
+ * New type-safe [Java API](http://pulsar.apache.org/docs/latest/clients/Java/) for producer/consumers
+ * [Schema registry](http://pulsar.apache.org/docs/v2.0.0-rc1-incubating/getting-started/ConceptsAndArchitecture/#Schemaregistry-ll008b) &mdash; Enforce schema on topics
+ * Topic compaction &mdash; Out of band compaction of messages to allow consumer to fetch a
+   snapshot with last published message for each message key.
+ * Upgraded to [Apache BookKeeper](https://bookkeeper.apache.org/) 4.7.0
+ * Performance improvements &mdash; Up to 3x throughput improvements compared to Pulsar-1.22 and
+   99.9 Pct publish latencies <10ms
+ * [Simplified terminology](http://pulsar.apache.org/docs/v2.0.0-rc1-incubating/getting-started/Pulsar-2.0/#Propertiesversustenants-gh1amh) and admin tools
+   - Renamed "property" into "tenants"
+   - Short topic names: `my-topic`
+   - Topics independent of cluster names: `my-tenant/my-namespace/my-topic`
+
+The complete list of changes can be found at:
+https://github.com/apache/incubator-pulsar/milestone/12?closed=1
+
+https://github.com/apache/incubator-pulsar/releases/tag/v2.0.0-rc1-incubating
+
+
 ### 1.22.0-incubating &mdash; 2018-03-06 <a id="1.22.0-incubating"></a>
 
 This is the fourth of Apache Pulsar since entering the ASF incubator.

-- 
To stop receiving notification emails like this one, please contact
mmerli@apache.org.