All Products
Search
Document Center

ApsaraMQ for RocketMQ:Release notes for the HTTP client SDK for Java

Last Updated:Mar 11, 2026

This page lists the releases of the ApsaraMQ for RocketMQ HTTP client SDK for Java. Each entry covers the release date, changes, and download link.

Important

For Maven dependency coordinates, see Prepare the environment.

1.0.3.2

Released: 2021-12-24

Improvements

  • Replaced the Log4j dependency with SLF4J. The SDK no longer bundles a specific logging implementation. You can use whichever logging framework your project requires.

Download: mq-http-java-sdk-1.0.3.2.zip

1.0.3.1

Released: 2021-12-13

Security fixes

  • Updated Apache Log4j to v2.15.0. This version patches CVE-2021-44228 (Log4Shell), a critical remote code execution vulnerability. If your project depends on an earlier SDK release that bundles Log4j, upgrade to this version or later.

Download: mq-http-java-sdk-1.0.3.1.zip

1.0.3

Released: 2021-01-05

New features

  • Added ordered message support. You can now send and consume ordered messages over HTTP.

Download: mq-http-java-sdk-1.0.3.zip

1.0.2

Released: 2020-01-15

Improvements

  • Upgraded from Apache Log4j to Apache Log4j 2. Log4j 1.x reached end of life in August 2015. This upgrade moves the SDK to the actively maintained Log4j 2 framework.

Download: mq-http-sdk-1.0.2.zip

1.0.1

Released: 2019-06-10

New features

  • Added featured message support. Scheduled messages, delayed messages, and transactional messages are now available. Ordered messages are not supported in this release.

  • Added message trace queries. You can trace the lifecycle of a message by querying its message ID.

  • Added message attribute support. You can attach custom attributes to messages.

Download: mq-http-java-sdk-1.0.1.zip

1.0.0

Released: 2019-01-23

Initial release

The first release of the ApsaraMQ for RocketMQ HTTP client SDK for Java. Provides basic message sending and consumption over HTTP.

Supported capabilities:

  • Clustering consumption mode

Limitations:

  • Featured messages (ordered, transactional, scheduled, and delayed messages) are not supported

  • Broadcasting consumption mode is not supported

  • Message trace queries are not available

Download: mq-http-java-sdk-1.0.0.zip