Anonymitaet commented on a change in pull request #13492: URL: https://github.com/apache/pulsar/pull/13492#discussion_r775317442
########## File path: site2/website-next/pulsar-manager-release-notes.md ########## @@ -0,0 +1,35 @@ +## Apache Pulsar Manager + +### 0.2.0 — 2020-09-28 <a id="0.2.0"></a> + +* Support multiple addresses for the broker stats [PR-306](https://github.com/apache/pulsar-manager/pull/306). +* Use `PulsarAdmin` instead of `HttpUti`l in `BrokerStatsServiceImpl` [PR-315](https://github.com/apache/pulsar-manager/pull/315). +* Serve frontend directly from Pulsar Manager backend process [PR-288](https://github.com/apache/pulsar-manager/pull/288). +* Support docker for JWT [PR-218](https://github.com/apache/pulsar-manager/pull/218). +* Support sub and unsub operations [PR-240](https://github.com/apache/pulsar-manager/pull/240). +* Support peeking messages from the Pulsar broker [PR-241](https://github.com/apache/pulsar-manager/pull/241). +* Support BookKeeper visual manager 1.2.0 [PR-300](https://github.com/apache/pulsar-manager/pull/300). +* Support forwarding messages through HTTPS [PR-258](https://github.com/apache/pulsar-manager/pull/258). +* Support displaying stats for tenants and namespaces [PR-243](https://github.com/apache/pulsar-manager/pull/243). +* Add a configuration file for the backend service of Pulsar manager [PR-236](https://github.com/apache/pulsar-manager/pull/236). +* Add default configurations for the environment [PR-242](https://github.com/apache/pulsar-manager/pull/242). +* Fixe an SQL syntax error [PR-298](https://github.com/apache/pulsar-manager/pull/298). Review comment: ```suggestion * Fix an SQL syntax error [PR-298](https://github.com/apache/pulsar-manager/pull/298). ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
