1. af43a3e Fix exception when pop messages with multiple LMQ indexes (#7863) by Liu Shengzhong · 5 days ago develop
  2. 04dddec [ISSUE #8075] Fix workflow and skip failed test for auth module on mac (#8068) by cnScarb · 6 days ago
  3. b37d283 [ISSUE #8044]Add Override annotation for AllocateMappedFileService#run (#8045) by mxsm · 11 days ago
  4. c8fe0cb [ISSUE #7909] Fix send retry message permission check (#7917) by Liu Shengzhong · 11 days ago
  5. f7dbc94 Add expression filtering capability to the pullBlockIfNotFound method of pull consumer (#8024) by rongtong · 2 weeks ago
  6. 63bb9e2 [ISSUE#6398] Remove duplicate code in TopicPublishInfo (#8034) by shenyao · 2 weeks ago
  7. 9d07cc7 [ISSUE #8032] Set checkDupInfo value from config by littleboy · 2 weeks ago
  8. ac5545c [ISSUE #8020] Fix document typo (#8021) by 高木同学 · 3 weeks ago
  9. 528ae84 [ISSUE #7988] Set enableTrace default to false by Zhouxiang Zhan · 3 weeks ago
  10. b39f65e [ISSUE #7963] Check consumer group existence in updateConsumerOffset (#7964) by Liu Shengzhong · 4 weeks ago
  11. acd56fc [ISSUE #7958] Fix proxy always return the first broker in findOneBroker (#7960) by Lei Zhiyuan · 4 weeks ago
  12. 88e6447 [ISSUE #7988] Refector client trace (#7989) by Zhouxiang Zhan · 5 weeks ago
  13. bf24ffd [ISSUE #7979] Fix timerWheel message metric (#7980) by hqbfz · 5 weeks ago
  14. 28565a3 [ISSUE #7983] Use java optional (#7984) by ChineseTony · 5 weeks ago
  15. d2818da remove unnecessary type cast (#7971) by ChineseTony · 5 weeks ago
  16. fa811dc Consume request count exceeds threshold {} placeholder no parameter fix. (#7969) by iamgd67 · 5 weeks ago
  17. fb6f9e4 [ISSUE #7961] use BoundaryType in binarySearchInCQByTime by koado · 5 weeks ago
  18. 093cb84 [ISSUE #7974] Add repeatedly read same offset log to find unexpected situations (#7975) by lizhimins · 5 weeks ago
  19. 59220d8 [ISSUE #7966] fix: avoid scheduled tasks exiting because of unknown exceptions by cserwen · 6 weeks ago
  20. d9c75ff [ISSUE #7872] Fix Tiered Store Query Message Async return different view each time (#7874) by AYue · 6 weeks ago
  21. dde4fcc Add interface comment for query offset operation with boundary type (#7965) by lizhimins · 6 weeks ago
  22. b6efbb1 [ISSUE #7878] Fix query message offset return wrong offset with boundary type (#7962) by lizhimins · 6 weeks ago
  23. d1cc742 [ISSUE #7955] Don't set default auth metadata provider (#7956) by dingshuangxi888 · 6 weeks ago
  24. 402d31a [ISSUE #7951] return the full statsInfo when read and write queues are inconsistent by cserwen · 6 weeks ago
  25. 27d8375 [ISSUE #7836] flush_behind_bytes wrong in transientStorePoolEnable not enable by Lei Zhiyuan · 6 weeks ago
  26. f2dd5b0 [ISSUE #7943] Add bazel config for auth module and fix bazel test (#7944) by dingshuangxi888 · 6 weeks ago
  27. c727f3a Fix notification integration test in pop consume mode (#7947) by Zhouxiang Zhan · 7 weeks ago
  28. 1b63e8e [ISSUE #7945] Make HAProxyMessageForwarder Scalable (#7946) by dingshuangxi888 · 7 weeks ago
  29. 9b4f16a [ISSUE #7914] Fix the issue that pop revive msg to retry topic may lose messages (#7915) by fujian-zfj · 7 weeks ago
  30. e1339ac [ISSUE #7560] [RIP-68] Support RocketMQ ACL 2.0 (#7725) by dingshuangxi888 · 7 weeks ago
  31. e656f91 [ISSUE #7929] Add some request codes to the permission verification for the admin role (#7930) by rongtong · 7 weeks ago
  32. 9ab37b9 Fix some ambiguous logs (#7934) by Cai ZhaoMin · 7 weeks ago
  33. 026a910 [ISSUE #7878] Performance Improvement and Bug Fixes for the Tiered Storage Module (#7899) by lizhimins · 7 weeks ago
  34. a32eca0 [ISSUE #7932] Rectify the modifier order in namesrv by oopooa · 7 weeks ago
  35. 5eb0a8c [ISSUE #7923] Exclude the master that are currently down by mufeng · 7 weeks ago
  36. 333c545 [ISSUE #7926] Delete the unnecessary 'else' statement by oopooa · 7 weeks ago
  37. 3c27bfe [ISSUE #7902] fix:reput thread may quit by throwing error by Humkum · 7 weeks ago
  38. ab9a401 [ISSUE #7904] use string builder to concat string by ChineseTony · 7 weeks ago
  39. 6d47404 [ISSUE #7907] revise the description of transaction messages in RocketMQ_Example (#7908) by Gezi-lzq · 7 weeks ago
  40. 72bd03c4 fix document typo (#7721) by Jay Ko · 8 weeks ago
  41. db4c7da Add parameter configuration explanations for jRaft controller (#7882) by rongtong · 9 weeks ago
  42. cb9ea9e Fix unboxing npe in SendMessageRequestHeader (#7873) by Zhouxiang Zhan · 9 weeks ago
  43. a33f1d1 [ISSUE #7875] Add constructor for ProxyTopicRouteData (#7876) by Zhouxiang Zhan · 9 weeks ago
  44. eed303d [ISSUE #7845] Simplify the AbstractSendMessageProcessor#buildMsgContext code using Optional (#7846) by mxsm · 9 weeks ago
  45. 3877dcd [ISSUE #7853] Fix the manualDeleteFileSeveralTimes count by ChineseTony · 9 weeks ago
  46. af900e9 [ISSUE #7868] Use entrySet to close channel by ChineseTony · 9 weeks ago
  47. 01761bd fix transaction msg stats (#7766) by kaikoo · 9 weeks ago
  48. 471dbc0 [ISSUE #7851] Fix hashcode and equals methods of SubscriptionGroupConfig by Qiping Luo · 10 weeks ago
  49. 0b05e9c [ISSUE #7840] Update the version in the README.md document to 5.2.0 (#7841) by mxsm · 2 months ago
  50. 3ee7bc2 [ISSUE #7815] Use createChannelAsync for async invoke rpc (#7816) by Zhouxiang Zhan · 2 months ago
  51. 6f37957 Add notifyLast flag for PopLongPollingService (#7835) by Zhouxiang Zhan · 2 months ago
  52. 7dc0e5a [ISSUE #7833] Fix invokeImpl() in RemotingAbstract by guyinyou · 3 months ago
  53. 1b46d18 [ISSUE #7831] Make rat-check successful by caigy · 3 months ago
  54. f411602 [maven-release-plugin] prepare for next development iteration (#7828) by rongtong · 3 months ago
  55. 281a7b3 [maven-release-plugin] prepare release rocketmq-all-5.2.0 (#7827) by rongtong · 3 months ago release-5.2.0 rocketmq-all-5.2.0
  56. 3acc262 [ISSUE #7822] fix NettyRemotingClient can't connect to IPv6 address. (#7823) by kaikoo · 3 months ago
  57. 5e61354 [ISSUE #7793] Prepare to release apache rocketmq 5.2.0 by rongtong · 3 months ago
  58. f525a34 [ISSUE #7813] setStartDetectorEnable Not effective by Lei Zhiyuan · 3 months ago
  59. d385588 [ISSUE #7740] Optimize LocalFileOffsetStore by Liu Shengzhong · 3 months ago
  60. d9526e7 [ISSUE #7812] Remove reachable flag in brokers' available judgement. by Ji Juntao · 3 months ago
  61. 702bbd2 [ISSUE #7803] Add try catch for lock and unlock (#7804) by Zhouxiang Zhan · 3 months ago
  62. cb7fa3e Revise the measurement method of GROUP_GET_LATENCY to reveal its intended semantics (#7808) by rongtong · 3 months ago
  63. c833ff6 [ISSUE #7538] fix wrong cachedMsgSize if msg body is changed in consumer callback by yuz10 · 3 months ago
  64. 6616600 [ISSUE #7791] Polish the code for jraft controller by rongtong · 3 months ago
  65. af1936d [ISSUE #7715] Update Bazel toolchain to make the CI work (#7714) by bazelisky · 3 months ago
  66. 84285d1 Update copyright year (#7797) by rongtong · 3 months ago
  67. 06e22b4 [ISSUE #7765] Fix unit test testEstimateLag by landonchan90 · 3 months ago
  68. f70862e [ISSUE #5613] Change the broker default value configuration of 'useServerSideResetOffset' (#5613) (#7581) by YASH PATEL · 3 months ago
  69. 7b64f50 [ISSUE #7446] Add config of maxFilterMessageSize (#7447) by schopenhauerz · 3 months ago
  70. 8df53df [ISSUE #7300] jRaft-Controller Implemention (#7301) by yulangz · 3 months ago
  71. 1784213 [ISSUE #7786] Optimize the execution logic of tool.sh in the JRE environment by Poirot Hercule · 3 months ago
  72. a0cb9d4 [ISSUE #7777] Optimize the logic of DefaultRequestProcessor#getTopicsByCluster to avoid unnecessary deserialization (#7778) by mxsm · 3 months ago
  73. e104273 [ISSUE #7785] Remove the redundant code by wyyl1 · 3 months ago
  74. 3d357bb [ISSUE #7772] Ensuring broker protection capabilities when POP does not return ACK (#7773) by Ji Juntao · 3 months ago
  75. 04eec34 Get namespace from header (#7782) by Zhouxiang Zhan · 3 months ago
  76. 92e058c [ISSUE #7774] Make the handle of ppv2 tlv more extendable (#7775) by dingshuangxi888 · 3 months ago
  77. 5262358 [ISSUE #7699] Refector NamespaceRpcHook (#7769) by Zhouxiang Zhan · 3 months ago
  78. 6d75134 [RIP-46] Enhanced metrics for timing and transactional messages (#7500) by Ji Juntao · 3 months ago
  79. 920dc32 [ISSUE #7760] make timerSkipUnknownError can be set by config file by Lei Zhiyuan · 4 months ago
  80. 646e2a4 [ISSUE #7355] fix dledger recover abnormally may lost consume queue of tail (#7599) by bxfjb · 4 months ago
  81. 7a36d4d [ISSUE #7757] Use `CompositeByteBuf` to prevent memory copy. (#7694) by 道君 · 4 months ago
  82. 1242a58 [ISSUE #7495] Support Higher Java version in Windows (#7507) by Ao Qiao · 4 months ago
  83. 89fdab4 [ISSUE #7752] Fix ppv2 tls ascii start with (byte)2 (#7753) by dingshuangxi888 · 4 months ago
  84. 5e50bad [ISSUE #7747] Simplify code checks using Optional in ClientRequestProcessor#getRouteInfoByTopic method (#7748) by mxsm · 4 months ago
  85. 50974ad [ISSUE #7658] Fix bug of timer message metrics with setDelayTimeMs by Lei Zhiyuan · 4 months ago
  86. b1d8d30 [ISSUE #7699] Add namespace v2 in client (#7700) by Zhouxiang Zhan · 4 months ago
  87. d2b818d Revert "[ISSUE #7707] Refector Context with link node implementation (#7708)" (#7742) by Zhouxiang Zhan · 4 months ago
  88. 8a36471 [ISSUE #7543] Add enableRetryTopicV2 brokerConfig (#7734) by Zhouxiang Zhan · 4 months ago
  89. 3f99b1e [ISSUE #7707] Refector Context with link node implementation (#7708) by Zhouxiang Zhan · 4 months ago
  90. 6fce427 [ISSUE ##7719] Add more property check for dealy message when auto-batch chack (#7720) by zzl · 4 months ago
  91. 806454b [ISSUE #7710] Handle blank string for UtilAll#split to fix the bugs of ACL by Qinglong-Lee · 4 months ago
  92. 9e4fd0e [ISSUE #7697] Fix can't open controller metricsExporter. (#7705) by baijun44 · 4 months ago
  93. 2c5bc14 Fix ascii validate for ppv2 tls. (#7703) by dingshuangxi888 · 4 months ago
  94. 59e8f9b [ISSUE #7644] Optimize client rebalance by Zhouxiang Zhan · 4 months ago
  95. 620e6a2 [ISSUE #7642] Add return value for sendHeartbeat related method by Zhouxiang Zhan · 4 months ago
  96. 4bb4d78 [ISSUE #7686] The bornTime is not set when using the popMessage API in cluster mode. (#7687) by dingshuangxi888 · 4 months ago
  97. 2c898c9 [ISSUE #7689] In Controller mode, messages may lost due to sharing the same cq offset (#7690) by Ji Juntao · 5 months ago
  98. f0a3e93 [ISSUE #7684] Fix iterator.remove() bug (#7682) by EvanMi · 5 months ago
  99. fbfc066 Bump guava version from 31.1-jre to 32.0.1-jre (#7681) by rongtong · 5 months ago
  100. c101216 [ISSUE #7676] use clientDecode for consuming message directly (#7677) by cserwen · 5 months ago