Skip to content

Commit

Permalink
Updated release notes (apache#1857)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored May 30, 2018
1 parent 1a5ef1d commit 9b26539
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 25 deletions.
23 changes: 0 additions & 23 deletions site/_includes/pulsar-2.html

This file was deleted.

2 changes: 0 additions & 2 deletions site/_layouts/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ <h1 class="docs-title">
{% endfor %}
</section>

{% unless page.hide_pulsar2_notification %}{% include pulsar-2.html %}{% endunless %}

<hr class="hr">
</section>

Expand Down
27 changes: 27 additions & 0 deletions site/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9b26539

Please sign in to comment.