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

[GitHub] merlimat closed pull request #1857: Updated release notes for 2.0

merlimat closed pull request #1857: Updated release notes for 2.0
URL: https://github.com/apache/incubator-pulsar/pull/1857
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/site/_includes/pulsar-2.html b/site/_includes/pulsar-2.html
deleted file mode 100644
index 354780bb56..0000000000
--- 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 be7a1dfc19..4ae24aa010 100644
--- a/site/_layouts/docs.html
+++ b/site/_layouts/docs.html
@@ -46,8 +46,6 @@ <h1 class="docs-title">
           {% 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 4e865b85cd..2c7aff36eb 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.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services