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 <[email protected]>
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
<a href='/docs/quick-start/'>Quick Start</a>.
+
+
+<h2> Download the 4.6.1 release</h2>
+
+* 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
+<ul>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1612'>ISSUE-1612</a>]
- Add begin/end seek support for pull consumer.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1110'>ISSUE-1110</a>]
- Fix wrong topic max length in rocketmq client.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1188'>ISSUE-1188</a>]
- Fix the issue when more than one producer or consumer in the same process
can trace only one.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1639'>ISSUE-1639</a>]
- Use IPv4 first when choosing local IP.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1620'>ISSUE-1620</a>]
- Fix mqadmin spelling mistakes.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1701'>ISSUE-1701</a>]
- Delete invalid method to get next pullBatchSize.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1699'>ISSUE-1699</a>]
- Fix wrong topic max length in TopicValidator.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1706'>ISSUE-1706</a>]
- Refactor the consumer offset update logic.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1694'>ISSUE-1694</a>]
- Fix concurrent problem in ProducerManager.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1659'>ISSUE-1659</a>]
- Add pull request sysFlag and support consume from where in first startup.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1656'>ISSUE-1656</a>]
- Fix stats data could be inaccurate of first minute/hour/day.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1720'>ISSUE-1720</a>]
- Optimize TransactionProducer in benchmark.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1721'>ISSUE-1721</a>]
- Fix the namespace issue for lite pull consumer.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1722'>ISSUE-1722</a>]
- Avoid delay message in schedule queue enter half message queue.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1724'>ISSUE-1724</a>]
- Fix spelling mistake in DefaultLitePullConsumerImpl#seekToEnd
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1735'>ISSUE-1735</a>]
- Optimize benchmark consumer and add consume fail rate option.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1736'>ISSUE-1736</a>]
- Fix spelling mistakes in commitlog.
+</li>
+
+</ul>
+
+## Bug
+<ul>
+<li>[<a href='https://github.com/apache/rocketmq/issues/1648'>ISSUE-1648</a>]
- Fix the send back message treated as transaction message.
+</li>
+</ul>
+
+
+
+