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 2019/10/22 02:09:49 UTC

[rocketmq-client-python] branch master updated (857069e -> 4fd697a)

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

dinglei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-python.git.


    from 857069e  feat(travis) upgrade cpp core from 1.2.0 to 1.2.0
     new 33c0917  feat(producer) add transaction message support
     new edad8ca  feat(producer) add multi transaction producer support
     new 0f58c73  feat(producer) add transaction producer destroy logic
     new 0224a6b  feat(producer) remove batch message logic
     new 5637b65  Merge branch 'master' of github.com:apache/rocketmq-client-python
     new 4fd697a  Merge pull request #51 from duhenglucky/transaction

The 123 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/PythonWrapper.cpp    | 107 ++++++++++++++++++++++++++++++-----------------
 src/PythonWrapper.h      |  13 +++---
 test/TestSendMessages.py |  32 +++++++++-----
 3 files changed, 96 insertions(+), 56 deletions(-)