Skip to content

Commit

Permalink
Add release notes for apache rocketmq 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RongtongJin committed Feb 11, 2024
1 parent 9f958bc commit 26f6b9b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions release-notes/2024-01-30-5.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,17 @@ Below is a summary of the issues addressed in the 5.2.0 release of RocketMQ. For
* [ISSUE #7785] Remove the redundant code by @wyyl1 in https://github.com/apache/rocketmq/pull/7784
* [ISSUE #7777] Optimize the logic of DefaultRequestProcessor#getTopicsByCluster to avoid unnecessary deserialization by @mxsm in https://github.com/apache/rocketmq/pull/7778
* [ISSUE #7786] Optimize the execution logic of tool.sh in the JRE environment by @sevenleave in https://github.com/apache/rocketmq/pull/7787
* [ISSUE #7446] Add config of maxFilterMessageSize by @SchopenhauerZhang in https://github.com/apache/rocketmq/pull/7447
* [ISSUE #5613] Change the broker default value configuration by @yp969803 in https://github.com/apache/rocketmq/pull/7581
* [ISSUE #7765] Fix unit test testEstimateLag by @landonchan90 in https://github.com/apache/rocketmq/pull/7805
* [ISSUE #7797] Update copyright year to 2024 by @RongtongJin in https://github.com/apache/rocketmq/pull/7797
* [ISSUE #7715] Update Bazel toolchain to make the CI work by @bazelisky in https://github.com/apache/rocketmq/pull/7714
* [ISSUE #7791] Polish the code for jraft controller by @RongtongJin in https://github.com/apache/rocketmq/pull/7792
* [ISSUE #7538] Fix wrong cachedMsgSize if msg body is changed in consumer callback by @yuz10 in https://github.com/apache/rocketmq/pull/7807
* [ISSUE #7622] Revise the measurement method of GROUP_GET_LATENCY to reveal its intended semantics by @RongtongJin in https://github.com/apache/rocketmq/pull/7808
* [ISSUE #7803] Add try catch for lock and unlock by @drpmma in https://github.com/apache/rocketmq/pull/7804
* [ISSUE #7740] Optimize LocalFileOffsetStore by @redlsz in https://github.com/apache/rocketmq/pull/7819
* [ISSUE #7822] fix NettyRemotingClient can't connect to IPv6 address. by @kingkh1995 in https://github.com/apache/rocketmq/pull/7823

## Bug
* [ISSUE #7398] Fix ExportConfigsCommand NPE by @shirenchuang in https://github.com/apache/rocketmq/pull/7399
Expand All @@ -123,6 +134,8 @@ Below is a summary of the issues addressed in the 5.2.0 release of RocketMQ. For
* [ISSUE #7658] Fix bug of timer message metrics with setDelayTimeMs by @leizhiyuan in https://github.com/apache/rocketmq/pull/7743
* [ISSUE #7753] Fix ppv2 tls ascii start with (byte)2 by @dingshuangxi888 in https://github.com/apache/rocketmq/pull/7753
* [ISSUE #7599] Fix dledger recover abnormally may lost consume queue of tail by @bxfjb in https://github.com/apache/rocketmq/pull/7599
* [ISSUE #7812] Remove reachable flag in brokers' available judgement. by @GenerousMan in https://github.com/apache/rocketmq/pull/7814
* [ISSUE #7813] setStartDetectorEnable Not effective by @leizhiyuan in https://github.com/apache/rocketmq/pull/7825

## New Contributors
* @shriVATSA54 made their first contribution in https://github.com/apache/rocketmq/pull/7420
Expand All @@ -141,5 +154,8 @@ Below is a summary of the issues addressed in the 5.2.0 release of RocketMQ. For
* @wyyl1 made their first contribution in https://github.com/apache/rocketmq/pull/7784
* @sevenleave made their first contribution in https://github.com/apache/rocketmq/pull/7787
* @yulangz made their first contribution in https://github.com/apache/rocketmq/pull/7301
* @landonchan90 made their first contribution in https://github.com/apache/rocketmq/pull/7805
* @bazelisky made their first contribution in https://github.com/apache/rocketmq/pull/7714
* @kingkh1995 made their first contribution in https://github.com/apache/rocketmq/pull/7823

**Full Changelog**: https://github.com/apache/rocketmq/compare/rocketmq-all-5.1.4...rocketmq-all-5.2.0

0 comments on commit 26f6b9b

Please sign in to comment.