Jennifer88huang commented on a change in pull request #9834: URL: https://github.com/apache/pulsar/pull/9834#discussion_r597448877
########## File path: site2/website/release-notes.md ########## @@ -1,6 +1,181 @@ ## Apache Pulsar Release Notes +### 2.7.1 — 2021-03-18 <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 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) +- Fix marking individual deletes as dirty [#9732](https://github.com/apache/pulsar/pull/9732) +- Don't add broker-address header if response has already been committed [#9744](https://github.com/apache/pulsar/pull/9744) Review comment: If it's a fix, maybe we can describe it in another way, such as Add broker address header name and check the commit response before adding a header. You can consult Yu and make a decision whether to refine it. -- 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]
