1. a4da5f5 [ISSUE #9723] Fix missing "+" symbol in metadata updates for v2 configuration (#9724) by cvictory · 27 hours ago develop
  2. 7d75021 [ISSUE #9719] Fix Static Variable Conflicts in Multi-Broker Metrics Management (#9720) by rongtong · 28 hours ago
  3. aa9ee1d [ISSUE #9689] Fix the issue that master transfer epoch was not updated in time by Liu Shengzhong · 29 hours ago
  4. fbe9f73 [ISSUE #9721] Fix TimerDequeueGetService thread not exiting after shutdown by rongtong · 2 days ago
  5. 8fc57f1 [ISSUE #9717] Fix RaftBrokerHeartBeatManager#scanNotActiveBroker was not actually executed by Liu Shengzhong · 4 days ago
  6. 47c07a9 [ISSUE #9716] refactor: replace RandomAccessFile with FileChannel (#9715) by rongtong · 4 days ago
  7. dbd935f [ISSUE #9709] Add enableRunningFlagsInFlush configuration switch for CommitLog by guyinyou · 4 days ago
  8. 0e72809 [ISSUE #9705] Improve persist() method reliability to prevent broker startup failure after power outages (#9706) by guyinyou · 5 days ago
  9. 73e8fdb [ISSUE #9699] Optimize shutdown process and resource management (#9700) by rongtong · 6 days ago
  10. 93f60db [ISSUE #9713] Improve data consistency in DefaultMappedFile flush method by guyinyou · 7 days ago
  11. 1d9b02c [ISSUE #9707] Integrate RunningFlags with MappedFile system for better error handling and state management (#9708) by guyinyou · 7 days ago
  12. d0e31a2 [ISSUE #9703] Remove pull offset and reset offset when deleting topic (#9704) by qianye · 7 days ago
  13. 02f413d [ISSUE #9701] Synchronize metrics shutdown to prevent JVM crashes during broker shutdown (#9702) by guyinyou · 8 days ago
  14. 4ae0294 [ISSUE #9693] Add writeWithoutMmap configuration to prevent JVM crash when device becomes read-only (#9694) by guyinyou · 9 days ago
  15. edaffe6 [ISSUE #9695] Not use pull offset when use pop orderly consume (#9696) by lizhimins · 11 days ago
  16. 7967edf [ISSUE #9677] Resolve metrics static variable conflicts in BrokerContainer mode (#9678) by rongtong · 12 days ago
  17. c3c6832 [ISSUE #9680] Improve RocksDB compaction filter factory resource management (#9681) by rongtong · 12 days ago
  18. 809bfe6 [ISSUE #9682] Increase initial delay for scanning inactive brokers to 5000 milliseconds (#9683) by mxsm · 13 days ago
  19. ce5a77d [ISSUE 9547] Fix sync group if attributes isn't null by ccwss · 13 days ago
  20. bb45b8f [ISSUE #9634] Improve BrokerContainer extensibility and module structure (#9635) by rongtong · 14 days ago
  21. 86e8ed6 [ISSUE #9666] Add accelerated startup recovery feature for RocksDB store with SYNC_FLUSH (#9667) by rongtong · 14 days ago
  22. 40622ce [ISSUE #9764] Fix bazel-compile (ubuntu-latest) error (#9675) by yx9o · 2 weeks ago
  23. 32d68e7 [ISSUE #9581] Optimize the resource bloat of pollingMap and topicCidMap in LMQ scenarios (#9579) by rongtong · 2 weeks ago
  24. 2f89371 [ISSUE #9620] placeholder replacement string concatenation (#9621) by yx9o · 3 weeks ago
  25. 632dc32 [ISSUE #9650] Unified FAQ related URLs (#9651) by yx9o · 3 weeks ago
  26. 1c23a80 [ISSUE #9663] Adopt Maven's revision mechanism (requires Maven >= 3.5.0) (#9665) by cvictory · 3 weeks ago
  27. 365b297 [ISSUE #7837] Fix start() and shutdown() of DefaultMessagingProcessor (#7838) by Liu Shengzhong · 3 weeks ago
  28. 74ab3ae [ISSUE #9648] Fix getOffsetInQueueByTime missing boundaryType in tieredMessageStore (#9649) by Duxuwei · 3 weeks ago
  29. 2954655 [ISSUE #9652] Enhance test for MQClientInstance (#9653) by Duxuwei · 3 weeks ago
  30. 7ab7ddd [ISSUE #9609] Fix bazel CI and reduce dependencies (#9610) by Hongxu Xu · 5 weeks ago
  31. e6a587a [ISSUE #9626] Prevent premature offset commit before consumer record flush (#9627) by lizhimins · 5 weeks ago
  32. f40a69f fix: remove wrong logic in the callback for sending messages in rpc (#9608) by hqbfz · 6 weeks ago
  33. c05dcdc [ISSUE #9611] Should exec callback in the Pop based on rocksdb impl (#9612) by lizhimins · 6 weeks ago
  34. 9e2445e [ISSUE #9589] Optimize broker metrics initialization (#9598) by qianye · 6 weeks ago
  35. 6d4fb83 [ISSUE #9605] Fixed a potential resource leak (#9606) by Xiao Yang · 6 weeks ago
  36. 9609722 [ISSUE #9596] Optimize log in invokeSync when addr is null (#9597) by ccwss · 7 weeks ago
  37. f798f96 [ISSUE #9254] Optimize innerConsumeQueueStoreList order in CombineConsumeQueueStore by qianye · 7 weeks ago
  38. 2791833 Fix typos (#9560) by co63oc · 8 weeks ago
  39. 100f467 [ISSUE #9572] Unnecessary code comment cleanup (#9573) by Xiao Yang · 8 weeks ago
  40. e20d56b [ISSUE #9254] Refactor notifyMessageArriveInBatch in RocksDBConsumeQueueStore to adapt to CombineConsumeQueueStore (#9566) by qianye · 9 weeks ago
  41. 438077e Limit group max length to 120. (#9563) by Jixiang Jin · 9 weeks ago
  42. 40e3aa9 [ISSUE #9553] Improve performance by avoiding repeated get(key) (#9554) by Xiao Yang · 9 weeks ago
  43. 1f24f09 [ISSUE #9555 ]fix the npe in the hashCode method when subscriptionDataSet is null by ccwss · 9 weeks ago
  44. 9c1ca2a Remove the meaningless brokerVersion (#9533) by rongtong · 2 months ago
  45. e4b731c [ISSUE #9539] Fix compare policy entry logic in ACL 2.0 (#9540) by ccwss · 2 months ago
  46. d8fa28c [ISSUE #9544] Must correct file size when init the file segment (#9545) by lizhimins · 2 months ago
  47. 76cee72 [ISSUE #9537] MQClientAPIFactory Implement NameServerUpdateCallback interface (#9538) by qianye · 2 months ago
  48. 8639dcc [ISSUE #9254] Optimize the logs of the message store (#9528) by qianye · 2 months ago
  49. 2accb97 [ISSUE #9520] Remove unnecessary topicConfig data version change when enable split registration (#9521) by rongtong · 2 months ago
  50. 1a747d1 opti: opti thread count in adaptiveBackOffSpinLock (#9530) by hqbfz · 3 months ago
  51. 9337904 [ISSUE #9309]opti:Avoid the generation of dirty data in #assignResetOffset (#9310) by hqbfz · 3 months ago
  52. ecd78d9 fix (#9526) Fix combineCQ extra search commitLog files for recovery by qianye · 3 months ago
  53. 3d94585 fix (#9516) Return origin handle to consumer when changeInvisibleDuration encounters flow limit by qianye · 3 months ago
  54. 0f6b427 [ISSUE #9501] correcting mismatched comments (#9502) by Xiao Yang · 3 months ago
  55. 0a32a54 Fix CONTRIBUTING.md spelling mistake (#9511) by fcq · 3 months ago
  56. c3c4101 refactor(proxy): Make TLS certificate watch interval configurable (#9513) by EnableAsync · 3 months ago
  57. 7cb1b1e [ISSUE #9467] Implement paged retrieval of Topic and SubscriptionGroup information (#9468) by ltamber · 3 months ago
  58. be67d61 [ISSUE #9447] Avoiding possible resource leaks in InputStream (#9459) by Xu Chengxin · 3 months ago
  59. d3d126e [ISSUE #9476] Set queueId to 0 in DefaultTransactionalMessageCheckListener#toMessageExtBrokerInner to improve performance (#9477) by mxsm · 3 months ago
  60. 9fc7851 [ISSUE #9479] Relax topic length constraint when creating retry and dlq topics (#9480) by Allenhuangrui · 3 months ago
  61. 8956768 [ISSUE #9497] Fix IndexOutOfBoundsException in getEarliestMessageTime when running in IPv6 environment (#9498) by SHI · 3 months ago
  62. b6267b9 [ISSUE #9486] Fix missing of valueOfCurrentMinusBorn equals checkImmunityTime (#9487) by WJ66880 · 3 months ago
  63. 275cc65 [ISSUE #9491] Remove the volatile declaration for the two variables requestsWrite and requestsRead in the GroupCommitService class (#9492) by huanzhikang · 3 months ago
  64. 832562f [ISSUE #8920] Refactor SSL context loading process to support multiple protocols dynamic loading (#9483) by EnableAsync · 3 months ago
  65. d556460 fix: clean pull offset in #removeOffset (#9490) by hqbfz · 3 months ago
  66. 8abc0a1 [ISSUE #9481] Fix Issue 4050 didn't fix completely (#9482) by WJ66880 · 3 months ago
  67. f4e2a4a [ISSUE #9335] Use MixAll.ROCKETMQ_HOME_DIR for home directory (#9474) by WJ66880 · 3 months ago
  68. 53a3f69 Fix IllegalStateException during app shutdown caused by premature shutdown trigger (#9408) by 大楚兴 · 4 months ago
  69. ec4a21c [ISSUE #9454] Make sure topic can be deleted when using RocksDB CQ (#9457) by qianye · 4 months ago
  70. cfddd12 [ISSUE #9451]Optimize back pressure default value to 1024. (#9452) by Ji Juntao · 4 months ago
  71. 4f9d292 [ISSUE #9439] Add escape for win in the method returning broker configuration (#9440) by Crazylychee · 4 months ago
  72. 9d9431d [ISSUE #9254] Add CombineConsumeQueue to support CQ migration (#9256) by qianye · 4 months ago
  73. 921664f [ISSUE #9443] Fix add wrong value to topicGroupTable in ConsumerManager (#9444) by yx9o · 4 months ago
  74. cd6bec6 [ISSUE #9441] Add file length check in IndexService (#9442) by lizhimins · 4 months ago
  75. 577371e [ISSUE #9352] Fix wrong value in topic-group cache (#9424) by yangguodong · 4 months ago
  76. c9ea749 [ISSUE #9418] Fix ColumnFamilyHandle not close in PopConsumerRocksdbStore (#9420) by lizhimins · 4 months ago
  77. 286557a [ISSUE #9379] Set compact timestamp when timeStoreTable empty (#9419) by lizhimins · 4 months ago
  78. e1021ec [ISSUE #9416] Fix batch send messages have the same message id when consumed (#9417) by qianye · 4 months ago
  79. 46b7a98 [ISSUE #9403] Fix the issue of metadata synchronization failure between master and slave when the topic has attributes (#9404) by rongtong · 4 months ago
  80. 9654299 [ISSUE #9412] Flush bak metrics file before deleting the original file (#9413) by Ji Juntao · 4 months ago
  81. 4d38e96 [ISSUE #9414] Updated the Quick Start version in README to the 5.3.3 (#9415) by mxsm · 4 months ago
  82. ed410f3 [ISSUE #8232] Fix the issue that proxy remoting thread pool isolation does not take effect (#8233) by Liu Shengzhong · 4 months ago
  83. 01c78d0 Add RocketmqTraffic appender to rmq.proxy.logback.xml (#8630) by Liu Shengzhong · 4 months ago
  84. d59a2dd Fix revive lag metric calculation (#8652) by Liu Shengzhong · 4 months ago
  85. 2379813 [ISSUE #9253] Make the message visible earlier when response process encounters errors (#9255) by Liu Shengzhong · 4 months ago
  86. 0e19071 [ISSUE #9337] Upgrade Netty to 4.1.119.Final (#9338) by weihubeats · 5 months ago
  87. aecb97e [maven-release-plugin] prepare for next development iteration (#9389) by lizhimins · 5 months ago
  88. 29d90a4 [maven-release-plugin] prepare release rocketmq-all-5.3.3 (#9388) by lizhimins · 5 months ago release-5.3.3 rocketmq-all-5.3.3
  89. 4163c7e [ISSUE #9381] Prepare to release Apache RocketMQ 5.3.3 (#9385) by lizhimins · 5 months ago
  90. 449536b Revert "[ISSUE# 9333] Use fastjson2 in broker module (#9334)" (#9387) by lizhimins · 5 months ago
  91. d78ed1c Revert "[ISSUE #9188] Use fastjson2 in org/apache/rocketmq/broker/config/v1 (…" (#9386) by lizhimins · 5 months ago
  92. c66e758 [ISSUE #9379] Fix timeStoreTable delete logic in IndexService (#9384) by lizhimins · 5 months ago
  93. c9deaa5 [ISSUE #9377] fix 'send trace data can fail if shutdown producer immediately' (#9378) by kaikoo · 5 months ago
  94. ade18bb [ISSUE 9362] [RIP-77] Deprecate and Remove ACL 1.0 (#9363) by dingshuangxi888 · 5 months ago
  95. 28370f3 [ISSUE #9375] Make client trace thread can be closed correctly (#9376) by qianye · 5 months ago
  96. 6819b4d [ISSUE #9233] Fix query time boundary calculation in tiered storage (#9374) by dingshuangxi888 · 5 months ago
  97. 8c623df [ISSUE #9371] Delete ConsumeQueue index before CommitLog in tiered storage (#9372) by lizhimins · 5 months ago
  98. 3c2e81d [ISSUE #9369] Fix reset offset commit pull offset when use pop consumer service (#9370) by lizhimins · 5 months ago
  99. 9f10d38 [ISSUE #9313] Add scheduled clean task. (#9314) by Ji Juntao · 5 months ago
  100. 7ef3610 [ISSUE #9351] Add topic-group mapping in queryTopicConsumeByWho command (#9352) by yangguodong · 5 months ago