Anonymitaet commented on a change in pull request #9834: URL: https://github.com/apache/pulsar/pull/9834#discussion_r596553790
########## File path: site2/website/release-notes.md ########## @@ -1,6 +1,181 @@ ## Apache Pulsar Release Notes +### 2.7.1 — 2020-11-25 <a id=“2.7.1”></a> + +#### Broker + +- Fix topic ownership is not checked when getting topic policy [#9781](https://github.com/apache/pulsar/pull/9781) +- Fix Cannot consume using older subscriptions if max subscription limit is reached [#9758](https://github.com/apache/pulsar/pull/9758) Review comment: ```suggestion - Fix the issue of consumers cannot be created for older subscriptions if the limit of `maxSubscriptionsPerTopic` is reached [#9758](https://github.com/apache/pulsar/pull/9758) ``` ---------------------------------------------------------------- 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]
