You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2020/02/17 11:31:52 UTC

[rocketmq-site] branch master updated: doc(release): update release note for cpp 2.0.0

This is an automated email from the ASF dual-hosted git repository.

dinglei 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 3d10018  doc(release): update release note for cpp 2.0.0
3d10018 is described below

commit 3d1001837c509dd165956e5cc3598321e1d7d12a
Author: ShannonDing <li...@163.com>
AuthorDate: Mon Feb 17 19:31:47 2020 +0800

    doc(release): update release note for cpp 2.0.0
---
 ...2-14-release-notes-rocketmq-client-cpp-2.0.0.md | 28 ++++++++++++----------
 1 file changed, 15 insertions(+), 13 deletions(-)

diff --git a/_posts/2020-02-14-release-notes-rocketmq-client-cpp-2.0.0.md b/_posts/2020-02-14-release-notes-rocketmq-client-cpp-2.0.0.md
index 0112c16..adeb7ea 100644
--- a/_posts/2020-02-14-release-notes-rocketmq-client-cpp-2.0.0.md
+++ b/_posts/2020-02-14-release-notes-rocketmq-client-cpp-2.0.0.md
@@ -18,27 +18,27 @@ Below is a summary of the issues addressed in the version 2.0.0 release of Rocke
 
 ## Improvement
 <ul>
-<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/206'>ISSUE-206</a>] -  refactor(rebalance): use smart_ptr to manage pull request.
+<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/206'>ISSUE-206</a>] -  refactor(rebalance): use smart_ptr to manage pullrequest and refactor rebalancing process.
 </li>
-<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/207'>ISSUE-207</a>] -  feat(namespace): add name space support.
+<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/207'>ISSUE-207</a>] -  feat(namespace): add namespace support.
 </li>
-<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/214'>ISSUE-214</a>] -  fix(unittest): refactor some unitests.
+<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/214'>ISSUE-214</a>] -  test(unittest): refactor some unitests.
 </li>
-<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/222'>ISSUE-222</a>] -  feat(client): add timer to clean off line broker and test case.
+<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/222'>ISSUE-222</a>] -  refactor(client): add timer to clean the offline brokers and and test case for it.
 </li>
-<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/225'>ISSUE-225</a>] -  fix(send): try to use command v2 to send messages.
+<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/225'>ISSUE-225</a>] -  feat(protocol): try to use command v2 to send messages.
 </li>
-<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/227'>ISSUE-227</a>] -  feat(memleak): remove mem leak in factory schedule task.
+<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/227'>ISSUE-227</a>] -  refactor(memleak): remove mem leak in the factory schedule task.
 </li>
 <li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/230'>ISSUE-230</a>] -  feat(version): add maxConsumerTimes to support higher client version.
 </li>
 <li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/232'>ISSUE-232</a>] -  feat(callback): use start pointer to manager callbacks.
 </li>
-<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/233'>ISSUE-233</a>] -  feat(consumer): remove event if consumer service shutdown.
+<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/233'>ISSUE-233</a>] -  refactor(consumer): remove event if consumer service shutdown.
 </li>
 <li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/235'>ISSUE-235</a>] -  feat(interface): remove boost in header file and examples.
 </li>
-<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/236'>ISSUE-236</a>] -  feat(apis):refactor apis for CPP styles.
+<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/236'>ISSUE-236</a>] -  style(apis): remove unnessary comments in the CPP head files.
 </li>
 <li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/238'>ISSUE-238</a>] -  feat(package): add rpm build and dpkg build script.
 </li>
@@ -46,15 +46,17 @@ Below is a summary of the issues addressed in the version 2.0.0 release of Rocke
 
 ## Bug
 <ul>
-<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/209'>ISSUE-209</a>] -  fix(consumer): fix the issue that msg lost when send back to broker failed. 
+<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/209'>ISSUE-209</a>] -  fix(consumer): fix the issue that message will be lost if sent back to broker failed.
 </li>
-<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/210'>ISSUE-210</a>] -  fix(consumer): send back error when consuming failed.
+<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/210'>ISSUE-210</a>] -  fix(consumer): the message was sent back to broker error when it be consumed failed.
 </li>
-<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/213'>ISSUE-213</a>] -  fix(producer) crash in DestroyProducer shutdown.
+<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/213'>ISSUE-213</a>] -  fix(producer): fix the issue that it will coredump in DestroyProducer function when the producer shutdown.
 </li>
-<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/223'>ISSUE-223</a>] -  fix(protocol): delete string print in header decode and open test cases.
+<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/220'>ISSUE-220</a>] -  chore(notice): update the year to 2020 in notice file.
 </li>
-<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/228'>ISSUE-228</a>] -  feat(libevent): update libevent to v2.1.11 to avoid get mutex time out.
+<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/223'>ISSUE-223</a>] -  style(protocol): remove unnessary printing in the protocol decode file and add some test cases for it.
+</li>
+<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/228'>ISSUE-228</a>] -  style(protocol): feat(libevent): update libevent to v2.1.11 to avoid get mutex time out.
 </li>
 <li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/237'>ISSUE-237</a>] -  fix(build): fix variable in build script.
 </li>