This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/new-official-website by this 
push:
     new 47201d3832 Add release notes for apache rocketmq 5.3.3 (#725)
47201d3832 is described below

commit 47201d383256fb1e01e3c39832a01b4a248149f4
Author: lizhimins <[email protected]>
AuthorDate: Fri May 9 14:04:33 2025 +0800

    Add release notes for apache rocketmq 5.3.3 (#725)
---
 release-notes/2025-05-06-5.3.3.md | 71 +++++++++++++++++++++++++++++++++++++++
 src/pages/download.md             |  1 +
 2 files changed, 72 insertions(+)

diff --git a/release-notes/2025-05-06-5.3.3.md 
b/release-notes/2025-05-06-5.3.3.md
new file mode 100644
index 0000000000..488d16ed2c
--- /dev/null
+++ b/release-notes/2025-05-06-5.3.3.md
@@ -0,0 +1,71 @@
+---
+title: "Release Notes - Apache RocketMQ - Version 5.3.3"
+categories:
+  - Release_Notes 
+tags:
+  - Release_Notes
+  - RocketMQ
+  - Version
+---
+
+:::tip    Download the 5.3.3 release
+- Source: 
[rocketmq-all-5.3.3-source-release.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.3.3/rocketmq-all-5.3.3-source-release.zip)
 
[[PGP](https://dist.apache.org/repos/dist/release/rocketmq/5.3.3/rocketmq-all-5.3.3-source-release.zip.asc)]
 
[[SHA512](https://dist.apache.org/repos/dist/release/rocketmq/5.3.3/rocketmq-all-5.3.3-source-release.zip.sha512)]
+- Binary: 
[rocketmq-all-5.3.3-bin-release.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.3.3/rocketmq-all-5.3.3-bin-release.zip)
 
[[PGP](https://dist.apache.org/repos/dist/release/rocketmq/5.3.3/rocketmq-all-5.3.3-bin-release.zip.asc)]
 
[[SHA512](https://dist.apache.org/repos/dist/release/rocketmq/5.3.3/rocketmq-all-5.3.3-bin-release.zip.sha512)]
+  :::
+<!--truncate-->
+
+Below is a summary of the issues addressed in the 5.3.3 release of RocketMQ. 
For full documentation of the release, a guide to get started, please refer to 
<a href='/docs/quickStart/01quickstart/'>Quick Start</a>.
+
+## What's Changed
+This version no longer supports "ACL 1.0" related features, please use "ACL 
2.0".
+Additionally, this minor version includes several general bug fixes.
+* [ISSUE #8997] Ensure there is an opportunity to send a retry message when 
broker no response by @gaoyf in https://github.com/apache/rocketmq/pull/9137
+* [ISSUE #9233] Query message in tiered storage may fail for the first correct 
index file was not selected by @bxfjb in 
https://github.com/apache/rocketmq/pull/9234
+* [ISSUE #9246] Support init offset mode in PopConsumerService by @lizhimins 
in https://github.com/apache/rocketmq/pull/9247
+* Fix unstable test: BrokerOuterAPITest.test_needRegister_timeout by 
@DivyanshIITB in https://github.com/apache/rocketmq/pull/9250
+* [ISSUE #9249] When delivery fails, there is an incorrect start offset in the 
delivery settings by @coolmoon101 in 
https://github.com/apache/rocketmq/pull/9252
+* [ISSUE #9241] RocksDBConsumeQueueStore do not need to update StoreCheckpoint 
 by @qianye1001 in https://github.com/apache/rocketmq/pull/9242
+* [ISSUE #9244] Avoid writing dirty data in consumption mode by @3424672656 in 
https://github.com/apache/rocketmq/pull/9245
+* [ISSUE #8701] Fix documentation for brokerAddrTable property in 
MQClientInstance.java by @DivyanshIITB in 
https://github.com/apache/rocketmq/pull/9263
+* [ISSUE #8243] Update Configuration Docs for RocketMQ 5.x Compatibility by 
@DivyanshIITB in https://github.com/apache/rocketmq/pull/9258
+* [ISSUE #9259] Remove duplicate flushing operation of StoreCheckpoint by 
@mxsm in https://github.com/apache/rocketmq/pull/9260
+* [ISSUE #9266] Update the Quick Start version in README to the latest by 
@yx9o in https://github.com/apache/rocketmq/pull/9267
+* [ISSUE #7948] Prevent invoking the queryMessage method lead to OOM by 
@yangxiaohui-coll in https://github.com/apache/rocketmq/pull/9265
+* [ISSUE #9271] Enhance tiered storage getQueueOffsetByTimeAsync by @bxfjb in 
https://github.com/apache/rocketmq/pull/9272
+* [ISSUE #9282] Optimize BrokerController#printWaterMark by @yx9o in 
https://github.com/apache/rocketmq/pull/9283
+* [ISSUE #9304] Resolve cold data read control issue in DefaultMessageStore by 
@ymwneu in https://github.com/apache/rocketmq/pull/9305
+* [ISSUE #9300] Periodic cleanup of inactive items in StatsItemSet by @ymwneu 
in https://github.com/apache/rocketmq/pull/9301
+* [ISSUE #9286] Counting the filtered message when filter by SQL92 by @ymwneu 
in https://github.com/apache/rocketmq/pull/9287
+* [ISSUE #9284] When pullMessage overflow one, should refresh 
recordDiskFallBehind data by @ymwneu in 
https://github.com/apache/rocketmq/pull/9285
+* [ISSUE #9279] Restrict system subscription group creation and add pull 
request rejection policy by @ymwneu in 
https://github.com/apache/rocketmq/pull/9280
+* Avoid NPE for handling client settings null in notifyClientTermination by 
@lollipopjin in https://github.com/apache/rocketmq/pull/9308
+* [ISSUE #9297] Supports outputting topic put TPS in TopicStatusSubCommand by 
@ymwneu in https://github.com/apache/rocketmq/pull/9298
+* [ISSUE #1918] Catch throwable in PullMessageService thread run method by 
@fuyou001 in https://github.com/apache/rocketmq/pull/9278
+* [ISSUE #9302] SendMessageContext add message type by @ymwneu in 
https://github.com/apache/rocketmq/pull/9303
+* Optimize the log output of tlsHelper by @RongtongJin in 
https://github.com/apache/rocketmq/pull/9324
+* Prxoy remoting compatible batch message by @gaoyf in 
https://github.com/apache/rocketmq/pull/9295
+* [ISSUE #9115] Optimize the broker's reverse notification for consumerId 
change by @yx9o in https://github.com/apache/rocketmq/pull/9116
+* [ISSUE #9288] Support the disablement of producer registration and fast 
channel shutdown by @ymwneu in https://github.com/apache/rocketmq/pull/9293
+* [ISSUE #9331] Found one info log lose parameters during proxy startup by 
@WJ66880 in https://github.com/apache/rocketmq/pull/9332
+* Make sure to create system topics to all the brokers in 
'systemTopicClusterName' cluster by @lollipopjin in 
https://github.com/apache/rocketmq/pull/9327
+* [ISSUE #9339] Fix pop update consumption offset when message are filtered by 
@lizhimins in https://github.com/apache/rocketmq/pull/9340
+* [ISSUE #9358] Timediff should multiply 1000 when query message from tiered 
storage by @bxfjb in https://github.com/apache/rocketmq/pull/9359
+* [ISSUE #9360] Fix some services are not shut down when the broker goes 
offline by @lizhimins in https://github.com/apache/rocketmq/pull/9361
+* [ISSUE #9351] Add topic-group mapping in queryTopicConsumeByWho command by 
@golden-yang in https://github.com/apache/rocketmq/pull/9352
+* [ISSUE #9313]add scheduled clean task. by @GenerousMan in 
https://github.com/apache/rocketmq/pull/9314
+* [ISSUE #9369] Fix reset offset commit pull offset when use pop consumer 
service by @lizhimins in https://github.com/apache/rocketmq/pull/9370
+* [ISSUE #9371] Delete ConsumeQueue index before CommitLog in tiered storage 
by @lizhimins in https://github.com/apache/rocketmq/pull/9372
+* [ISSUE #9233] Fix query time boundary calculation in tiered storage by 
@dingshuangxi888 in https://github.com/apache/rocketmq/pull/9374
+* [ISSUE #9375] Make client trace thread can be closed correctly by 
@qianye1001 in https://github.com/apache/rocketmq/pull/9376
+* [ISSUE #9362] [RIP-77] Deprecate and Remove ACL 1.0 by @dingshuangxi888 in 
https://github.com/apache/rocketmq/pull/9363
+* [ISSUE #9377] Fix 'send trace data can fail if shutdown producer  
immediately' by @kingkh1995 in https://github.com/apache/rocketmq/pull/9378
+* [ISSUE #9379] Fix timeStoreTable delete logic in IndexService by @lizhimins 
in https://github.com/apache/rocketmq/pull/9384
+
+## New Contributors
+* @janni1288 made their first contribution in 
https://github.com/apache/rocketmq/pull/9238
+* @DivyanshIITB made their first contribution in 
https://github.com/apache/rocketmq/pull/9250
+* @coolmoon101 made their first contribution in 
https://github.com/apache/rocketmq/pull/9252
+* @yangxiaohui-coll made their first contribution in 
https://github.com/apache/rocketmq/pull/9265
+* @WJ66880 made their first contribution in 
https://github.com/apache/rocketmq/pull/9332
+
+**Full Changelog**: 
https://github.com/apache/rocketmq/compare/rocketmq-all-5.3.2...rocketmq-all-5.3.3
\ No newline at end of file
diff --git a/src/pages/download.md b/src/pages/download.md
index 751c0d5b44..af1935a69d 100644
--- a/src/pages/download.md
+++ b/src/pages/download.md
@@ -7,6 +7,7 @@
 ## RocketMQ
 | 版本                   | 文档                                                | 
发布日期       | Source 下载                                                          
                                                        | Binary 下载             
                                                                                
                  | End of Support |
 
|----------------------|---------------------------------------------------|------------|----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|----------------|
+| **5.3.3**            | [Release Notes](/release-notes/2025/05/06/5.3.3)  | 
2025.5.6   | 
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.3.3/rocketmq-all-5.3.3-source-release.zip)
            | 
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.3.3/rocketmq-all-5.3.3-bin-release.zip)
            |                |
 | **5.3.2**            | [Release Notes](/release-notes/2025/03/08/5.3.2)  | 
2025.3.8   | 
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.3.2/rocketmq-all-5.3.2-source-release.zip)
            | 
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.3.2/rocketmq-all-5.3.2-bin-release.zip)
            |                |
 | **5.3.1**            | [Release Notes](/release-notes/2024/09/26/5.3.1)  | 
2024.9.26  | 
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.3.1/rocketmq-all-5.3.1-source-release.zip)
            | 
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.3.1/rocketmq-all-5.3.1-bin-release.zip)
            |                |
 | **5.3.0**            | [Release Notes](/release-notes/2024/07/10/5.3.0)  | 
2024.7.10  | 
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.3.0/rocketmq-all-5.3.0-source-release.zip)
            | 
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.3.0/rocketmq-all-5.3.0-bin-release.zip)
            |                |

Reply via email to