Jennifer88huang commented on a change in pull request #8085: URL: https://github.com/apache/pulsar/pull/8085#discussion_r493121774
########## File path: site2/website/pulsar-manager-release-notes.md ########## @@ -1,19 +1,39 @@ ## Apache Pulsar Manager +### 0.2.0 — 2020-09-28 <a id="0.2.0"></a> + +#### Fixes + +* 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). +* Fix the issue that Pulsar Manager fail to process the request sent to the Pulsar proxy [PR-281](https://github.com/apache/pulsar-manager/pull/281). +* Change the default port and replace the request URI [PR-316](https://github.com/apache/pulsar-manager/pull/316). + + ### 0.1.0 — 2019-11-25 <a id="0.1.0"></a> #### Fixes Review comment: remove the heading. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
