Skip to content

Commit

Permalink
Add release notes for apache rocketmq 4.9.8 (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
RongtongJin authored Feb 13, 2024
1 parent 1ccb76f commit cee64d6
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-notes/2023-09-22-5.1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ tags:
---

:::tip Download the 5.1.4 release
- Source: [rocketmq-all-5.1.4-source-release.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.4/rocketmq-all-5.1.4-source-release.zip) [[PGP](https://dist.apache.org/repos/dist/release/rocketmq/5.1.4/rocketmq-all-5.1.4-source-release.zip.asc)] [[SHA512](https://dist.apache.org/repos/dist/release/rocketmq/5.1.4/rocketmq-all-5.1.4-source-release.zip.sha512)]
- Binary: [rocketmq-all-5.1.4-bin-release.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.4/rocketmq-all-5.1.4-bin-release.zip) [[PGP](https://dist.apache.org/repos/dist/release/rocketmq/5.1.4/rocketmq-all-5.1.4-bin-release.zip.asc)] [[SHA512](https://dist.apache.org/repos/dist/release/rocketmq/5.1.4/rocketmq-all-5.1.4-bin-release.zip.sha512)]
- Source: [rocketmq-all-5.1.4-source-release.zip](https://archive.apache.org/dist/rocketmq/5.1.4/rocketmq-all-5.1.4-source-release.zip) [[PGP](https://archive.apache.org/dist/rocketmq/5.1.4/rocketmq-all-5.1.4-source-release.zip.asc)] [[SHA512](https://archive.apache.org/dist/rocketmq/5.1.4/rocketmq-all-5.1.4-source-release.zip.sha512)]
- Binary: [rocketmq-all-5.1.4-bin-release.zip](https://archive.apache.org/dist/rocketmq/5.1.4/rocketmq-all-5.1.4-bin-release.zip) [[PGP](https://archive.apache.org/dist/rocketmq/5.1.4/rocketmq-all-5.1.4-bin-release.zip.asc)] [[SHA512](https://archive.apache.org/dist/rocketmq/5.1.4/rocketmq-all-5.1.4-bin-release.zip.sha512)]
:::
<!--truncate-->

Expand Down
31 changes: 31 additions & 0 deletions release-notes/2024-01-29-4.9.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "Release Notes - Apache RocketMQ - Version 4.9.7"
categories:
- Release_Notes
tags:
- Release_Notes
- RocketMQ
- Version
---

:::tip Download the 4.9.8 release
- Source: [rocketmq-all-4.9.8-source-release.zip](https://dist.apache.org/repos/dist/release/rocketmq/4.9.8/rocketmq-all-4.9.8-source-release.zip) [[PGP](https://dist.apache.org/repos/dist/release/rocketmq/4.9.8/rocketmq-all-4.9.8-source-release.zip.asc)] [[SHA512](https://dist.apache.org/repos/dist/release/rocketmq/4.9.8/rocketmq-all-4.9.8-source-release.zip.sha512)]
- Binary: [rocketmq-all-4.9.8-bin-release.zip](https://dist.apache.org/repos/dist/release/rocketmq/4.9.8/rocketmq-all-4.9.8-bin-release.zip) [[PGP](https://dist.apache.org/repos/dist/release/rocketmq/4.9.8/rocketmq-all-4.9.8-bin-release.zip.asc)] [[SHA512](https://dist.apache.org/repos/dist/release/rocketmq/4.9.8/rocketmq-all-4.9.8-bin-release.zip.sha512)]
:::
<!--truncate-->

Below is a summary of the issues addressed in the 4.9.8 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

* [ISSUE #7579] Fix globalWhiteRemoteAddressStrategy cocurrent bug by @leizhiyuan in #7580
* [ISSUE #7663] Bump snakeyaml version from 1.32 to 2.0 by @ShannonDing in #7663
* [ISSUE #7649] Add validation in broker/nameserver configure updating command by @RongtongJin in #7649
* [ISSUE #7653] Remove getBrokerClusterAclConfig from admin and server by @RongtongJin in #7653
* [ISSUE #7688] Bump guava version from 31.1-jre to 32.0.1-jre by @RongtongJin in #7688
* [ISSUE #7716] MQFaultStrategy check queue if writable by @leizhiyuan in #7716
* [ISSUE #7783] Fix the selectOneMessageQueue to avoid change messageQueue permanently by @Tcytw in #7783
* [ISSUE #7740] Optimize LocalFileOffsetStore by @redlsz in #7745
* [ISSUE #7538] Fix wrong cachedMsgSize if msg body is changed in consumer callback by @yuz10 in #7820

**Full Changelog**: https://github.com/apache/rocketmq/compare/rocketmq-all-4.9.6...rocketmq-all-4.9.7

0 comments on commit cee64d6

Please sign in to comment.