Technoboy- commented on a change in pull request #13391: URL: https://github.com/apache/pulsar/pull/13391#discussion_r773861810
########## File path: site2/website/release-notes.md ########## @@ -797,6 +797,140 @@ For more context about this issue, see [[Pulsar Functions and IO] Cannot upgrade - [C++] Remove namespace check for MultiTopicsConsumerImpl [#9520](https://github.com/apache/pulsar/pull/9520) +### 2.7.4 + +#### 2021-12-14 + +#### Security + +- Upgrade log4j to 2.17.0 - [CVE-2021-45105](https://pulsar.apache.org/blog/2021/12/11/Log4j-CVE/) + . [#13392](https://github.com/apache/pulsar/pull/13392) +- Upgrade commons-compress to 1.21 - CVE-2021-35515, CVE-2021-35516, CVE-2021-35517 + and CVE-2021-36090. [#11345](https://github.com/apache/pulsar/pull/11345) + +#### Broker + +- Fix DispatchRateLimiter does not take effect. [#8611](https://github.com/apache/pulsar/pull/8611) +- Fix set-publish-rate when using + preciseTopicPublishRateLimiterEnable=true. [#10384](https://github.com/apache/pulsar/pull/10384) +- Fix retention policy in topic policy not work. [#11021](https://github.com/apache/pulsar/pull/11021) +- Fix GetTopicsOfNamespace with binary lookup service not check + auth. [#11172](https://github.com/apache/pulsar/pull/11172) +- Fix retention of keys in compaction. [#11287](https://github.com/apache/pulsar/pull/11287) +- Fix using partitioned topic name to get Policy. [#11294](https://github.com/apache/pulsar/pull/11294) +- Fix npe when unloading persistent partitioned topic. [#11310](https://github.com/apache/pulsar/pull/11310) +- Close the replicator and replication client when delete cluster. [#11342](https://github.com/apache/pulsar/pull/11342) +- Remove RateLimiter constructors and replace with builder usage. [#11599](https://github.com/apache/pulsar/pull/11599) +- Add backoff for setting for getting topic policies. [#11574](https://github.com/apache/pulsar/pull/11574) +- Fix decode compression managedLedgerInfo data. [#11569](https://github.com/apache/pulsar/pull/11569) +- Fix some topic policy operation without backoff. [#11560](https://github.com/apache/pulsar/pull/11560) +- Fix data lost when using earliest position to subscribe to a + topic. [#11547](https://github.com/apache/pulsar/pull/11547) +- Fix the schema deletion when delete topic with delete schema. [#11501](https://github.com/apache/pulsar/pull/11501) +- Do not create system topic for heartbeat namespace. [#11499](https://github.com/apache/pulsar/pull/11499) +- Compress managed ledger info. [#11490](https://github.com/apache/pulsar/pull/11490) +- Add backoff for setting for getting topic policies. [#11487](https://github.com/apache/pulsar/pull/11487) +- Solving precise rate limiting does not takes effect. [#11446](https://github.com/apache/pulsar/pull/11446) +- Fix replicated subscriptions direct memory leak. [#11396](https://github.com/apache/pulsar/pull/11396) +- Close the replicator and replication client when delete cluster. [#11390](https://github.com/apache/pulsar/pull/11390) Review comment: done -- 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]
