sijie closed pull request #2292: [release][website] Add release notes for Release 2.1.0 URL: https://github.com/apache/incubator-pulsar/pull/2292
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/site2/website/release-notes.md b/site2/website/release-notes.md index 8b5bd36d79..43dadcc9b5 100644 --- a/site2/website/release-notes.md +++ b/site2/website/release-notes.md @@ -1,6 +1,30 @@ ## Apache incubator +### 2.1.0-incubating — 2018-08-02 <a id="2.1.0-incubating"></a> + +This is the seventh release of Apache Pulsar since entering the ASF incubator. + +It is a feature release, including several new features and major improvements: + +- [Pulsar IO](/docs/en/io-overview/): A connector framework for moving data in and out of Apache Pulsar leveraging [Pulsar Functions](/docs/en/functions-overview/) runtime. +- A list of [Builtin Connectors]: + - [Aerospike Connector](/docs/en/io-aerospike/) + - [Cassandra Connector](/docs/en/io-cassandra/) + - [Kafka Connector](/docs/en/io-kafka/) + - [Kinesis Connector](/docs/en/io-kinesis/) + - [RabbitMQ Connector](/docs/en/io-rabbitmq/) + - [Twitter Firehose Connector](/docs/en/io-twitter/) +- [Tiered Storage](/docs/en/concepts-tiered-storage/): An extension in Pulsar segment store to offload older segments into long term storage (e.g. HDFS, S3). + S3 support is supported in 2.1 release. +- [Stateful function](/docs/en/functions-state/): Pulsar Functions is able to use [State API](/docs/en/functions-state#api) for storing state within Pulsar. +- Pulsar [Go Client](/docs/en/client-libraries-go/) +- [Avro](https://github.com/apache/incubator-pulsar/blob/v2.1.0-incubating/pulsar-client-schema/src/main/java/org/apache/pulsar/client/impl/schema/AvroSchema.java) and + [Protobuf](https://github.com/apache/incubator-pulsar/blob/v2.1.0-incubating/pulsar-client-schema/src/main/java/org/apache/pulsar/client/impl/schema/ProtobufSchema.java) Schema support + +The complete list of changes can be found at: https://github.com/apache/incubator-pulsar/milestone/13?closed=1 + +https://github.com/apache/incubator-pulsar/releases/tag/v2.1.0-incubating ### 2.0.1-incubating — 2018-06-18 <a id="2.0.1-incubating"></a> ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
