You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2018/11/07 01:18:42 UTC

[rocketmq-site] 03/03: Remove sdk new feature in 4.3.2 release note

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

duhengforever pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git

commit 2d8c3396d8c803315d896f74579ab7b75db5c0db
Merge: 1add249 b52fd96
Author: duhengforever <du...@gmail.com>
AuthorDate: Wed Nov 7 09:18:26 2018 +0800

    Remove sdk new feature in 4.3.2 release note

 _docs/08-release-manual.md                         | 28 ++++++++++++----------
 ...-4.3.2.md => 2018-11-02-release-notes-4.3.2.md} | 11 ---------
 2 files changed, 15 insertions(+), 24 deletions(-)

diff --cc _posts/2018-11-02-release-notes-4.3.2.md
index 7a115ad,7a115ad..499fca6
--- a/_posts/2018-11-02-release-notes-4.3.2.md
+++ b/_posts/2018-11-02-release-notes-4.3.2.md
@@@ -16,16 -16,16 +16,6 @@@ Below is a summary of the issues addres
  * Source: [rocketmq-all-4.3.2-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.3.2/rocketmq-all-4.3.2-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.3.2/rocketmq-all-4.3.2-source-release.zip.asc)] [[MD5](https://www.apache.org/dist/rocketmq/4.3.2/rocketmq-all-4.3.2-source-release.zip.md5)] [[SHA1](https://www.apache.org/dist/rocketmq/4.3.2/rocketmq-all-4.3.2-source-release.zip.sha1)]
  * Binary: [rocketmq-all-4.3.2-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.3.2/rocketmq-all-4.3.2-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.3.2/rocketmq-all-4.3.2-bin-release.zip.asc)] [[MD5](https://www.apache.org/dist/rocketmq/4.3.2/rocketmq-all-4.3.2-bin-release.zip.md5)] [[SHA1](https://www.apache.org/dist/rocketmq/4.3.2/rocketmq-all-4.3.2-bin-release.zip.sha1)]
  
--## New Feature
--<ul>
--<li>[<a href='https://github.com/apache/rocketmq/issues/462'>ISSUE-462</a>] -  Add the python [client](https://github.com/apache/rocketmq-client-python), which is based on the encapsulation of the C interface.
--</li>
--<li>[<a href='https://github.com/apache/rocketmq/issues/488'>ISSUE-488</a>] -  Add the C/C++ [client](https://github.com/apache/rocketmq-client-cpp). A bunch of other client will be built on top of it, including Python, node.js, go .The C/C++ Client with robust high performance support for produce, pull/push consumer, etc.
--</li>
--</ul>
--
--
--
  ## Improvement
  <ul>
  <li>[<a href='https://github.com/apache/rocketmq/issues/411'>ISSUE-411</a>] -  Fixed ClassCastException when get the instance of the store.
@@@ -37,7 -37,7 +27,6 @@@
  </ul>
  
  ## Bug
--
  <ul>
  <li>[<a href='https://github.com/apache/rocketmq/issues/406'>ISSUE-406</a>] -  Fixed the NPE issue occurred when getting the storehost using admin tool.
  </li>