sijie commented on a change in pull request #3637: 2.3.0 release notes URL: https://github.com/apache/pulsar/pull/3637#discussion_r258784358
########## File path: site2/website/release-notes.md ########## @@ -1,6 +1,123 @@ ## Apache +### 2.3.0 — 2019-02-20 <a id="2.3.0"></a> + +#### General + + * Support for schema definitions in the Pulsar [Python client library](https://pulsar.apache.org/docs/client-libraries-python/#schema) + * PIP-25: [Token based authentication](https://pulsar.apache.org/docs/security-token-client/) [#2888](https://github.com/apache/pulsar/pull/2888), + [#3067](https://github.com/apache/pulsar/pull/3067) and [#3089](https://github.com/apache/pulsar/pull/3089) + * Updated to [Apache BookKeeper 4.9.0](https://bookkeeper.apache.org/docs/4.9.0/overview/releaseNotes/) + * ZStandard compression codec [#3159](https://github.com/apache/pulsar/pull/3159). Note that + when a producer choose Zstd compression, a consumer will need to be at least at version 2.3.0 + to be able to correctly receive the messages. + * Support for Java 11 [#3006](https://github.com/apache/pulsar/pull/3006) + * `AUTO_PRODUCE` Schema type to allow to publish serialized data and validate it against the Review comment: okay. I remember there is one more schema was introduced for debezium by @jiazhai . hardly remember the name. was it KeyValue schema? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services