Skip to main content

Release Notes - Apache RocketMQ - Version 4.5.2

· 2 min read

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

Improvement

  • [RIP-9] - Fix some description in document of rocketmq.
  • [RIP-9] - Fix type in best_practice document.
  • [ISSUE-1156] - Add new mqadmin API for ACL configuration.
  • [ISSUE-1241] - Optimize the codes for the third part dependency of the RocketMQ client.
  • [ISSUE-598] - Enhance transaction by putting messages that exceed max check times to system topic.
  • [ISSUE-1316] - Enhance share netty handler.
  • [ISSUE-1315] - Add RPCHook construct method for MQPullConsumerScheduleService.
  • [ISSUE-1290] - Support matching some acl ip range.
  • [ISSUE-1163] - Delay plant log appender in client loggger.
  • [ISSUE-1318] - Fix type in HaConnection file.
  • [ISSUE-1326] - Travis-CI Java 8 building environments.
  • [ISSUE-1317] - Repair travis.yml.
  • [ISSUE-1308] - Fix some spelling errors of method names.
  • [ISSUE-1325] - Fix RocketMQ Document Type setting Errors.
  • [ISSUE-860] - Minor Type fix.
  • [ISSUE-1225] - Modify exception declaration.
  • [ISSUE-1319] - Update concept.md.
  • [ISSUE-1339] - Type fix in chinese doc.
  • [ISSUE-1344] - Fix /dev/shm not found on some OS.

Bug

  • [ISSUE-1140] - FIX HmacSHA1 not found if JAVA_HOME set to JRE.
  • [ISSUE-1253] - Add transaction namespace support.