This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/master by this push:
new 6f5a93e docs(release note):add 4.6.1 release notes
new b241209 Merge pull request #58 from RongtongJin/master
6f5a93e is described below
commit 6f5a93e3b908c73837bce44906973a9642b609a2
Author: rongtongjin <794220751@qq.com>
AuthorDate: Mon Feb 3 10:01:33 2020 +0800
docs(release note):add 4.6.1 release notes
---
_posts/2020-01-14-release-notes-4.6.1.md | 67 ++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
diff --git a/_posts/2020-01-14-release-notes-4.6.1.md b/_posts/2020-01-14-release-notes-4.6.1.md
new file mode 100644
index 0000000..ad84a4b
--- /dev/null
+++ b/_posts/2020-01-14-release-notes-4.6.1.md
@@ -0,0 +1,67 @@
+---
+title: "Release Notes - Apache RocketMQ - Version 4.6.1"
+categories:
+ - Release_Notes
+tags:
+ - Release_Notes
+ - RocketMQ
+ - Version
+---
+
+Below is a summary of the issues addressed in the 4.6.1 release of RocketMQ. For full documentation of the release, a guide to get started, please refer to Quick Start.
+
+
+
Download the 4.6.1 release
+
+* Source: [rocketmq-all-4.6.1-source-release.zip](https://archive.apache.org/dist/rocketmq/4.6.1/rocketmq-all-4.6.1-source-release.zip) [[PGP](https://archive.apache.org/dist/rocketmq/4.6.1/rocketmq-all-4.6.1-source-release.zip.asc)] [[SHA512](https://archive.apache.org/dist/rocketmq/4.6.1/rocketmq-all-4.6.1-source-release.zip.sha512)]
+* Binary: [rocketmq-all-4.6.1-bin-release.zip](https://archive.apache.org/dist/rocketmq/4.6.1/rocketmq-all-4.6.1-bin-release.zip) [[PGP](https://archive.apache.org/dist/rocketmq/4.6.1/rocketmq-all-4.6.1-bin-release.zip.asc)] [[SHA512](https://archive.apache.org/dist/rocketmq/4.6.1/rocketmq-all-4.6.1-bin-release.zip.sha512)]
+
+
+## Improvement
+
+- [ISSUE-1612] - Add begin/end seek support for pull consumer.
+
+- [ISSUE-1110] - Fix wrong topic max length in rocketmq client.
+
+- [ISSUE-1188] - Fix the issue when more than one producer or consumer in the same process can trace only one.
+
+- [ISSUE-1639] - Use IPv4 first when choosing local IP.
+
+- [ISSUE-1620] - Fix mqadmin spelling mistakes.
+
+- [ISSUE-1701] - Delete invalid method to get next pullBatchSize.
+
+- [ISSUE-1699] - Fix wrong topic max length in TopicValidator.
+
+- [ISSUE-1706] - Refactor the consumer offset update logic.
+
+- [ISSUE-1694] - Fix concurrent problem in ProducerManager.
+
+- [ISSUE-1659] - Add pull request sysFlag and support consume from where in first startup.
+
+- [ISSUE-1656] - Fix stats data could be inaccurate of first minute/hour/day.
+
+- [ISSUE-1720] - Optimize TransactionProducer in benchmark.
+
+- [ISSUE-1721] - Fix the namespace issue for lite pull consumer.
+
+- [ISSUE-1722] - Avoid delay message in schedule queue enter half message queue.
+
+- [ISSUE-1724] - Fix spelling mistake in DefaultLitePullConsumerImpl#seekToEnd
+
+- [ISSUE-1735] - Optimize benchmark consumer and add consume fail rate option.
+
+- [ISSUE-1736] - Fix spelling mistakes in commitlog.
+
+
+
+
+## Bug
+
+- [ISSUE-1648] - Fix the send back message treated as transaction message.
+
+
+
+
+
+