You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2020/07/21 02:29:52 UTC

[dubbo-go] branch develop updated (c6c39e2 -> dc49015)

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

alexstocks pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.


    from c6c39e2  Merge pull request #654 from JiaLiangoooo/develop
     new 03fc552  support distributed transaction, by experimentally [seata-golang](https://github.com/dk-lockdown/seata-golang)
     new 6ffa278  add comments
     new 2a46f84  formant adjustment
     new 09c5caf  update `GetSeataFilter` to `getSeataFilter`
     new 697fa50  optimization
     new 1d2278d  bugfix
     new dc49015  Merge pull request #647 from dk-lockdown/develop

The 2511 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:
 .../{token_filter.go => seata_filter.go}           | 44 +++++++++-------------
 .../{echo_filter_test.go => seata_filter_test.go}  | 28 ++++++++++----
 2 files changed, 38 insertions(+), 34 deletions(-)
 copy filter/filter_impl/{token_filter.go => seata_filter.go} (57%)
 copy filter/filter_impl/{echo_filter_test.go => seata_filter_test.go} (60%)