Skip to main content

Release Notes - Apache RocketMQ - Version 5.5.1

· 9 min read
Download the 5.5.1 release

Below is a summary of the issues addressed in the 5.5.1 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to Quick Start.

This maintenance release removes fastjson 1.x from the distribution (fastjson2 upgraded to 2.0.63 and DLedger bumped to 0.3.3.4), introduces a native RocksDB CqCompactionFilter with a cross-platform JNI shim, deprecates the legacy Broker DLedger mode, and delivers extensive stability and performance fixes across tiered storage, Lite Mode, Proxy, and the store layer.

Security & Dependencies

New Feature (Native RocksDB Compaction Filter)

Introduced a native ConsumeQueue compaction filter backed by a cross-platform JNI shim, replacing the previous pure-Java filter and the shaded rocketmq-rocksdb dependency with the official rocksdbjni artifact.

What's Changed

Tiered Storage

Lite Mode

Store & RocksDB

Broker & HA/Controller

Proxy & gRPC

Client & Remoting

Index & Query

Observability & Stability

Performance

Configuration & Extensibility

Testing & CI

Documentation

Full Changelog: https://github.com/apache/rocketmq/compare/rocketmq-all-5.5.0...rocketmq-all-5.5.1